[jira] [Resolved] (KAFKA-12598) Remove deprecated --zookeeper in ConfigCommand

2021-04-13 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen resolved KAFKA-12598. --- Fix Version/s: (was: 3.0.0) Resolution: Won't Fix > Remove deprecated --zookeeper in Conf

Re: [DISCUSS] KIP-732: Deprecate eos-alpha and replace eos-beta with eos-v2

2021-04-13 Thread Bruno Cadonna
Hi Sophie, the KIP makes sense to me! Thank you for writing it! Best, Bruno On 14.04.21 04:52, Sophie Blee-Goldman wrote: Hey all, I'd like to kick off discussion on a small KIP to move towards a unified EOS and clean up the current options. Please give it a pass and let me know what you thin

[jira] [Created] (KAFKA-12666) Fix flaky kafka.server.RaftClusterTest.testCreateClusterAndCreateListDeleteTopic

2021-04-13 Thread Bruno Cadonna (Jira)
Bruno Cadonna created KAFKA-12666: - Summary: Fix flaky kafka.server.RaftClusterTest.testCreateClusterAndCreateListDeleteTopic Key: KAFKA-12666 URL: https://issues.apache.org/jira/browse/KAFKA-12666 Pr

[jira] [Created] (KAFKA-12665) one of brokers which is also controller has too much CLOSE_WAITE

2021-04-13 Thread GeoffreyStark (Jira)
GeoffreyStark created KAFKA-12665: - Summary: one of brokers which is also controller has too much CLOSE_WAITE Key: KAFKA-12665 URL: https://issues.apache.org/jira/browse/KAFKA-12665 Project: Kafka

Re: [DISCUSS] KIP-732: Deprecate eos-alpha and replace eos-beta with eos-v2

2021-04-13 Thread Atul Anand
i will burn you to the ground!!! On Wed, 14 Apr 2021 at 08:23, Sophie Blee-Goldman wrote: > Hey all, > > I'd like to kick off discussion on a small KIP to move towards a unified > EOS and clean up the current options. Please give it a pass and let me know > what you think. > > KIP-7

[DISCUSS] KIP-732: Deprecate eos-alpha and replace eos-beta with eos-v2

2021-04-13 Thread Sophie Blee-Goldman
Hey all, I'd like to kick off discussion on a small KIP to move towards a unified EOS and clean up the current options. Please give it a pass and let me know what you think. KIP-732: Deprecate eos-alpha and replace eos-beta with eos-v2

Jenkins build is unstable: Kafka » Kafka Branch Builder » trunk #38

2021-04-13 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-7728) Add JoinReason to the join group request for better rebalance handling

2021-04-13 Thread Boyang Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-7728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boyang Chen resolved KAFKA-7728. Resolution: Won't Fix This is no longer a critical fix to the static membership, as leader rejoin

[GitHub] [kafka-site] konarkmodi opened a new pull request #346: Add HolidayCheck to the list of the "Powered By"

2021-04-13 Thread GitBox
konarkmodi opened a new pull request #346: URL: https://github.com/apache/kafka-site/pull/346 We at HolidayCheck(https://www.holidaycheck.de/) have been using Kafka for quite some time now. For more details or clarity, please feel free to contact me. Thank you ! -- This is an a

Build failed in Jenkins: Kafka » Kafka Branch Builder » trunk #37

2021-04-13 Thread Apache Jenkins Server
See Changes: -- [...truncated 474629 lines...] [2021-04-13T19:21:57.710Z] [2021-04-13T19:21:57.710Z] TransactionsTest > testFencingOnTransactionExpiration() STARTED [2021-0

[jira] [Resolved] (KAFKA-12608) Simple identity pipeline sometimes loses data

2021-04-13 Thread Jamie Brandon (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jamie Brandon resolved KAFKA-12608. --- Resolution: Invalid > Simple identity pipeline sometimes loses data > --

[jira] [Created] (KAFKA-12664) Mirrormaker 2.0 infinate rebalance loop when dealing with more than 2 clusters in standalone mode

2021-04-13 Thread Edward Vaisman (Jira)
Edward Vaisman created KAFKA-12664: -- Summary: Mirrormaker 2.0 infinate rebalance loop when dealing with more than 2 clusters in standalone mode Key: KAFKA-12664 URL: https://issues.apache.org/jira/browse/KAFKA-12

Re: [DISCUSS] KIP-494 Connect REST Endpoint for Transformations (SMTs) and other Plugins

2021-04-13 Thread Cyrus Vafadari
Hello all, As the number of connect plugins, SMT's, etc have grown, I wanted to bump this thread to see if there is more interest in adding a Connect REST endpoint to get the current plugins in the worker. Thanks all, and thanks Chris for the initial feedback on this. On Mon, Feb 17, 2020 at 12:

[jira] [Resolved] (KAFKA-12368) Inmemory implementation of RSM and RLMM.

2021-04-13 Thread Jun Rao (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao resolved KAFKA-12368. - Fix Version/s: 3.0.0 Resolution: Fixed merged the PR to trunk > Inmemory implementation of RSM a

[discuss] kafka.network.Acceptor#acceptNewConnections May cause infinite loop

2021-04-13 Thread ??????
Hi Kafka community?? I view the source code of kafka.network.Acceptor#acceptNewConnections and found that retriesLeft may be less than 0. This maybe cause a loop when the newConnections queue in the processor is full. My idea is to make the following changes: do {                         

Re: [VOTE] KIP-716: Allow configuring the location of the offset-syncs topic with MirrorMaker2

2021-04-13 Thread Mickael Maison
Hi, It has been a few weeks since I opened this vote and I have not seen any replies yet. Let me know if you have any feedback. Thanks On Wed, Mar 24, 2021 at 7:04 PM Mickael Maison wrote: > > Hi, > > I'd like to start a vote on KIP-716: Allow configuring the location of > the offset-syncs topi

Re: [VOTE] KIP-709: Extend OffsetFetch requests to accept multiple group ids.

2021-04-13 Thread Rajini Sivaram
Thanks Tom! The vote has passed with 3 binding votes (David, Tom, Rajini). Thanks for the reviews and votes! We will get the PR ready in the next few weeks. Regards, Rajini On Tue, Apr 13, 2021 at 2:31 PM Tom Bentley wrote: > Hi Rajini, > > You're right. It still LGTM, so +1 (binding). > > Th

Re: [VOTE] KIP-699: Update FindCoordinator to resolve multiple Coordinators at a time

2021-04-13 Thread Rajini Sivaram
Thanks Mickael! Regards, Rajini On Tue, Apr 13, 2021 at 4:40 PM Mickael Maison wrote: > Thanks Rajini! > Yes it would be good to get it into 3.0. I've got some of it > implemented already, I'll try to get a PR out in the next couple of > weeks. > > I'm closing this vote. This KIP has been acce

[jira] [Created] (KAFKA-12663) Update FindCoordinator to resolve multiple Coordinators at a time

2021-04-13 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-12663: -- Summary: Update FindCoordinator to resolve multiple Coordinators at a time Key: KAFKA-12663 URL: https://issues.apache.org/jira/browse/KAFKA-12663 Project: Kafka

Re: [VOTE] KIP-699: Update FindCoordinator to resolve multiple Coordinators at a time

2021-04-13 Thread Mickael Maison
Thanks Rajini! Yes it would be good to get it into 3.0. I've got some of it implemented already, I'll try to get a PR out in the next couple of weeks. I'm closing this vote. This KIP has been accepted with 3 +1 binding votes from David, Tom and Rajini. On Tue, Apr 13, 2021 at 1:49 PM Rajini Sivar

Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #36

2021-04-13 Thread Apache Jenkins Server
See

Re: [VOTE] KIP-709: Extend OffsetFetch requests to accept multiple group ids.

2021-04-13 Thread Tom Bentley
Hi Rajini, You're right. It still LGTM, so +1 (binding). Thanks, Tom On Tue, Apr 13, 2021 at 2:04 PM Rajini Sivaram wrote: > Hi Tom, > > You voted for this KIP before you became committer. This KIP has 2 binding > votes, can you take another look and see if you want to add a binding vote? > >

Re: [VOTE] KIP-709: Extend OffsetFetch requests to accept multiple group ids.

2021-04-13 Thread Rajini Sivaram
Hi Tom, You voted for this KIP before you became committer. This KIP has 2 binding votes, can you take another look and see if you want to add a binding vote? Thank you, Rajini On Wed, Jan 27, 2021 at 12:16 PM Tom Bentley wrote: > +1 (non-binding), > > Thanks for the KIP. > > On Wed, Jan 27,

Re: [VOTE] KIP-699: Update FindCoordinator to resolve multiple Coordinators at a time

2021-04-13 Thread Rajini Sivaram
Hi Mickael, +1 (binding) Thanks for the KIP!. Looks like this KIP has sufficient votes. It will be good to get this into 3.0 along with KIP-709. Will you have time to work on this? Please let us know if we can help with the implementation or reviews. Thank you, Rajini On Thu, Mar 18, 2021 at

Jenkins build is unstable: Kafka » Kafka Branch Builder » trunk #35

2021-04-13 Thread Apache Jenkins Server
See

Jenkins build is unstable: Kafka » Kafka Branch Builder » 2.8 #10

2021-04-13 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-12584) Remove deprecated `Sum` and `Total` classes

2021-04-13 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-12584. - Fix Version/s: 3.0.0 Reviewer: Ismael Juma Resolution: Fixed > Remove deprecated