Re: [kafka-clients] [VOTE] 2.4.0 RC3

2019-12-09 Thread Manikumar
Hi all, We have merged the PR for KAFKA-9212. Thanks to Jason for the fixing the issue. Thanks to Yannick for reporting the issue and Michael Jaschob for providing extra details. I am canceling this vote and will create new RC shortly. Thanks, Manikumar On Sat, Dec 7, 2019 at 3:19 AM Israel Ekp

Re: [kafka-clients] [VOTE] 2.4.0 RC3

2019-12-06 Thread Israel Ekpo
This particular test keeps failing for me ./gradlew :core:integrationTest --tests kafka.admin.ReassignPartitionsClusterTest.shouldMoveSinglePartitionWithinBroker I have created an issue to document my observations https://issues.apache.org/jira/browse/KAFKA-9283 It fails sometimes when the envi

Re: [kafka-clients] [VOTE] 2.4.0 RC3

2019-12-06 Thread Israel Ekpo
Ran the tests in the following environments using Eric's script available here: https://github.com/elalonde/kafka/blob/master/bin/verify-kafka-rc.sh OS: Ubuntu 18.04.3 LTS Java Version: OpenJDK 11.0.4 Scala Versions: 2.12.10, 12.13.0, 12.13.1 Gradle Version: 5.6.2 I have made one observation in

Re: [VOTE] 2.4.0 RC3

2019-12-06 Thread Jason Gustafson
Hi Manikumar, We've gotten to the bottom of https://issues.apache.org/jira/browse/KAFKA-9212 and I think it should be a blocker. The impact of this bug is that consumers cannot make progress while a reassignment is in progress. The problem is missing logic in the controller to update its metadata

[VOTE] 2.4.0 RC3

2019-12-04 Thread Manikumar
Hello Kafka users, developers and client-developers, This is the fourth candidate for release of Apache Kafka 2.4.0. This release includes many new features, including: - Allow consumers to fetch from closest replica - Support for incremental cooperative rebalancing to the consumer rebalance prot