Hi all, Thanks for helping validate the RC1 build. I've got 1 binding, and 3 non-binding votes. Please help validate it when available.
Update for the system test results: https://drive.google.com/file/d/1gLt5hTFCVnpoKZ_I5KmUvnowVGtzfip_/view?usp=sharing The result failed at 2 groups of tests: 1. quota_test test suite failed with "ValueError: max() arg is an empty sequence". This is a known issue and these tests can be passed after re-run. 2. zookeeper_migration_test failed with 2.1. "Kafka server didn't finish startup in 60 seconds" : This is because we added a constraint to ZK migrating to KRaft that we don't support JBOD in use. These system tests are fixed in this PR in trunk: https://github.com/apache/kafka/pull/14654/files#diff-17b8c06d37fe43a3bd6ba5b89e08ff8f988ad5f4e5f7eda87844d51f7e5a5b96R61 2.2. "Zookeeper node failed to start": This is because the ZK is pointing to 3.4.0 version, which should be 3.4.1. These system tests are fixed in this PR in trunk: https://github.com/apache/kafka/pull/14208/files#diff-17b8c06d37fe43a3bd6ba5b89e08ff8f988ad5f4e5f7eda87844d51f7e5a5b96R143 I've confirmed that after applying this patch, the system tests pass now. The PR to backport this fix to 3.5 branch is opened: https://github.com/apache/kafka/pull/14927 But that doesn't block 3.5.2 release because they are test problems only. Thank you. Luke On Mon, Nov 27, 2023 at 2:13 AM Mickael Maison <mickael.mai...@gmail.com> wrote: > Hi Luke, > > I ran the following checks: > - Verified signatures and checksums > - Ran the KRaft and ZooKeeper quickstarts with the 2.13 binaries > - Built sources and ran unit/integration tests with Java 17 > > +1 (binding) > > Thanks, > Mickael > > > On Fri, Nov 24, 2023 at 10:41 AM Jakub Scholz <ja...@scholz.cz> wrote: > > > > +1 non-binding. I used the staged Scala 2.13 binaries and the staged > Maven > > repo to run my tests and all seems to work fine. > > > > Thanks & Regards > > Jakub > > > > On Tue, Nov 21, 2023 at 11:09 AM Luke Chen <show...@apache.org> wrote: > > > > > Hello Kafka users, developers and client-developers, > > > > > > This is the first candidate for release of Apache Kafka 3.5.2. > > > > > > This is a bugfix release with several fixes since the release of 3.5.1, > > > including dependency version bumps for CVEs. > > > > > > Release notes for the 3.5.2 release: > > > https://home.apache.org/~showuon/kafka-3.5.2-rc1/RELEASE_NOTES.html > > > > > > *** Please download, test and vote by Nov. 28. > > > > > > Kafka's KEYS file containing PGP keys we use to sign the release: > > > https://kafka.apache.org/KEYS > > > > > > * Release artifacts to be voted upon (source and binary): > > > https://home.apache.org/~showuon/kafka-3.5.2-rc1/ > > > > > > * Maven artifacts to be voted upon: > > > https://repository.apache.org/content/groups/staging/org/apache/kafka/ > > > > > > * Javadoc: > > > https://home.apache.org/~showuon/kafka-3.5.2-rc1/javadoc/ > > > > > > * Tag to be voted upon (off 3.5 branch) is the 3.5.2 tag: > > > https://github.com/apache/kafka/releases/tag/3.5.2-rc1 > > > > > > * Documentation: > > > https://kafka.apache.org/35/documentation.html > > > > > > * Protocol: > > > https://kafka.apache.org/35/protocol.html > > > > > > * Successful Jenkins builds for the 3.5 branch: > > > Unit/integration tests: > > > https://ci-builds.apache.org/job/Kafka/job/kafka/job/3.5/98/ > > > There are some falky tests, including the testSingleIP test failure. It > > > failed because of some infra change and we fixed it > > > <https://github.com/apache/kafka/pull/14741> recently. > > > > > > System tests: running, will update the results later. > > > > > > > > > > > > Thank you. > > > Luke > > > >