Re: [VOTE] 3.6.1 RC0

2023-12-05 Thread Mickael Maison
Hi, Unit/Integration tests: I'm not able to get a clean build but looking at the results from builds 122 [0] and 123 [1], it seems all tests apart ClusterConnectionStatesTest.testSingleIP() passed at least once. We have https://issues.apache.org/jira/browse/KAFKA-15762 to track the testSingleIP()

Re: [VOTE] 3.6.1 RC0

2023-12-05 Thread Mickael Maison
Hi, Thanks David for investigating this issue. If it's not a regression and if it's not a critical bug then I agree that it's not a blocker. Mickael On Tue, Dec 5, 2023 at 7:16 AM Justine Olshan wrote: > > Not sure if all folks can see this link but the results are here: >

Re: [VOTE] 3.6.1 RC0

2023-12-04 Thread Justine Olshan
Not sure if all folks can see this link but the results are here: https://confluent-kafka-branch-builder-system-test-results.s3-us-west-2.amazonaws.com/system-test-kafka-branch-builder--1701739886--apache--3.6--ec5faaa90d/2023-12-04--001./2023-12-04--001./report.html Looks like there were a few

Re: [VOTE] 3.6.1 RC0

2023-12-04 Thread Justine Olshan
Just wanted to give an update on the system tests since I said I started mine last week. I accidentally misconfigured my build, so I restarted them today. I should have results and if things look good, I should be able to make a vote early tomorrow. Justine On Mon, Dec 4, 2023 at 1:55 PM David

Re: [VOTE] 3.6.1 RC0

2023-12-04 Thread David Arthur
I have a fix for KAFKA-15968 here https://github.com/apache/kafka/pull/14919/. After a bit of digging, I found that this behavior has existed in the KRaft controller since the beginning, so it is not a regression. Another thing I observed while

Re: [VOTE] 3.6.1 RC0

2023-12-04 Thread David Arthur
Mickael, I just filed https://issues.apache.org/jira/browse/KAFKA-15968 while investigating a log corruption issue on the controller. I'm still investigating the issue to see how far back this goes, but I think this could be a blocker. Essentially, the bug is that the controller does not treat a

Re: [VOTE] 3.6.1 RC0

2023-12-04 Thread Luke Chen
Hi Mickael: I did: 1. Validated all checksums, signatures, and hashes 2. Ran quick start for KRaft using scala 2.12 artifacts 3. Spot checked the documentation and Javadoc 4. Validated the licence file When running the validation to scala 2.12 package, I found these libraries are

Re: [VOTE] 3.6.1 RC0

2023-12-01 Thread Bill Bejeck
Hi Mickael, I did the following: 1. Validated all checksums, signatures, and hashes 2. Built from source 3. Ran all the unit tests 4. Spot checked the documentation and Javadoc 5. Ran the ZK, Kraft, and Kafka Streams quickstart guides I did notice that the `fillDotVersion` in

Re: [VOTE] 3.6.1 RC0

2023-12-01 Thread Justine Olshan
I've started a system test run on my end. Justine On Wed, Nov 29, 2023 at 1:55 PM Justine Olshan wrote: > I built from source and ran a simple transactional produce bench. I ran a > handful of unit tests as well. > I scanned the docs and everything looked reasonable. > > I was wondering if we

Re: [VOTE] 3.6.1 RC0

2023-11-29 Thread Justine Olshan
I built from source and ran a simple transactional produce bench. I ran a handful of unit tests as well. I scanned the docs and everything looked reasonable. I was wondering if we got the system test results mentioned > System tests: Still running I'll post an update once they complete. Justine

Re: [VOTE] 3.6.1 RC0

2023-11-29 Thread Mickael Maison
Hi Josep, Good catch! If it's the only issue we find, I don't think we should block the release just to fix that. If we find another issue, I'll backport it before running another RC, otherwise I'll backport it once 3.6.1 is released. Thanks, Mickael On Wed, Nov 29, 2023 at 11:55 AM Josep Prat

Re: [VOTE] 3.6.1 RC0

2023-11-29 Thread Josep Prat
Hi Mickael, This PR[1] made me realize NOTICE-binary is missing the notice for commons-io. I don't know if it's a blocker or not. I can cherry pick the commit to the 3.6 branch if you want. Best, [1]: https://github.com/apache/kafka/pull/14865 On Tue, Nov 28, 2023 at 10:25 AM Josep Prat

Re: [VOTE] 3.6.1 RC0

2023-11-28 Thread Josep Prat
Hi Mickael, Thanks for running the release. It's a +1 for me (non-binding). 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

Re: [VOTE] 3.6.1 RC0

2023-11-27 Thread Kamal Chandraprakash
+1 (non-binding) 1. Built the source from 3.6.1-rc0 tag in scala 2.12 and 2.13 2. Ran all the unit and integration tests. 3. Ran quickstart and verified the produce-consume on a 3 node cluster. 4. Verified the tiered storage functionality with local-tiered storage. On Tue, Nov 28, 2023 at 12:55 

Re: [VOTE] 3.6.1 RC0

2023-11-27 Thread Federico Valeri
Hi Mickael, - Build from source (Java 17, Scala 2.13) - Run unit and integration tests - Run custom client apps using staging artifacts +1 (non binding) Thanks Fede On Sun, Nov 26, 2023 at 11:34 AM Jakub Scholz wrote: > > +1 non-binding. I used the staged Scala 2.13 artifacts and the staged

Re: [VOTE] 3.6.1 RC0

2023-11-26 Thread Jakub Scholz
+1 non-binding. I used the staged Scala 2.13 artifacts and the staged Maven repo for my tests. All seems to work fine. Thanks Jakub On Fri, Nov 24, 2023 at 4:37 PM Mickael Maison wrote: > Hello Kafka users, developers and client-developers, > > This is the first candidate for release of Apache

[VOTE] 3.6.1 RC0

2023-11-24 Thread Mickael Maison
Hello Kafka users, developers and client-developers, This is the first candidate for release of Apache Kafka 3.6.1. This is a bugfix release with several fixes, including dependency version bumps for CVEs. Release notes for the 3.6.1 release: