Re: [VOTE] 3.4.1 RC2

2023-05-25 Thread Luke Chen
Thanks all for helping verify the RC2. But my team member found a bug that in KRaft mode, we'll log every commit message in info level, with `handleSnapshot: xxx`. That means, in KRaft mode, the active controller log will be flooded with this message every 500ms (default no-op message commit

Re: [VOTE] 3.4.1 RC2

2023-05-24 Thread Josep Prat
Hi Luke, Thanks for your patience during this release. I ran the following validation steps: - Built from source with Java 11 and Scala 2.13 - Signatures and hashes of the artifacts generated - Navigated through Javadoc including links to JDK classes - Run the unit tests - Run integration tests

Re: [VOTE] 3.4.1 RC2

2023-05-24 Thread Federico Valeri
Hi Luke, these are the things I checked: - Source signature, checksum and license file - Build from source with Java 17 and Scala 2.13 - Unit and integration test suites - Java app with staging Maven artifacts +1 (non binding) Thanks Fede On Wed, May 24, 2023 at 6:36 PM Chris Egerton wrote:

Re: [VOTE] 3.4.1 RC2

2023-05-24 Thread Chris Egerton
Hi Luke, Thanks again for running this release! Echoing your hopes that this will be the final 3.4.1 release candidate :) To verify, I: - Built from source with Java 11 with both: - - the 3.4.1-rc2 tag on GitHub - - the kafka-3.4.1-src.tgz artifact from

[VOTE] 3.4.1 RC2

2023-05-24 Thread Luke Chen
Hello Kafka users, developers and client-developers, This is the 3rd candidate for release of Apache Kafka 3.4.1. This is a bugfix release with several fixes since the release of 3.4.0. A few of the major issues include: - core KAFKA-14644