Re: [VOTE] 4.0.0 RC3

2025-03-15 Thread Chia-Ping Tsai
Hi Lianet I have merged the PR (https://github.com/apache/kafka-site/pull/670), and the quickstart issue is fixed now. Best, Chia-Ping On 2025/03/13 04:31:54 TengYao Chi wrote: > Hi David > > I have updated the patch which I mentioned in the previous email. > I have updated the default documen

Re: [VOTE] 4.0.0 RC3

2025-03-14 Thread David Jacot
Cancelling this vote because we need a new RC to include KAFKA-18979. Best, David On Fri, Mar 14, 2025 at 8:30 AM Luke Chen wrote: > Hi José, > > Thanks for the fix. > The change makes sense to me. > > Thanks. > Luke > > On Fri, Mar 14, 2025 at 8:03 AM José Armando García Sancio < > jsan...@con

Re: [VOTE] 4.0.0 RC3

2025-03-14 Thread Luke Chen
Hi José, Thanks for the fix. The change makes sense to me. Thanks. Luke On Fri, Mar 14, 2025 at 8:03 AM José Armando García Sancio < jsan...@confluent.io> wrote: > Hi Luke and David, > > I merged my fix to the trunk and cherry-picked it to the 4.0 branch. > It is not a full fix but it improves

Re: [VOTE] 4.0.0 RC3

2025-03-13 Thread José Armando García Sancio
Hi Luke and David, I merged my fix to the trunk and cherry-picked it to the 4.0 branch. It is not a full fix but it improves the UX so that kafka doesn't report the wrong kraft.version. The full fix is coming in 4.1 when I implement kraft upgrades in https://issues.apache.org/jira/browse/KAFKA-16

Re: [VOTE] 4.0.0 RC3

2025-03-13 Thread Bill Bejeck
Hi David, I did the following: 1. Checked the signatures and checksums of all the release artifacts 2. Built from source 3. Ran the unit tests (encountered the same error pointed out by others before) 4. Ran the quickstart with the downloaded code 5. Ran the Kafka Streams quick

Re: [VOTE] 4.0.0 RC3

2025-03-13 Thread Federico Valeri
Hi, I opened a small PR to fix a documentation issue: https://github.com/apache/kafka/pull/19198 On Thu, Mar 13, 2025 at 2:06 PM David Jacot wrote: > > Hi Luke, > > Thanks for checking the system tests! I will follow up with Jose and Colin > about KAFKA-18979. > > Best, > David > > On Thu, Mar 13

Re: [VOTE] 4.0.0 RC3

2025-03-13 Thread José Armando García Sancio
Hi Luke and David, On Thu, Mar 13, 2025 at 8:27 AM Luke Chen wrote: > > Hi David and all, > > Sorry, I found a bug KAFKA-18979, and in my opinion, it should be a blocker. > But I'd like to get @José Armando García Sancio 's confirmation. This is an unfortunate bug that can cause confusion to th

Re: [VOTE] 4.0.0 RC3

2025-03-13 Thread David Jacot
Hi Luke, Thanks for checking the system tests! I will follow up with Jose and Colin about KAFKA-18979. Best, David On Thu, Mar 13, 2025 at 1:28 PM Luke Chen wrote: > Hi David and all, > > Sorry, I found a bug KAFKA-18979 > , and in my opinion,

Re: [VOTE] 4.0.0 RC3

2025-03-13 Thread Luke Chen
Hi David and all, Sorry, I found a bug KAFKA-18979 , and in my opinion, it should be a blocker. But I'd like to get @José Armando García Sancio 's confirmation. BTW, for the system tests: > * kafkatest.tests.connect.connect_distributed_test - Th

Re: [VOTE] 4.0.0 RC3

2025-03-13 Thread David Jacot
We reverted the doc. I agree that we should only update it when we release it. Best, David On Thu, Mar 13, 2025 at 8:18 AM Josep Prat wrote: > Hi all, > The redirect are not expected to work until after the release is announced. > This changed since the ASF FTP was shut down. > By merging the P

Re: [VOTE] 4.0.0 RC3

2025-03-13 Thread Chia-Ping Tsai
hi David and Josep I apologize for the hasty merge. Thank you, David, for promptly reverting it Best, Chia-Ping David Jacot 於 2025年3月13日 週四 下午5:01寫道: > We reverted the doc. I agree that we should only update it when we release > it. > > Best, > David > > On Thu, Mar 13, 2025 at 8:18 AM Josep P

Re: [VOTE] 4.0.0 RC3

2025-03-13 Thread Josep Prat
Hi all, The redirect are not expected to work until after the release is announced. This changed since the ASF FTP was shut down. By merging the PR with the redirect, now the docs point publicly to 4.0. I think we should revert the redirect until the vote passes. Best, -- Josep Pr

Re: [VOTE] 4.0.0 RC3

2025-03-12 Thread TengYao Chi
Hi David I have updated the patch which I mentioned in the previous email. I have updated the default documentation to point to the 4.0 release docs. Please take a look. Best, TengYao TengYao Chi 於 2025年3月13日 週四 上午11:09寫道: > Hi David, > I have file a patch for quickstart link issue which ment

Re: [VOTE] 4.0.0 RC3

2025-03-12 Thread TengYao Chi
Hi David, I have file a patch for quickstart link issue which mentioned by Lianet. https://github.com/apache/kafka-site/pull/670 It should fix the issue. Best, TengYao. Lianet M. 於 2025年3月13日 週四 上午8:17寫道: > Hey David, > > Regarding the quickstart it's indeed a linking issue: if we go to the 4.

Re: [VOTE] 4.0.0 RC3

2025-03-12 Thread Bruno Cadonna
Hi David, I did the following: - checked the signatures and checksums of all the release artifacts - built from the source artifacts and ran into the same issue Lianet described. After that I built from source using the 4.0.0-rc3 tag. - ran unit and integration tests - ran through the Kafka qu

Re: [VOTE] 4.0.0 RC3

2025-03-12 Thread Lianet M.
Hey David, Regarding the quickstart it's indeed a linking issue: if we go to the 4.0 documentation on https://kafka.apache.org/40/documentation.html and then click on the quickstart linked on the introduction (on "To get hands-on experience with Kafka, follow the Quickstart

Re: [VOTE] 4.0.0 RC3

2025-03-12 Thread Justine Olshan
Hi David, Let me first say this is so nice to have a single java/scala version in the release artifacts! It makes this validation smoother! I also: * Checked the signatures and checksums of the artifacts * Used the pre-built tar to create a cluster, upgrade and downgrade transaction version, run s

Re: [VOTE] 4.0.0 RC3

2025-03-12 Thread Bruno Cadonna
Hi David, I ran into the same issues as Lianet regading the quickstart. I believe there is a linking issue. If I go to https://kafka.apache.org/40/documentation.html and then I click on "get started" -> "quickstart" I end up at the 3.9 version. The 4.0 version can be found under https://k

Re: [VOTE] 4.0.0 RC3

2025-03-12 Thread David Jacot
Hi Lianet, Thanks! Let’s file a Jira for that test. This is not a blocker but we should fix it. Regarding the quick start, are you sure that you used the staged documentation for 4.0? Here: https://kafka.apache.org/40/documentation.html Best, David Le mer. 12 mars 2025 à 20:07, Lianet M. a éc

Re: [VOTE] 4.0.0 RC3

2025-03-12 Thread Lianet M.
Hi David, I've tested the RC3 and this is what I've done so far and what I've found: - build from src kafka-4.0.0-src.tgz with Java 17 - run unit test and integration tests - run client examples from the examples module (consume/produce/tx) - build clients with Java 11. Run client unit tests, int

Re: [VOTE] 4.0.0 RC3

2025-03-12 Thread David Jacot
Hi all, All the documentation blockers are now closed. Let's continue the validation process. I don't expect to cut a new RC unless we find a non-documentation blocker. Best, David On Wed, Mar 12, 2025 at 3:37 PM David Jacot wrote: > > Awesome, thanks! I just merged it. > > Best, > David > > On

Re: [VOTE] 4.0.0 RC3

2025-03-12 Thread David Jacot
Awesome, thanks! I just merged it. Best, David On Wed, Mar 12, 2025 at 3:33 PM 黃竣陽 wrote: > > Hello David, > > FYI, https://github.com/apache/kafka-site/pull/669 this PR resolve “1.7 > Compatibility” section is empty. > > Best, > Jiunn-Yang > > > David Jacot 於 2025年3月12日 晚上10:15 寫道: > > > > Hi

Re: [VOTE] 4.0.0 RC3

2025-03-12 Thread 黃竣陽
Hello David, FYI, https://github.com/apache/kafka-site/pull/669 this PR resolve “1.7 Compatibility” section is empty. Best, Jiunn-Yang > David Jacot 於 2025年3月12日 晚上10:15 寫道: > > Hi all, > > FYI - I just updated the documentation. The "1.7 Compatibility" > section is empty. Looking into it. >

Re: [VOTE] 4.0.0 RC3

2025-03-12 Thread David Jacot
Hi all, FYI - I just updated the documentation. The "1.7 Compatibility" section is empty. Looking into it. Best, David On Wed, Mar 12, 2025 at 1:51 PM David Jacot wrote: > > Hi, > > Thanks for pointing that out. I will update the documentation by the end of > the day. > > Best, > David > > On W

Re: [VOTE] 4.0.0 RC3

2025-03-12 Thread David Jacot
Hi, Thanks for pointing that out. I will update the documentation by the end of the day. Best, David On Wed, Mar 12, 2025 at 1:15 PM TengYao Chi wrote: > Hi Federico > > The issue you mentioned has been resolved by > https://github.com/apache/kafka/pull/19146 > > Best, > TengYao > > > Federico

Re: [VOTE] 4.0.0 RC3

2025-03-12 Thread TengYao Chi
Hi Federico The issue you mentioned has been resolved by https://github.com/apache/kafka/pull/19146 Best, TengYao Federico Valeri 於 2025年3月12日 週三 下午7:32寫道: > Hi David, in the doc menu I see the item "1.6 Differences Between > KRaft mode and ZooKeeper mode", but paragraph 1.6 talks about Docke

Re: [VOTE] 4.0.0 RC3

2025-03-12 Thread Federico Valeri
Hi David, in the doc menu I see the item "1.6 Differences Between KRaft mode and ZooKeeper mode", but paragraph 1.6 talks about Docker. Is this supposed to be there? On Wed, Mar 12, 2025 at 10:56 AM Luke Chen wrote: > > Hi David, > > Thanks for the analysis. > > > * kafkatest.tests.connect.connec

Re: [VOTE] 4.0.0 RC3

2025-03-12 Thread Luke Chen
Hi David, Thanks for the analysis. > * kafkatest.tests.connect.connect_distributed_test - These tests are flaky in our test infrastructure but they pass locally. If they can be passed locally, it should be fine. > * kafkatest.tests.core.network_degrade_test - This is not a blocker as it does no

Re: [VOTE] 4.0.0 RC3

2025-03-11 Thread David Jacot
Hi Chia-Ping, Thanks. I will update the documentation soon. Best, David On Sun, Mar 9, 2025 at 2:43 AM Chia-Ping Tsai wrote: > hi David > > I have cherry-pick https://github.com/apache/kafka/pull/19146 to 4.0 to > fix the link of https://kafka.apache.org/40/zk2kraft > > Best, > Chia-Ping > > O

Re: [VOTE] 4.0.0 RC3

2025-03-11 Thread TengYao Chi
Hi David, I have done the following tests: - Built from 4.0.0-rc3 with JDK21-zulu - Ran all unit and integration tests in a container - a few tests failed at the first attempt but failed tests passed after retried - Ran the KRaft quickstart using kafka_2.13-4.0.0.tgz - Built JVM and native im

Re: [VOTE] 4.0.0 RC3

2025-03-11 Thread David Jacot
Hi Luke, +1 for backporting https://github.com/apache/kafka/pull/19172. Regarding the system tests, here is my take: * kafkatest.tests.connect.connect_distributed_test - These tests are flaky in our test infrastructure but they pass locally. * kafkatest.tests.core.network_degrade_test - This is n

Re: [VOTE] 4.0.0 RC3

2025-03-11 Thread Luke Chen
Hi David, I saw there are some failed tests in system test , what does that mean for this R

Re: [VOTE] 4.0.0 RC3

2025-03-08 Thread Chia-Ping Tsai
hi David I have cherry-pick https://github.com/apache/kafka/pull/19146 to 4.0 to fix the link of https://kafka.apache.org/40/zk2kraft Best, Chia-Ping On 2025/03/08 10:08:24 David Jacot wrote: > Hello Kafka users, developers and client-developers, > > This is the third candidate for release of

[VOTE] 4.0.0 RC3

2025-03-08 Thread David Jacot
Hello Kafka users, developers and client-developers, This is the third candidate for release of Apache Kafka 4.0.0. - This is the first release without Apache Zookeeper - The Next Generation of the Consumer Rebalance Protocol is Generally Available - The Transactions Server-Side Defense (Phase 2)