[jira] [Created] (KAFKA-7545) Use auth_to_local rules from krb5.conf

2018-10-24 Thread Pradeep Bansal (JIRA)
Pradeep Bansal created KAFKA-7545: - Summary: Use auth_to_local rules from krb5.conf Key: KAFKA-7545 URL: https://issues.apache.org/jira/browse/KAFKA-7545 Project: Kafka Issue Type:

Re: [VOTE] KIP-377: TopicCommand to use AdminClient

2018-10-24 Thread Colin McCabe
Thanks, Viktor. +1 (binding). One note: can we add a deprecation warning when --zookeeper is used, to indicate that this option will be phased out in the future? best, Colin On Wed, Oct 24, 2018, at 05:47, Mickael Maison wrote: > +1 (non-binding) > Thanks for the KIP! > On Wed, Oct 24, 2018

Jenkins build is back to normal : kafka-trunk-jdk8 #3158

2018-10-24 Thread Apache Jenkins Server
See

Re: [VOTE] KIP-380: Detect outdated control requests and bounced brokers using broker generation

2018-10-24 Thread Patrick Huang
Hi Jun, Sure. I already updated the KIP. Thanks! Best, Zhanxiang (Patrick) Huang From: Jun Rao Sent: Wednesday, October 24, 2018 14:17 To: dev Subject: Re: [VOTE] KIP-380: Detect outdated control requests and bounced brokers using broker generation Hi,

[jira] [Created] (KAFKA-7544) Transient Failure: org.apache.kafka.streams.integration.EosIntegrationTest.shouldNotViolateEosIfOneTaskFails

2018-10-24 Thread John Roesler (JIRA)
John Roesler created KAFKA-7544: --- Summary: Transient Failure: org.apache.kafka.streams.integration.EosIntegrationTest.shouldNotViolateEosIfOneTaskFails Key: KAFKA-7544 URL:

[jira] [Created] (KAFKA-7542) Transient Failure: kafka.server.GssapiAuthenticationTest.testServerAuthenticationFailure

2018-10-24 Thread John Roesler (JIRA)
John Roesler created KAFKA-7542: --- Summary: Transient Failure: kafka.server.GssapiAuthenticationTest.testServerAuthenticationFailure Key: KAFKA-7542 URL: https://issues.apache.org/jira/browse/KAFKA-7542

[jira] [Created] (KAFKA-7543) Kafka Connect JDBC Sink failing to establish connection to Topic, while the connection is working fine with standalone consumer

2018-10-24 Thread Kashyap Ivaturi (JIRA)
Kashyap Ivaturi created KAFKA-7543: -- Summary: Kafka Connect JDBC Sink failing to establish connection to Topic, while the connection is working fine with standalone consumer Key: KAFKA-7543 URL:

[jira] [Created] (KAFKA-7541) Transient Failure: kafka.server.DynamicBrokerReconfigurationTest.testUncleanLeaderElectionEnable

2018-10-24 Thread John Roesler (JIRA)
John Roesler created KAFKA-7541: --- Summary: Transient Failure: kafka.server.DynamicBrokerReconfigurationTest.testUncleanLeaderElectionEnable Key: KAFKA-7541 URL: https://issues.apache.org/jira/browse/KAFKA-7541

[jira] [Created] (KAFKA-7540) Transient failure: kafka.api.ConsumerBounceTest.testClose

2018-10-24 Thread John Roesler (JIRA)
John Roesler created KAFKA-7540: --- Summary: Transient failure: kafka.api.ConsumerBounceTest.testClose Key: KAFKA-7540 URL: https://issues.apache.org/jira/browse/KAFKA-7540 Project: Kafka Issue

Re: [VOTE] KIP-369 Alternative Partitioner to Support "Always Round-Robin" Selection

2018-10-24 Thread M. Manna
Hey IJ, Thanks for your interest in the KIP. My point was simply that the round-robin should happen even if the key is not null. As for the importance of key in our case, we treat the key as metadata. Each key is composed of certain info which are parsed by our consumer thread. We will then

[jira] [Resolved] (KAFKA-7539) ConsumerBounceTest.testClose transient failure

