Re: [VOTE] 3.9.1 RC2

2025-05-18 Thread Hong-Yi Chen
Hi, I verified 3.9.1-rc2 as follows: 1. Built and ran all unit and integration tests from the source tarball (OpenJDK 23) 2. Ran the quickstart examples in both KRaft and ZK modes using the binary distribution +1 (non-binding) Thanks for the release! Hong-Yi PoAn Yang 於 2025年5月18日 週日 下午2:23寫道

Re: [VOTE] 3.9.1 RC2

2025-05-17 Thread PoAn Yang
Hi, I have done the following tests: - Built from 3.9.1-rc2 with OpenJDK-17 and OpenJDK-21. - Ran all unit and integration tests. - Verified basic produce/consume. - Ran KRaft with kafka_2.13-3.9.1.tgz +1 (non-binding) Thanks, PoAn > On May 18, 2025, at 1:04 PM, 黃竣陽 wrote: > > +1 (non-bindin

Re: [VOTE] 3.9.1 RC2

2025-05-17 Thread 黃竣陽
+1 (non-binding) Best Regards, Jiunn-Yang > 黃竣陽 於 2025年5月16日 晚上8:21 寫道: > > Hello, > > I've completed the following tests on my local machine: > > - Built from source using JDK 21 & JDK 17 > - Executed all unit and integration tests > - Ran the KRaft quickstart successfully > - test console

Re: [VOTE] 3.9.1 RC2

2025-05-16 Thread 黃竣陽
Hello, I've completed the following tests on my local machine: - Built from source using JDK 21 & JDK 17 - Executed all unit and integration tests - Ran the KRaft quickstart successfully - test console producer and consumer Best Regards Jiunn-Yang > Mickael Maison 於 2025年5月16日 下午5:28 寫道: >

Re: [VOTE] 3.9.1 RC2

2025-05-16 Thread Mickael Maison
Hi, I checked the following: - validated checksums/signatures - ran quickstart with both KRaft and ZK with 2.13 binaries, apache/kafka:3.9.1-rc2 and apache/kafka-native:3.9.1-rc2 - ran unit/integration tests from source artifact +1 (binding) Thanks for running the release! Mickael On Thu, May

Re: [VOTE] 3.9.1 RC2

2025-05-15 Thread Justine Olshan
Hey folks, Thanks for the updated RC, I'm happy to see the correct version now in documentation :) I built from source, ran a kraft and zk cluster and a basic trogdor workload for each. I took a quick look at the diff to see the changes compared to the last RC I validated. I also took a quick loo

Re: [VOTE] 3.9.1 RC2

2025-05-15 Thread Kuan Po Tseng
Hi, I’ve completed the following tasks: - Verified the signatures and checksums of all release artifacts - Built from source (23.0.2-oracle + Scala 2.13) - Ran unit tests & integration tests - Ran the Kafka quickstart & Kafka Streams quickstart with the downloaded binary - Ran the Kafka quickstar

Re: [VOTE] 3.9.1 RC2

2025-05-14 Thread Luke Chen
Hi all, Thanks for the vote so far! Update for the system test: 1. The system tests have some failed tests: http://jenkins.opensource4you.tw/job/kafka-e2e/317 2. The failed benchmark_test and OffsetValidationTest can pass in another run: https://drive.google.com/drive/folders/1lf7EH-m8PNPGfv7Fj3-

Re: [VOTE] 3.9.1 RC2

2025-05-13 Thread Paolo Patierno
Hi, we ran all the regression tests within the Strimzi project and also all the KRaft migration and upgrade related test. Everything is fine. +1 (non binding) Thanks Paolo Paolo Patierno *Senior Principal Software Engineer @ Red Hat**CNCF Ambassador* *Microsoft MVP on **Azure* Twitter : @ppati

Re: [VOTE] 3.9.1 RC2

2025-05-13 Thread Josep Prat
Hi, I did the following: - verify all signatures - build from source (OpenJDK Temurin 17 + Scala 2.13) - This test fails consistently on my machine, but I tried with 3.8 and 3.9.0 and it also fails LazyDownConversionRecordsTest > testConversion(CompressionType, byte, boolean) > compressionType=gz

Re: [VOTE] 3.9.1 RC2

2025-05-12 Thread KuanPo Tseng
Hi Matthias, Are you running these tests on macOS? I’ve observed the same issue, but the tests pass on Linux (openSUSE Tumbleweed). I suspect this issue is specific to the macOS environment. The related issue can be found here: KAFKA-16701 . -K

Re: [VOTE] 3.9.1 RC2

2025-05-12 Thread Matthias J. Sax
Hi, I tried to run unit tests on the source, but could not get `SocketServerTest` to pass. Anybody has any idea? Tried to re-run a few times... ./gradlew :core:unitTest --tests kafka.network.SocketServerTest Getting java.lang.IllegalStateException: Channel closed too early and java.la

[VOTE] 3.9.1 RC2

2025-05-12 Thread TengYao Chi
Hello Kafka users, developers and client-developers, This is the third candidate for the release of Apache Kafka 3.9.1. This RC fixed the LICENSE-binary misalignment issue and also bump the jetty version for CVE-2024-13009 compared with RC1. This is a bug-fix release with several fixes, and most