Re: [VOTE] 3.5.0 RC1

2023-06-13 Thread Mickael Maison
Hi, I'm now closing the vote. The vote passes with - 4 +1 bindings votes from Luke, John, Bill and David - 4 +1 non-binding votes from Federico, Jakub, Josep and Satish - 0 -1 votes I'll go ahead and finish the release process. Thanks, Mickael On Mon, Jun 12, 2023 at 8:05 PM David Arthur

Re: [VOTE] 3.5.0 RC1

2023-06-12 Thread David Arthur
Hey Mickael, thanks for running the release! I downloaded the 2.12 binary and did the following: * Verified signatures * Performed KRaft quickstart * Manually ran through a ZK to KRaft migration I notice we're missing the KRaft migration docs from

Re: [VOTE] 3.5.0 RC1

2023-06-12 Thread Bill Bejeck
Hi Mickael, I verified the following: 1. All signatures and checksums 2. Built from source 3. Ran all the unit tests 4. Ran the Kafka-Zookeeper, Kafka-KRaft, and the Kafka Streams quickstarts 5. Spot-checked the docs 6. Spot-checked the JavaDocs It's a +1(binding) for me.

Re: [VOTE] 3.5.0 RC1

2023-06-12 Thread Satish Duggana
Hi Mickael, Thanks for running the release. +1 (non-binding) - Ran testAll/releaseTarGzAll successfully with no failures. - Ran through quickstart of core/streams on builds generated from 3.5.0-rc1 tag. - Ran a few internal apps targeting to topics on a 3 node cluster. On Mon, 12 Jun 2023 at

Re: [VOTE] 3.5.0 RC1

2023-06-12 Thread Josep Prat
Hi MIckael, Just for the record, I +1'd this release. However, my vote falls onto the non-binding ones as well. Best, On Sun, Jun 11, 2023 at 11:38 AM Mickael Maison wrote: > Hi, > > We've passed the deadline but we are still missing votes. > So far we have have 2 binding votes (Luke and John)

Re: [VOTE] 3.5.0 RC1

2023-06-11 Thread Mickael Maison
Hi, We've passed the deadline but we are still missing votes. So far we have have 2 binding votes (Luke and John) and 2 non-binding votes (Federico and Jakub). Please take time to test this release candidate and vote. Thanks, Mickael On Wed, Jun 7, 2023 at 6:26 PM John Roesler wrote: > >

Re: [VOTE] 3.5.0 RC1

2023-06-07 Thread John Roesler
Thanks for running this release, Mickael! I've verified: * the signature * that I can compile the project * that I can run the tests. I saw one flaky test failure, but I don't think it should block us. Reported as https://issues.apache.org/jira/browse/KAFKA-13531?focusedCommentId=17730190 * the

Re: [VOTE] 3.5.0 RC1

2023-06-07 Thread Josep Prat
Hi MIckael, Apparently you did it in this PR already :) : https://github.com/apache/kafka/pull/13749 (this PR among other things removes classgraph. Without being a lawyer, I think I agree with you as stating we depend on something we don't would be less problematic than the other way around.

Re: [VOTE] 3.5.0 RC1

2023-06-07 Thread Mickael Maison
Hi Josep, Thanks for spotting this. If not already done, can you open a ticket/PR to fix this on trunk? It looks like the last couple of releases already had that issue. Since we're including a license for a dependency we don't ship, I think we can consider this non blocking. The other way around

Re: [VOTE] 3.5.0 RC1

2023-06-06 Thread Jakub Scholz
+1 (non-binding) ... I used the staged binaries with Scala 2.13 and staged artifacts to run my tests. All seems to work fine. Thanks for running the release Mickael! Jakub On Mon, Jun 5, 2023 at 3:39 PM Mickael Maison wrote: > Hello Kafka users, developers and client-developers, > > This is

Re: [VOTE] 3.5.0 RC1

2023-06-06 Thread Federico Valeri
Hi Mickael, I did the following checks: - Signature, checksum, licenses - Build from source with Java 17 and Scala 2.13 - Full unit and integration test suites - Java app with staging Maven artifacts and multi-node cluster LGTM, apart from the already mentioned "classgraph" license that can be

Re: [VOTE] 3.5.0 RC1

2023-06-06 Thread Luke Chen
Hi Mickael, I ran the following validation steps: - Built from source with Java 17 and Scala 2.13 - Signatures and hashes of the artifacts generated - Navigated through Javadoc including links to JDK classes - Run the quickstart in KRaft and Zookeeper mode +1 (binding) from me. Thanks for

Re: [VOTE] 3.5.0 RC1

2023-06-05 Thread Josep Prat
Hi Mickael, 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 - Run the quickstart in KRaft and Zookeeper

[VOTE] 3.5.0 RC1

2023-06-05 Thread Mickael Maison
Hello Kafka users, developers and client-developers, This is the second candidate for release of Apache Kafka 3.5.0. Some of the major features include: - KIP-710: Full support for distributed mode in dedicated MirrorMaker 2.0 clusters - KIP-881: Rack-aware Partition Assignment for Kafka