Re: [VOTE] 3.5.2 RC1

2023-12-08 Thread Luke Chen
Hi all,

Thanks for the vote. I've got
3 binding +1 votes (Michael, Justine, Tom)
3 non-binding +1 votes (Josep, Federico, Jakub)

I will close this vote thread and go ahead to complete the release process.

Thanks.
Luke


On Fri, Dec 8, 2023 at 3:30 PM Tom Bentley  wrote:

> Hi,
>
> I have validated signatures, checked the Java docs, built from source and
> run tests. I had a few unit test failures, but I note that others saw them
> pass and the CI was green too, so I think this is a problem with my system
> rather than the release.
>
> +1 (binding).
>
> Thanks!
>
> On Wed, 6 Dec 2023 at 12:17, Justine Olshan 
> wrote:
>
> > Hey all,
> >
> > I've built from source, ran unit tests, and ran a produce bench test on a
> > running server.
> > I've also scanned the various release components. Given the test results
> > and the validations, +1 (binding) from me.
> >
> > Thanks,
> > Justine
> >
> > On Tue, Dec 5, 2023 at 3:59 AM Luke Chen  wrote:
> >
> > > 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 
> 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 
> > 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 

Re: [VOTE] 3.5.2 RC1

2023-12-07 Thread Tom Bentley
Hi,

I have validated signatures, checked the Java docs, built from source and
run tests. I had a few unit test failures, but I note that others saw them
pass and the CI was green too, so I think this is a problem with my system
rather than the release.

+1 (binding).

Thanks!

On Wed, 6 Dec 2023 at 12:17, Justine Olshan 
wrote:

> Hey all,
>
> I've built from source, ran unit tests, and ran a produce bench test on a
> running server.
> I've also scanned the various release components. Given the test results
> and the validations, +1 (binding) from me.
>
> Thanks,
> Justine
>
> On Tue, Dec 5, 2023 at 3:59 AM Luke Chen  wrote:
>
> > 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  >
> > 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  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 
> 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
> > > > >  recently.
> > > > >
> > > > > System tests: running, will update the results later.
> > > > >
> > > > >
> > > > >
> > > > > Thank you.
> > > > > Luke
> > > > >
> > >
> >
>


Re: [VOTE] 3.5.2 RC1

2023-12-05 Thread Justine Olshan
Hey all,

I've built from source, ran unit tests, and ran a produce bench test on a
running server.
I've also scanned the various release components. Given the test results
and the validations, +1 (binding) from me.

Thanks,
Justine

On Tue, Dec 5, 2023 at 3:59 AM Luke Chen  wrote:

> 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 
> 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  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  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
> > > >  recently.
> > > >
> > > > System tests: running, will update the results later.
> > > >
> > > >
> > > >
> > > > Thank you.
> > > > Luke
> > > >
> >
>


Re: [VOTE] 3.5.2 RC1

2023-12-05 Thread Luke Chen
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 
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  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  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
> > >  recently.
> > >
> > > System tests: running, will update the results later.
> > >
> > >
> > >
> > > Thank you.
> > > Luke
> > >
>


Re: [VOTE] 3.5.2 RC1

2023-11-26 Thread Mickael Maison
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  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  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
> >  recently.
> >
> > System tests: running, will update the results later.
> >
> >
> >
> > Thank you.
> > Luke
> >


Re: [VOTE] 3.5.2 RC1

2023-11-24 Thread Jakub Scholz
+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  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
>  recently.
>
> System tests: running, will update the results later.
>
>
>
> Thank you.
> Luke
>


Re: [VOTE] 3.5.2 RC1

2023-11-22 Thread Federico Valeri
Hi Luke,

- Compiled from source (Java 17 and Scala 2.13)
- Ran unit and integration tests
- Ran custom client apps using staging artifacts

+1 (non binding)

Thanks
Fede

On Wed, Nov 22, 2023 at 2:44 PM Josep Prat  wrote:
>
> Hi Luke,
>
> Thanks for running the release.
> I did the following:
> - Verified artifact's signatures and hashes
> - Checked JavaDoc (with navigation to Oracle JavaDoc)
> - Compiled source code
> - Run unit tests and integration tests
> - Run getting started with ZK and KRaft
>
> It gets a +1 from my side (non-binding)
>
> Best,
>
> On Tue, Nov 21, 2023 at 11:09 AM Luke Chen  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
> >  recently.
> >
> > System tests: running, will update the results later.
> >
> >
> >
> > Thank you.
> > Luke
> >
>
>
> --
> [image: Aiven] 
>
> *Josep Prat*
> Open Source Engineering Director, *Aiven*
> josep.p...@aiven.io   |   +491715557497
> aiven.io    |   
>      
> *Aiven Deutschland GmbH*
> Alexanderufer 3-7, 10117 Berlin
> Geschäftsführer: Oskari Saarenmaa & Hannu Valtonen
> Amtsgericht Charlottenburg, HRB 209739 B


Re: [VOTE] 3.5.2 RC1

2023-11-22 Thread Josep Prat
Hi Luke,

Thanks for running the release.
I did the following:
- Verified artifact's signatures and hashes
- Checked JavaDoc (with navigation to Oracle JavaDoc)
- Compiled source code
- Run unit tests and integration tests
- Run getting started with ZK and KRaft

It gets a +1 from my side (non-binding)

Best,

On Tue, Nov 21, 2023 at 11:09 AM Luke Chen  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
>  recently.
>
> System tests: running, will update the results later.
>
>
>
> Thank you.
> Luke
>


-- 
[image: Aiven] 

*Josep Prat*
Open Source Engineering Director, *Aiven*
josep.p...@aiven.io   |   +491715557497
aiven.io    |   
     
*Aiven Deutschland GmbH*
Alexanderufer 3-7, 10117 Berlin
Geschäftsführer: Oskari Saarenmaa & Hannu Valtonen
Amtsgericht Charlottenburg, HRB 209739 B