2018-10-24 Thread John Roesler (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler resolved KAFKA-7539. - Resolution: Invalid Reviewer: (was: Jason Gustafson) Cloning to create this issue was a

Re: KAFKA-3932 - Consumer fails to consume in a round robin fashion

2018-10-24 Thread Matthias J. Sax
CH, Thanks for contributing to Kafka. Do you have a Jira account already? If yes, what is your account id? If not, you need to create one first and share your id so we can grant permission to self-assign tickets. I was just looking into the ticket itself, and it's marked as 0.10.0.0. You say you

Jenkins build is back to normal : kafka-trunk-jdk11 #53

2018-10-24 Thread Apache Jenkins Server
See

Re: Requesting wiki permissions

2018-10-24 Thread Matthias J. Sax
Done. On 10/24/18 11:49 AM, Zahari Dichev wrote: > Hi there Can I get permissions for > WIKI id: zaharidichev > > Zahari > signature.asc Description: OpenPGP digital signature

Re: Throwing away prefetched records optimisation.

2018-10-24 Thread Colin McCabe
In general, the official discussion thread for a KIP starts after the KIP is written and posted. So you would typically start a new email thread with a [DISCUSS] string in the title somewhere. You can certainly link back to this email thread if you want, though, since it has some useful

Requesting wiki permissions

2018-10-24 Thread Zahari Dichev
Hi there Can I get permissions for WIKI id: zaharidichev Zahari

Re: [VOTE] 2.1.0 RC0

2018-10-24 Thread Ted Yu
+1 InternalTopicIntegrationTest failed during test suite run but passed with rerun. On Wed, Oct 24, 2018 at 3:48 AM Andras Beni wrote: > +1 (non-binding) > > Verified signatures and checksums of release artifacts > Performed quickstart steps on rc artifacts (both scala 2.11 and 2.12) and > one

Re: [VOTE] KIP-380: Detect outdated control requests and bounced brokers using broker generation

2018-10-24 Thread Jun Rao
Hi, Patrick, Could you update the KIP with the changes to ControlledShutdownRequest based on the discussion thread? Thanks, Jun On Sun, Oct 21, 2018 at 2:25 PM, Mickael Maison wrote: > +1( non-binding) > Thanks for the KIP! > > On Sun, Oct 21, 2018, 03:31 Harsha Chintalapani wrote: > > >

Re: [DISCUSS] KIP-374: Add '--help' option to all available Kafka CLI commands

2018-10-24 Thread Srinivas Reddy
Thank you Colin for the response. Any feedback from others? -- Srinivas Reddy http://mrsrinivas.com/ (Sent via gmail web) On Tue, 2 Oct 2018 at 02:18, Colin McCabe wrote: > Hi Srinivas, > > Thanks for the KIP. > > +1 for adding a --help option to all commands that don't already have it.

RE: KAFKA-3932 - Consumer fails to consume in a round robin fashion

2018-10-24 Thread ChienHsing Wu
I don't see any comments/concerns. I would like to implement and commit to this ticket. Could anyone let me know how to request for the permission to assign that ticket to me? Thanks, CH From: ChienHsing Wu Sent: Monday, October 22, 2018 1:40 PM To: 'dev@kafka.apache.org' Subject: KAFKA-3932

Re: [VOTE] KIP-377: TopicCommand to use AdminClient

2018-10-24 Thread Mickael Maison
+1 (non-binding) Thanks for the KIP! On Wed, Oct 24, 2018 at 1:28 PM Viktor Somogyi-Vass wrote: > > Hi All, > > I'd like to start a vote on KIP-377: > https://cwiki.apache.org/confluence/display/KAFKA/KIP-377%3A+TopicCommand+to+use+AdminClient. > > Summary: > The KIP basically proposes to add

[VOTE] KIP-377: TopicCommand to use AdminClient

2018-10-24 Thread Viktor Somogyi-Vass
Hi All, I'd like to start a vote on KIP-377: https://cwiki.apache.org/confluence/display/KAFKA/KIP-377%3A+TopicCommand+to+use+AdminClient. Summary: The KIP basically proposes to add --bootstrap-server and --command-config option to TopicsCommand and implement topic administration with

Re: [DISCUSS] KIP-377: TopicCommand to use AdminClient

2018-10-24 Thread Viktor Somogyi-Vass
Hi All, Colin, thanks for the heads-up. I'll rethink this metadata protocol thing as in a global sense there might be other options as you mentioned and start separate a discussion. I'll start a vote soon as the KIP itself is relatively simple. Viktor On Tue, Oct 23, 2018 at 3:33 AM Kevin Lu

[jira] [Created] (KAFKA-7538) Improve locking model used to update ISRs and HW

2018-10-24 Thread Rajini Sivaram (JIRA)
Rajini Sivaram created KAFKA-7538: - Summary: Improve locking model used to update ISRs and HW Key: KAFKA-7538 URL: https://issues.apache.org/jira/browse/KAFKA-7538 Project: Kafka Issue Type:

Re: [VOTE] 2.1.0 RC0

2018-10-24 Thread Andras Beni
+1 (non-binding) Verified signatures and checksums of release artifacts Performed quickstart steps on rc artifacts (both scala 2.11 and 2.12) and one built from tag 2.1.0-rc0 Andras On Wed, Oct 24, 2018 at 10:17 AM Dong Lin wrote: > Hello Kafka users, developers and client-developers, > >

Re: [DISCUSS] KIP-386: Make Min metrics' default value consistent with Max metrics

2018-10-24 Thread Stanislav Kozlovski
Hi Kevin, Thanks for providing context. I've edited the KIP to use `NaN` for all three metric types. Here is the updated link: KIP-386: Standardize on Min/Avg/Max metrics' default value On Tue, Oct 23, 2018 at 7:30 PM

Re: classes with Test in their name

2018-10-24 Thread abeceda4
You are right, I am beginner in Kafka. Therefore I very appreciate your help. Thank you very much. __ > Od: "Suman B N" > Komu: dev@kafka.apache.org > Dátum: 24.10.2018 11:22 > Predmet: Re: classes with Test in their name > Those are

Re: classes with Test in their name

2018-10-24 Thread Suman B N
Those are for unit and integration tests only. Looks like you are very new to Java/Scala and Kafka. On Wed, Oct 24, 2018 at 2:38 PM wrote: > Hi, > > there, in the code, is lot of classes with "Test" in their name. For > example KafkaProducerTest, KafkaAdminClientTest or >

Build failed in Jenkins: kafka-trunk-jdk8 #3157

2018-10-24 Thread Apache Jenkins Server
See Changes: [mjsax] MINOR: buffer should ignore caching (#5819) -- [...truncated 2.85 MB...] org.apache.kafka.streams.test.OutputVerifierTest >

classes with Test in their name

2018-10-24 Thread abeceda4
Hi,   there, in the code, is lot of classes with "Test" in their name. For example KafkaProducerTest, KafkaAdminClientTest or ClusterConnectionStateTest etc. Could you tell me please, if these classe are used somewhere in Kafka by regular way or if these classes are used only for testing

[VOTE] 2.1.0 RC0

2018-10-24 Thread Dong Lin
Hello Kafka users, developers and client-developers, This is the first candidate for feature release of Apache Kafka 2.1.0. This is a major version release of Apache Kafka. It includes 28 new KIPs and critical bug fixes. Please see the Kafka 2.1.0 release plan for more details:

[jira] [Created] (KAFKA-7537) Only include live brokers in the UpdateMetadataRequest sent to existing brokers if there is no change in the partition states

2018-10-24 Thread Zhanxiang (Patrick) Huang (JIRA)
Zhanxiang (Patrick) Huang created KAFKA-7537: Summary: Only include live brokers in the UpdateMetadataRequest sent to existing brokers if there is no change in the partition states Key: KAFKA-7537

Build failed in Jenkins: kafka-trunk-jdk11 #52

2018-10-24 Thread Apache Jenkins Server
See Changes: [mjsax] MINOR: buffer should ignore caching (#5819) -- [...truncated 2.34 MB...] org.apache.kafka.streams.test.OutputVerifierTest >

Re: Throwing away prefetched records optimisation.

2018-10-24 Thread Zahari Dichev
Colin, I agree I will take a closer looks at the Fetcher itself and see whether that is feasible and update my KIP accordingly. I guess we can label this one, the official discussion thread for it or should I start another one ? Zahari On Wed, Oct 24, 2018 at 6:43 AM Colin McCabe wrote: > On