Re: [VOTE] 3.3.0 RC2

2022-09-28 Thread David Arthur
For those interested, here's a PR to fix the HTML rendering issue:
https://github.com/apache/kafka-site/pull/446

-David

On Wed, Sep 28, 2022 at 9:45 AM David Arthur  wrote:
>
> Thanks Divij, we made a bunch of documentation changes at the last minute for 
> this release, so we’re trying to figure out when the issue was introduced. 
> I’m hoping we can fix it before we send out the announcement.
>
> Thanks for calling it out :)
>
> Best,
> David
>
> On Wed, Sep 28, 2022 at 09:11 Divij Vaidya  wrote:
>>
>> Please ignore my previous email. Seems like that is a known issue and we a
>> plan to fix it after the release.
>>
>> Divij Vaidya
>>
>>
>>
>> On Wed, Sep 28, 2022 at 3:08 PM Divij Vaidya 
>> wrote:
>>
>> > Hey folks
>> >
>> > I noticed a non-blocking bug with the documentation page where the arrow
>> > to left nav overlaps with the text and a blue color vertical bar appears at
>> > the right side. Please see the highlighted elements in the attached image.
>> > In contrast, the current documentation page does not have this bug.
>> >
>> > Reproducer:
>> > 1. Visit https://kafka.apache.org/33/documentation.html on a
>> > chrome browser.
>> > 2. Observe that arrow to expand left nav overlaps with text.
>> > 3. Remove "33/" from the url to observe the current documentation.
>> > 4. Observe that the current website does not have this bug.
>> >
>> >
>> > Divij Vaidya
>> >
>> >
>> >
>> > On Tue, Sep 27, 2022 at 8:35 PM David Arthur 
>> > wrote:
>> >
>> >> I re-ran the failing system tests last night and got passing builds
>> >> for each. There is still some flakiness it seems.
>> >>
>> >> Round trip test:
>> >>
>> >> http://confluent-kafka-branch-builder-system-test-results.s3-us-west-2.amazonaws.com/system-test-kafka-branch-builder--1664223686--apache--3.3--9b8a48ca2a/2022-09-26--001./2022-09-26--001./report.html
>> >>
>> >> Upgrade test:
>> >> http://confluent-kafka-branch-builder-system-test-results.s3-us-west-2.amazonaws.com/system-test-kafka-branch-builder--1664235839--apache--3.3--1ce7bd7f29/2022-09-26--001./2022-09-26--001./report.html
>> >>
>> >> I was also able to verify that the failing delegation token test was
>> >> not a regression, rather it was an issue with the test. I've opened a
>> >> PR with a fix for the test https://github.com/apache/kafka/pull/12693.
>> >> Included in the PR are the results of this fix applied to the 3.3
>> >> branch (confirming we don't have a regression).
>> >>
>> >> I also filed a JIRA for the flaky upgrade_test
>> >> https://issues.apache.org/jira/browse/KAFKA-14263
>> >>
>> >> With all that out of the way, I'm happy to close this vote with the
>> >> following results:
>> >>
>> >> 5 binding +1 votes from PMC members John R, David J, Bill B, Ismael J,
>> >> and Mickael M.
>> >> 1 non-binding +1 community vote from Jakub Scholz
>> >> No -1 votes
>> >>
>> >> The vote for Apache Kafka 3.3 passes!
>> >>
>> >> Thanks to everyone who voted and helped verify this release! A special
>> >> thanks to José who has driven the release up to this point.
>> >>
>> >> Best,
>> >> David Arthur
>> >>
>> >>
>> >> On Tue, Sep 27, 2022 at 6:50 AM Mickael Maison 
>> >> wrote:
>> >> >
>> >> > +1 (binding)
>> >> > I checked the signatures/checksums, built from source and ran tests,
>> >> > and ran the quickstart with the 2.13 binaries.
>> >> >
>> >> > Thanks José and David for running this release
>> >> >
>> >> > On Mon, Sep 26, 2022 at 11:07 PM David Arthur 
>> >> wrote:
>> >> > >
>> >> > > Thanks for the votes, everyone!
>> >> > >
>> >> > > Here is the best recent run of the system tests on 3.3
>> >> > >
>> >> http://confluent-kafka-system-test-results.s3-us-west-2.amazonaws.com/3.3/2022-09-24--001.system-test-kafka-3.3--1664037736--confluentinc--3.3--b084e9068c/report.html
>> >> .
>> >> > > I'm currently re-running the failed tests to confirm that they are
>> >> > > merely flaky and not broken. One exception is the failing delegation
>> >> > > token test that is consistently failing. This appears to be an issue
>> >> > > with the test itself due to changes in the command output introduced
>> >> > > recently.
>> >> > >
>> >> > > Similarly, the unit/integration tests are mostly passing, with some
>> >> > > flaky failures. Here is a recent run that has two out of three jobs
>> >> > > passing https://ci-builds.apache.org/job/Kafka/job/kafka/job/3.3/86/.
>> >> > >
>> >> > > Once I verify the system tests are good, I'll update this thread and
>> >> > > close out the vote.
>> >> > >
>> >> > > Thanks!
>> >> > > David
>> >> > >
>> >> > >
>> >> > > On Mon, Sep 26, 2022 at 2:24 PM Ismael Juma 
>> >> wrote:
>> >> > > >
>> >> > > > +1 provided that the system test results are good. Can you please
>> >> post them
>> >> > > > along with the JUnit test results (these seem ok although there are
>> >> some
>> >> > > > flakes)?
>> >> > > >
>> >> > > > I tested the kraft quick start with the Scala 2.13 binary and ran
>> >> the tests
>> >> > > > on the source release. I noticed a non-blocker issue with the 

Re: [VOTE] 3.3.0 RC2

2022-09-28 Thread David Arthur
Thanks Divij, we made a bunch of documentation changes at the last minute
for this release, so we’re trying to figure out when the issue was
introduced. I’m hoping we can fix it before we send out the announcement.

Thanks for calling it out :)

Best,
David

On Wed, Sep 28, 2022 at 09:11 Divij Vaidya  wrote:

> Please ignore my previous email. Seems like that is a known issue and we a
> plan to fix it after the release.
>
> Divij Vaidya
>
>
>
> On Wed, Sep 28, 2022 at 3:08 PM Divij Vaidya 
> wrote:
>
> > Hey folks
> >
> > I noticed a non-blocking bug with the documentation page where the arrow
> > to left nav overlaps with the text and a blue color vertical bar appears
> at
> > the right side. Please see the highlighted elements in the attached
> image.
> > In contrast, the current documentation page does not have this bug.
> >
> > Reproducer:
> > 1. Visit https://kafka.apache.org/33/documentation.html on a
> > chrome browser.
> > 2. Observe that arrow to expand left nav overlaps with text.
> > 3. Remove "33/" from the url to observe the current documentation.
> > 4. Observe that the current website does not have this bug.
> >
> >
> > Divij Vaidya
> >
> >
> >
> > On Tue, Sep 27, 2022 at 8:35 PM David Arthur 
> > wrote:
> >
> >> I re-ran the failing system tests last night and got passing builds
> >> for each. There is still some flakiness it seems.
> >>
> >> Round trip test:
> >>
> >>
> http://confluent-kafka-branch-builder-system-test-results.s3-us-west-2.amazonaws.com/system-test-kafka-branch-builder--1664223686--apache--3.3--9b8a48ca2a/2022-09-26--001./2022-09-26--001./report.html
> >>
> >> Upgrade test:
> >>
> http://confluent-kafka-branch-builder-system-test-results.s3-us-west-2.amazonaws.com/system-test-kafka-branch-builder--1664235839--apache--3.3--1ce7bd7f29/2022-09-26--001./2022-09-26--001./report.html
> >>
> >> I was also able to verify that the failing delegation token test was
> >> not a regression, rather it was an issue with the test. I've opened a
> >> PR with a fix for the test https://github.com/apache/kafka/pull/12693.
> >> Included in the PR are the results of this fix applied to the 3.3
> >> branch (confirming we don't have a regression).
> >>
> >> I also filed a JIRA for the flaky upgrade_test
> >> https://issues.apache.org/jira/browse/KAFKA-14263
> >>
> >> With all that out of the way, I'm happy to close this vote with the
> >> following results:
> >>
> >> 5 binding +1 votes from PMC members John R, David J, Bill B, Ismael J,
> >> and Mickael M.
> >> 1 non-binding +1 community vote from Jakub Scholz
> >> No -1 votes
> >>
> >> The vote for Apache Kafka 3.3 passes!
> >>
> >> Thanks to everyone who voted and helped verify this release! A special
> >> thanks to José who has driven the release up to this point.
> >>
> >> Best,
> >> David Arthur
> >>
> >>
> >> On Tue, Sep 27, 2022 at 6:50 AM Mickael Maison <
> mickael.mai...@gmail.com>
> >> wrote:
> >> >
> >> > +1 (binding)
> >> > I checked the signatures/checksums, built from source and ran tests,
> >> > and ran the quickstart with the 2.13 binaries.
> >> >
> >> > Thanks José and David for running this release
> >> >
> >> > On Mon, Sep 26, 2022 at 11:07 PM David Arthur  >
> >> wrote:
> >> > >
> >> > > Thanks for the votes, everyone!
> >> > >
> >> > > Here is the best recent run of the system tests on 3.3
> >> > >
> >>
> http://confluent-kafka-system-test-results.s3-us-west-2.amazonaws.com/3.3/2022-09-24--001.system-test-kafka-3.3--1664037736--confluentinc--3.3--b084e9068c/report.html
> >> .
> >> > > I'm currently re-running the failed tests to confirm that they are
> >> > > merely flaky and not broken. One exception is the failing delegation
> >> > > token test that is consistently failing. This appears to be an issue
> >> > > with the test itself due to changes in the command output introduced
> >> > > recently.
> >> > >
> >> > > Similarly, the unit/integration tests are mostly passing, with some
> >> > > flaky failures. Here is a recent run that has two out of three jobs
> >> > > passing
> https://ci-builds.apache.org/job/Kafka/job/kafka/job/3.3/86/.
> >> > >
> >> > > Once I verify the system tests are good, I'll update this thread and
> >> > > close out the vote.
> >> > >
> >> > > Thanks!
> >> > > David
> >> > >
> >> > >
> >> > > On Mon, Sep 26, 2022 at 2:24 PM Ismael Juma 
> >> wrote:
> >> > > >
> >> > > > +1 provided that the system test results are good. Can you please
> >> post them
> >> > > > along with the JUnit test results (these seem ok although there
> are
> >> some
> >> > > > flakes)?
> >> > > >
> >> > > > I tested the kraft quick start with the Scala 2.13 binary and ran
> >> the tests
> >> > > > on the source release. I noticed a non-blocker issue with the
> KRaft
> >> readme
> >> > > > and submitted a PR:
> >> > > >
> >> > > > https://github.com/apache/kafka/pull/12688
> >> > > >
> >> > > > Ismael
> >> > > >
> >> > > > On Tue, Sep 20, 2022 at 4:17 PM David Arthur <
> >> davidart...@apache.org> wrote:
> >> > > >
> >> > > > 

Re: [VOTE] 3.3.0 RC2

2022-09-28 Thread Divij Vaidya
Please ignore my previous email. Seems like that is a known issue and we
plan to fix it after the release.

Divij Vaidya



On Wed, Sep 28, 2022 at 3:08 PM Divij Vaidya 
wrote:

> Hey folks
>
> I noticed a non-blocking bug with the documentation page where the arrow
> to left nav overlaps with the text and a blue color vertical bar appears at
> the right side. Please see the highlighted elements in the attached image.
> In contrast, the current documentation page does not have this bug.
>
> Reproducer:
> 1. Visit https://kafka.apache.org/33/documentation.html on a
> chrome browser.
> 2. Observe that arrow to expand left nav overlaps with text.
> 3. Remove "33/" from the url to observe the current documentation.
> 4. Observe that the current website does not have this bug.
>
>
> Divij Vaidya
>
>
>
> On Tue, Sep 27, 2022 at 8:35 PM David Arthur 
> wrote:
>
>> I re-ran the failing system tests last night and got passing builds
>> for each. There is still some flakiness it seems.
>>
>> Round trip test:
>>
>> http://confluent-kafka-branch-builder-system-test-results.s3-us-west-2.amazonaws.com/system-test-kafka-branch-builder--1664223686--apache--3.3--9b8a48ca2a/2022-09-26--001./2022-09-26--001./report.html
>>
>> Upgrade test:
>> http://confluent-kafka-branch-builder-system-test-results.s3-us-west-2.amazonaws.com/system-test-kafka-branch-builder--1664235839--apache--3.3--1ce7bd7f29/2022-09-26--001./2022-09-26--001./report.html
>>
>> I was also able to verify that the failing delegation token test was
>> not a regression, rather it was an issue with the test. I've opened a
>> PR with a fix for the test https://github.com/apache/kafka/pull/12693.
>> Included in the PR are the results of this fix applied to the 3.3
>> branch (confirming we don't have a regression).
>>
>> I also filed a JIRA for the flaky upgrade_test
>> https://issues.apache.org/jira/browse/KAFKA-14263
>>
>> With all that out of the way, I'm happy to close this vote with the
>> following results:
>>
>> 5 binding +1 votes from PMC members John R, David J, Bill B, Ismael J,
>> and Mickael M.
>> 1 non-binding +1 community vote from Jakub Scholz
>> No -1 votes
>>
>> The vote for Apache Kafka 3.3 passes!
>>
>> Thanks to everyone who voted and helped verify this release! A special
>> thanks to José who has driven the release up to this point.
>>
>> Best,
>> David Arthur
>>
>>
>> On Tue, Sep 27, 2022 at 6:50 AM Mickael Maison 
>> wrote:
>> >
>> > +1 (binding)
>> > I checked the signatures/checksums, built from source and ran tests,
>> > and ran the quickstart with the 2.13 binaries.
>> >
>> > Thanks José and David for running this release
>> >
>> > On Mon, Sep 26, 2022 at 11:07 PM David Arthur 
>> wrote:
>> > >
>> > > Thanks for the votes, everyone!
>> > >
>> > > Here is the best recent run of the system tests on 3.3
>> > >
>> http://confluent-kafka-system-test-results.s3-us-west-2.amazonaws.com/3.3/2022-09-24--001.system-test-kafka-3.3--1664037736--confluentinc--3.3--b084e9068c/report.html
>> .
>> > > I'm currently re-running the failed tests to confirm that they are
>> > > merely flaky and not broken. One exception is the failing delegation
>> > > token test that is consistently failing. This appears to be an issue
>> > > with the test itself due to changes in the command output introduced
>> > > recently.
>> > >
>> > > Similarly, the unit/integration tests are mostly passing, with some
>> > > flaky failures. Here is a recent run that has two out of three jobs
>> > > passing https://ci-builds.apache.org/job/Kafka/job/kafka/job/3.3/86/.
>> > >
>> > > Once I verify the system tests are good, I'll update this thread and
>> > > close out the vote.
>> > >
>> > > Thanks!
>> > > David
>> > >
>> > >
>> > > On Mon, Sep 26, 2022 at 2:24 PM Ismael Juma 
>> wrote:
>> > > >
>> > > > +1 provided that the system test results are good. Can you please
>> post them
>> > > > along with the JUnit test results (these seem ok although there are
>> some
>> > > > flakes)?
>> > > >
>> > > > I tested the kraft quick start with the Scala 2.13 binary and ran
>> the tests
>> > > > on the source release. I noticed a non-blocker issue with the KRaft
>> readme
>> > > > and submitted a PR:
>> > > >
>> > > > https://github.com/apache/kafka/pull/12688
>> > > >
>> > > > Ismael
>> > > >
>> > > > On Tue, Sep 20, 2022 at 4:17 PM David Arthur <
>> davidart...@apache.org> wrote:
>> > > >
>> > > > > Hello Kafka users, developers and client-developers,
>> > > > >
>> > > > > This is the second release candidate for Apache Kafka 3.3.0. Many
>> new
>> > > > > features and bug fixes are included in this major release of
>> Kafka. A
>> > > > > significant number of the issues in this release are related to
>> KRaft,
>> > > > > which will be considered "production ready" as part of this
>> release
>> > > > > (KIP-833)
>> > > > >
>> > > > > KRaft improvements:
>> > > > > * KIP-778: Online KRaft to KRaft Upgrades
>> > > > > * KIP-833: Mark KRaft as Production Ready
>> > > > > * KIP-835: Monitor Quorum 

Re: [VOTE] 3.3.0 RC2

2022-09-28 Thread Divij Vaidya
Hey folks

I noticed a non-blocking bug with the documentation page where the arrow to
left nav overlaps with the text and a blue color vertical bar appears at
the right side. Please see the highlighted elements in the attached image.
In contrast, the current documentation page does not have this bug.

Reproducer:
1. Visit https://kafka.apache.org/33/documentation.html on a chrome browser.
2. Observe that arrow to expand left nav overlaps with text.
3. Remove "33/" from the url to observe the current documentation.
4. Observe that the current website does not have this bug.


Divij Vaidya



On Tue, Sep 27, 2022 at 8:35 PM David Arthur  wrote:

> I re-ran the failing system tests last night and got passing builds
> for each. There is still some flakiness it seems.
>
> Round trip test:
>
> http://confluent-kafka-branch-builder-system-test-results.s3-us-west-2.amazonaws.com/system-test-kafka-branch-builder--1664223686--apache--3.3--9b8a48ca2a/2022-09-26--001./2022-09-26--001./report.html
>
> Upgrade test:
> http://confluent-kafka-branch-builder-system-test-results.s3-us-west-2.amazonaws.com/system-test-kafka-branch-builder--1664235839--apache--3.3--1ce7bd7f29/2022-09-26--001./2022-09-26--001./report.html
>
> I was also able to verify that the failing delegation token test was
> not a regression, rather it was an issue with the test. I've opened a
> PR with a fix for the test https://github.com/apache/kafka/pull/12693.
> Included in the PR are the results of this fix applied to the 3.3
> branch (confirming we don't have a regression).
>
> I also filed a JIRA for the flaky upgrade_test
> https://issues.apache.org/jira/browse/KAFKA-14263
>
> With all that out of the way, I'm happy to close this vote with the
> following results:
>
> 5 binding +1 votes from PMC members John R, David J, Bill B, Ismael J,
> and Mickael M.
> 1 non-binding +1 community vote from Jakub Scholz
> No -1 votes
>
> The vote for Apache Kafka 3.3 passes!
>
> Thanks to everyone who voted and helped verify this release! A special
> thanks to José who has driven the release up to this point.
>
> Best,
> David Arthur
>
>
> On Tue, Sep 27, 2022 at 6:50 AM Mickael Maison 
> wrote:
> >
> > +1 (binding)
> > I checked the signatures/checksums, built from source and ran tests,
> > and ran the quickstart with the 2.13 binaries.
> >
> > Thanks José and David for running this release
> >
> > On Mon, Sep 26, 2022 at 11:07 PM David Arthur 
> wrote:
> > >
> > > Thanks for the votes, everyone!
> > >
> > > Here is the best recent run of the system tests on 3.3
> > >
> http://confluent-kafka-system-test-results.s3-us-west-2.amazonaws.com/3.3/2022-09-24--001.system-test-kafka-3.3--1664037736--confluentinc--3.3--b084e9068c/report.html
> .
> > > I'm currently re-running the failed tests to confirm that they are
> > > merely flaky and not broken. One exception is the failing delegation
> > > token test that is consistently failing. This appears to be an issue
> > > with the test itself due to changes in the command output introduced
> > > recently.
> > >
> > > Similarly, the unit/integration tests are mostly passing, with some
> > > flaky failures. Here is a recent run that has two out of three jobs
> > > passing https://ci-builds.apache.org/job/Kafka/job/kafka/job/3.3/86/.
> > >
> > > Once I verify the system tests are good, I'll update this thread and
> > > close out the vote.
> > >
> > > Thanks!
> > > David
> > >
> > >
> > > On Mon, Sep 26, 2022 at 2:24 PM Ismael Juma  wrote:
> > > >
> > > > +1 provided that the system test results are good. Can you please
> post them
> > > > along with the JUnit test results (these seem ok although there are
> some
> > > > flakes)?
> > > >
> > > > I tested the kraft quick start with the Scala 2.13 binary and ran
> the tests
> > > > on the source release. I noticed a non-blocker issue with the KRaft
> readme
> > > > and submitted a PR:
> > > >
> > > > https://github.com/apache/kafka/pull/12688
> > > >
> > > > Ismael
> > > >
> > > > On Tue, Sep 20, 2022 at 4:17 PM David Arthur 
> wrote:
> > > >
> > > > > Hello Kafka users, developers and client-developers,
> > > > >
> > > > > This is the second release candidate for Apache Kafka 3.3.0. Many
> new
> > > > > features and bug fixes are included in this major release of
> Kafka. A
> > > > > significant number of the issues in this release are related to
> KRaft,
> > > > > which will be considered "production ready" as part of this release
> > > > > (KIP-833)
> > > > >
> > > > > KRaft improvements:
> > > > > * KIP-778: Online KRaft to KRaft Upgrades
> > > > > * KIP-833: Mark KRaft as Production Ready
> > > > > * KIP-835: Monitor Quorum health (many new KRaft metrics)
> > > > > * KIP-836: Expose voter lag via kafka-metadata-quorum.sh
> > > > > * KIP-841: Fenced replicas should not be allowed to join the ISR
> in KRaft
> > > > > * KIP-859: Add Metadata Log Processing Error Related Metrics
> > > > >
> > > > > Other major improvements include:
> > > > > * KIP-618: Exactly-Once Support 

Re: [VOTE] 3.3.0 RC2

2022-09-27 Thread David Arthur
I re-ran the failing system tests last night and got passing builds
for each. There is still some flakiness it seems.

Round trip test:
http://confluent-kafka-branch-builder-system-test-results.s3-us-west-2.amazonaws.com/system-test-kafka-branch-builder--1664223686--apache--3.3--9b8a48ca2a/2022-09-26--001./2022-09-26--001./report.html

Upgrade test: 
http://confluent-kafka-branch-builder-system-test-results.s3-us-west-2.amazonaws.com/system-test-kafka-branch-builder--1664235839--apache--3.3--1ce7bd7f29/2022-09-26--001./2022-09-26--001./report.html

I was also able to verify that the failing delegation token test was
not a regression, rather it was an issue with the test. I've opened a
PR with a fix for the test https://github.com/apache/kafka/pull/12693.
Included in the PR are the results of this fix applied to the 3.3
branch (confirming we don't have a regression).

I also filed a JIRA for the flaky upgrade_test
https://issues.apache.org/jira/browse/KAFKA-14263

With all that out of the way, I'm happy to close this vote with the
following results:

5 binding +1 votes from PMC members John R, David J, Bill B, Ismael J,
and Mickael M.
1 non-binding +1 community vote from Jakub Scholz
No -1 votes

The vote for Apache Kafka 3.3 passes!

Thanks to everyone who voted and helped verify this release! A special
thanks to José who has driven the release up to this point.

Best,
David Arthur


On Tue, Sep 27, 2022 at 6:50 AM Mickael Maison  wrote:
>
> +1 (binding)
> I checked the signatures/checksums, built from source and ran tests,
> and ran the quickstart with the 2.13 binaries.
>
> Thanks José and David for running this release
>
> On Mon, Sep 26, 2022 at 11:07 PM David Arthur  wrote:
> >
> > Thanks for the votes, everyone!
> >
> > Here is the best recent run of the system tests on 3.3
> > http://confluent-kafka-system-test-results.s3-us-west-2.amazonaws.com/3.3/2022-09-24--001.system-test-kafka-3.3--1664037736--confluentinc--3.3--b084e9068c/report.html.
> > I'm currently re-running the failed tests to confirm that they are
> > merely flaky and not broken. One exception is the failing delegation
> > token test that is consistently failing. This appears to be an issue
> > with the test itself due to changes in the command output introduced
> > recently.
> >
> > Similarly, the unit/integration tests are mostly passing, with some
> > flaky failures. Here is a recent run that has two out of three jobs
> > passing https://ci-builds.apache.org/job/Kafka/job/kafka/job/3.3/86/.
> >
> > Once I verify the system tests are good, I'll update this thread and
> > close out the vote.
> >
> > Thanks!
> > David
> >
> >
> > On Mon, Sep 26, 2022 at 2:24 PM Ismael Juma  wrote:
> > >
> > > +1 provided that the system test results are good. Can you please post 
> > > them
> > > along with the JUnit test results (these seem ok although there are some
> > > flakes)?
> > >
> > > I tested the kraft quick start with the Scala 2.13 binary and ran the 
> > > tests
> > > on the source release. I noticed a non-blocker issue with the KRaft readme
> > > and submitted a PR:
> > >
> > > https://github.com/apache/kafka/pull/12688
> > >
> > > Ismael
> > >
> > > On Tue, Sep 20, 2022 at 4:17 PM David Arthur  
> > > wrote:
> > >
> > > > Hello Kafka users, developers and client-developers,
> > > >
> > > > This is the second release candidate for Apache Kafka 3.3.0. Many new
> > > > features and bug fixes are included in this major release of Kafka. A
> > > > significant number of the issues in this release are related to KRaft,
> > > > which will be considered "production ready" as part of this release
> > > > (KIP-833)
> > > >
> > > > KRaft improvements:
> > > > * KIP-778: Online KRaft to KRaft Upgrades
> > > > * KIP-833: Mark KRaft as Production Ready
> > > > * KIP-835: Monitor Quorum health (many new KRaft metrics)
> > > > * KIP-836: Expose voter lag via kafka-metadata-quorum.sh
> > > > * KIP-841: Fenced replicas should not be allowed to join the ISR in 
> > > > KRaft
> > > > * KIP-859: Add Metadata Log Processing Error Related Metrics
> > > >
> > > > Other major improvements include:
> > > > * KIP-618: Exactly-Once Support for Source Connectors
> > > > * KIP-831: Add metric for log recovery progress
> > > > * KIP-827: Expose logdirs total and usable space via Kafka API
> > > > * KIP-834: Add ability to Pause / Resume KafkaStreams Topologies
> > > >
> > > > The full release notes are available here:
> > > > https://home.apache.org/~davidarthur/kafka-3.3.0-rc2/RELEASE_NOTES.html
> > > >
> > > > Please download, test and vote by Monday, Sep 26 at 5pm EDT
> > > >
> > > > Also, huge thanks to José for running the release so far. He has done
> > > > the vast majority of the work to prepare this rather large release :)
> > > >
> > > > -
> > > >
> > > > 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):
> > > > 

Re: [VOTE] 3.3.0 RC2

2022-09-27 Thread Mickael Maison
+1 (binding)
I checked the signatures/checksums, built from source and ran tests,
and ran the quickstart with the 2.13 binaries.

Thanks José and David for running this release

On Mon, Sep 26, 2022 at 11:07 PM David Arthur  wrote:
>
> Thanks for the votes, everyone!
>
> Here is the best recent run of the system tests on 3.3
> http://confluent-kafka-system-test-results.s3-us-west-2.amazonaws.com/3.3/2022-09-24--001.system-test-kafka-3.3--1664037736--confluentinc--3.3--b084e9068c/report.html.
> I'm currently re-running the failed tests to confirm that they are
> merely flaky and not broken. One exception is the failing delegation
> token test that is consistently failing. This appears to be an issue
> with the test itself due to changes in the command output introduced
> recently.
>
> Similarly, the unit/integration tests are mostly passing, with some
> flaky failures. Here is a recent run that has two out of three jobs
> passing https://ci-builds.apache.org/job/Kafka/job/kafka/job/3.3/86/.
>
> Once I verify the system tests are good, I'll update this thread and
> close out the vote.
>
> Thanks!
> David
>
>
> On Mon, Sep 26, 2022 at 2:24 PM Ismael Juma  wrote:
> >
> > +1 provided that the system test results are good. Can you please post them
> > along with the JUnit test results (these seem ok although there are some
> > flakes)?
> >
> > I tested the kraft quick start with the Scala 2.13 binary and ran the tests
> > on the source release. I noticed a non-blocker issue with the KRaft readme
> > and submitted a PR:
> >
> > https://github.com/apache/kafka/pull/12688
> >
> > Ismael
> >
> > On Tue, Sep 20, 2022 at 4:17 PM David Arthur  wrote:
> >
> > > Hello Kafka users, developers and client-developers,
> > >
> > > This is the second release candidate for Apache Kafka 3.3.0. Many new
> > > features and bug fixes are included in this major release of Kafka. A
> > > significant number of the issues in this release are related to KRaft,
> > > which will be considered "production ready" as part of this release
> > > (KIP-833)
> > >
> > > KRaft improvements:
> > > * KIP-778: Online KRaft to KRaft Upgrades
> > > * KIP-833: Mark KRaft as Production Ready
> > > * KIP-835: Monitor Quorum health (many new KRaft metrics)
> > > * KIP-836: Expose voter lag via kafka-metadata-quorum.sh
> > > * KIP-841: Fenced replicas should not be allowed to join the ISR in KRaft
> > > * KIP-859: Add Metadata Log Processing Error Related Metrics
> > >
> > > Other major improvements include:
> > > * KIP-618: Exactly-Once Support for Source Connectors
> > > * KIP-831: Add metric for log recovery progress
> > > * KIP-827: Expose logdirs total and usable space via Kafka API
> > > * KIP-834: Add ability to Pause / Resume KafkaStreams Topologies
> > >
> > > The full release notes are available here:
> > > https://home.apache.org/~davidarthur/kafka-3.3.0-rc2/RELEASE_NOTES.html
> > >
> > > Please download, test and vote by Monday, Sep 26 at 5pm EDT
> > >
> > > Also, huge thanks to José for running the release so far. He has done
> > > the vast majority of the work to prepare this rather large release :)
> > >
> > > -
> > >
> > > 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/~davidarthur/kafka-3.3.0-rc2/
> > >
> > > * Maven artifacts to be voted upon:
> > > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> > >
> > > * Javadoc: https://home.apache.org/~davidarthur/kafka-3.3.0-rc2/javadoc/
> > >
> > > * Tag to be voted upon (off 3.3 branch) is the 3.3.0 tag:
> > > https://github.com/apache/kafka/releases/tag/3.3.0-rc2
> > >
> > > * Documentation:  https://kafka.apache.org/33/documentation.html
> > >
> > > * Protocol: https://kafka.apache.org/33/protocol.html
> > >
> > >
> > >
> > >
> > > Successful Jenkins builds to follow in a future update to this email.
> > >
> > >
> > > Thanks!
> > > David Arthur
> > >


Re: [VOTE] 3.3.0 RC2

2022-09-26 Thread David Arthur
Thanks for the votes, everyone!

Here is the best recent run of the system tests on 3.3
http://confluent-kafka-system-test-results.s3-us-west-2.amazonaws.com/3.3/2022-09-24--001.system-test-kafka-3.3--1664037736--confluentinc--3.3--b084e9068c/report.html.
I'm currently re-running the failed tests to confirm that they are
merely flaky and not broken. One exception is the failing delegation
token test that is consistently failing. This appears to be an issue
with the test itself due to changes in the command output introduced
recently.

Similarly, the unit/integration tests are mostly passing, with some
flaky failures. Here is a recent run that has two out of three jobs
passing https://ci-builds.apache.org/job/Kafka/job/kafka/job/3.3/86/.

Once I verify the system tests are good, I'll update this thread and
close out the vote.

Thanks!
David


On Mon, Sep 26, 2022 at 2:24 PM Ismael Juma  wrote:
>
> +1 provided that the system test results are good. Can you please post them
> along with the JUnit test results (these seem ok although there are some
> flakes)?
>
> I tested the kraft quick start with the Scala 2.13 binary and ran the tests
> on the source release. I noticed a non-blocker issue with the KRaft readme
> and submitted a PR:
>
> https://github.com/apache/kafka/pull/12688
>
> Ismael
>
> On Tue, Sep 20, 2022 at 4:17 PM David Arthur  wrote:
>
> > Hello Kafka users, developers and client-developers,
> >
> > This is the second release candidate for Apache Kafka 3.3.0. Many new
> > features and bug fixes are included in this major release of Kafka. A
> > significant number of the issues in this release are related to KRaft,
> > which will be considered "production ready" as part of this release
> > (KIP-833)
> >
> > KRaft improvements:
> > * KIP-778: Online KRaft to KRaft Upgrades
> > * KIP-833: Mark KRaft as Production Ready
> > * KIP-835: Monitor Quorum health (many new KRaft metrics)
> > * KIP-836: Expose voter lag via kafka-metadata-quorum.sh
> > * KIP-841: Fenced replicas should not be allowed to join the ISR in KRaft
> > * KIP-859: Add Metadata Log Processing Error Related Metrics
> >
> > Other major improvements include:
> > * KIP-618: Exactly-Once Support for Source Connectors
> > * KIP-831: Add metric for log recovery progress
> > * KIP-827: Expose logdirs total and usable space via Kafka API
> > * KIP-834: Add ability to Pause / Resume KafkaStreams Topologies
> >
> > The full release notes are available here:
> > https://home.apache.org/~davidarthur/kafka-3.3.0-rc2/RELEASE_NOTES.html
> >
> > Please download, test and vote by Monday, Sep 26 at 5pm EDT
> >
> > Also, huge thanks to José for running the release so far. He has done
> > the vast majority of the work to prepare this rather large release :)
> >
> > -
> >
> > 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/~davidarthur/kafka-3.3.0-rc2/
> >
> > * Maven artifacts to be voted upon:
> > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> >
> > * Javadoc: https://home.apache.org/~davidarthur/kafka-3.3.0-rc2/javadoc/
> >
> > * Tag to be voted upon (off 3.3 branch) is the 3.3.0 tag:
> > https://github.com/apache/kafka/releases/tag/3.3.0-rc2
> >
> > * Documentation:  https://kafka.apache.org/33/documentation.html
> >
> > * Protocol: https://kafka.apache.org/33/protocol.html
> >
> >
> >
> >
> > Successful Jenkins builds to follow in a future update to this email.
> >
> >
> > Thanks!
> > David Arthur
> >


Re: [VOTE] 3.3.0 RC2

2022-09-26 Thread Ismael Juma
+1 provided that the system test results are good. Can you please post them
along with the JUnit test results (these seem ok although there are some
flakes)?

I tested the kraft quick start with the Scala 2.13 binary and ran the tests
on the source release. I noticed a non-blocker issue with the KRaft readme
and submitted a PR:

https://github.com/apache/kafka/pull/12688

Ismael

On Tue, Sep 20, 2022 at 4:17 PM David Arthur  wrote:

> Hello Kafka users, developers and client-developers,
>
> This is the second release candidate for Apache Kafka 3.3.0. Many new
> features and bug fixes are included in this major release of Kafka. A
> significant number of the issues in this release are related to KRaft,
> which will be considered "production ready" as part of this release
> (KIP-833)
>
> KRaft improvements:
> * KIP-778: Online KRaft to KRaft Upgrades
> * KIP-833: Mark KRaft as Production Ready
> * KIP-835: Monitor Quorum health (many new KRaft metrics)
> * KIP-836: Expose voter lag via kafka-metadata-quorum.sh
> * KIP-841: Fenced replicas should not be allowed to join the ISR in KRaft
> * KIP-859: Add Metadata Log Processing Error Related Metrics
>
> Other major improvements include:
> * KIP-618: Exactly-Once Support for Source Connectors
> * KIP-831: Add metric for log recovery progress
> * KIP-827: Expose logdirs total and usable space via Kafka API
> * KIP-834: Add ability to Pause / Resume KafkaStreams Topologies
>
> The full release notes are available here:
> https://home.apache.org/~davidarthur/kafka-3.3.0-rc2/RELEASE_NOTES.html
>
> Please download, test and vote by Monday, Sep 26 at 5pm EDT
>
> Also, huge thanks to José for running the release so far. He has done
> the vast majority of the work to prepare this rather large release :)
>
> -
>
> 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/~davidarthur/kafka-3.3.0-rc2/
>
> * Maven artifacts to be voted upon:
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
>
> * Javadoc: https://home.apache.org/~davidarthur/kafka-3.3.0-rc2/javadoc/
>
> * Tag to be voted upon (off 3.3 branch) is the 3.3.0 tag:
> https://github.com/apache/kafka/releases/tag/3.3.0-rc2
>
> * Documentation:  https://kafka.apache.org/33/documentation.html
>
> * Protocol: https://kafka.apache.org/33/protocol.html
>
>
>
>
> Successful Jenkins builds to follow in a future update to this email.
>
>
> Thanks!
> David Arthur
>


Re: [VOTE] 3.3.0 RC2

2022-09-26 Thread Jakub Scholz
+1 (non-binding). I used the staged binaries (Scala 2.13) and Maven
artifacts and ran my tests. All seems to work fine. Thanks for running the
release.

Jakub

On Wed, Sep 21, 2022 at 1:17 AM David Arthur  wrote:

> Hello Kafka users, developers and client-developers,
>
> This is the second release candidate for Apache Kafka 3.3.0. Many new
> features and bug fixes are included in this major release of Kafka. A
> significant number of the issues in this release are related to KRaft,
> which will be considered "production ready" as part of this release
> (KIP-833)
>
> KRaft improvements:
> * KIP-778: Online KRaft to KRaft Upgrades
> * KIP-833: Mark KRaft as Production Ready
> * KIP-835: Monitor Quorum health (many new KRaft metrics)
> * KIP-836: Expose voter lag via kafka-metadata-quorum.sh
> * KIP-841: Fenced replicas should not be allowed to join the ISR in KRaft
> * KIP-859: Add Metadata Log Processing Error Related Metrics
>
> Other major improvements include:
> * KIP-618: Exactly-Once Support for Source Connectors
> * KIP-831: Add metric for log recovery progress
> * KIP-827: Expose logdirs total and usable space via Kafka API
> * KIP-834: Add ability to Pause / Resume KafkaStreams Topologies
>
> The full release notes are available here:
> https://home.apache.org/~davidarthur/kafka-3.3.0-rc2/RELEASE_NOTES.html
>
> Please download, test and vote by Monday, Sep 26 at 5pm EDT
>
> Also, huge thanks to José for running the release so far. He has done
> the vast majority of the work to prepare this rather large release :)
>
> -
>
> 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/~davidarthur/kafka-3.3.0-rc2/
>
> * Maven artifacts to be voted upon:
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
>
> * Javadoc: https://home.apache.org/~davidarthur/kafka-3.3.0-rc2/javadoc/
>
> * Tag to be voted upon (off 3.3 branch) is the 3.3.0 tag:
> https://github.com/apache/kafka/releases/tag/3.3.0-rc2
>
> * Documentation:  https://kafka.apache.org/33/documentation.html
>
> * Protocol: https://kafka.apache.org/33/protocol.html
>
>
>
>
> Successful Jenkins builds to follow in a future update to this email.
>
>
> Thanks!
> David Arthur
>


Re: [VOTE] 3.3.0 RC2

2022-09-26 Thread Bill Bejeck
Hi Jose and David,

Thanks for running the release!
I did the following verification steps:
I performed the following validations:

   1.   Verified all checksums and signatures.
   2.   Built from source and ran unit tests.
   3.   Ran the first quickstart steps
  1. Zookeeper quick start
  2. KRaft quick start
  3. The raft test script
   4.  Spot checked the docs


I noticed the docs page is a little mal-formed, but this doesn't need to
block the release we can fix it separately.  Also, the quickstart page
still references 3.2, but this can be fixed on a followup docs PR.

+1(binding)

Thanks,
Bill

On Mon, Sep 26, 2022 at 12:01 PM David Jacot 
wrote:

> Thanks for running the release, José and David.
>
> I performed the following validations:
> * Verified all checksums and signatures.
> * Built from source and ran unit tests.
> * Ran the first quickstart steps for both ZK and KRaft.
> * Spotchecked the Javadocs.
>
> I have also noticed that the doc is malformed but we can fix this
> separately.
>
> I am +1 (binding), assuming that the system tests look good. It would
> be great if you could share them.
>
> Best,
> David
>
> On Mon, Sep 26, 2022 at 5:36 PM John Roesler  wrote:
> >
> > Thanks for running this, David!
> >
> > I've verified the signatures, looked at the docs, and run the quickstart
> (ZK and KRaft). I also ran the unit tests, as well as all the tests for
> Streams locally.
> >
> > The docs look a little malformed (the "collapse/expand" button floats
> over the text, the collapsed doc tree is only halfway collapsed, and
> there's a weird empty panel on the right).
> >
> > We can fix the docs site independent of this release, so I'm +1
> (binding).
> >
> > Thanks,
> > -John
> >
> > On Tue, Sep 20, 2022, at 18:17, David Arthur wrote:
> > > Hello Kafka users, developers and client-developers,
> > >
> > > This is the second release candidate for Apache Kafka 3.3.0. Many new
> > > features and bug fixes are included in this major release of Kafka. A
> > > significant number of the issues in this release are related to KRaft,
> > > which will be considered "production ready" as part of this release
> > > (KIP-833)
> > >
> > > KRaft improvements:
> > > * KIP-778: Online KRaft to KRaft Upgrades
> > > * KIP-833: Mark KRaft as Production Ready
> > > * KIP-835: Monitor Quorum health (many new KRaft metrics)
> > > * KIP-836: Expose voter lag via kafka-metadata-quorum.sh
> > > * KIP-841: Fenced replicas should not be allowed to join the ISR in
> KRaft
> > > * KIP-859: Add Metadata Log Processing Error Related Metrics
> > >
> > > Other major improvements include:
> > > * KIP-618: Exactly-Once Support for Source Connectors
> > > * KIP-831: Add metric for log recovery progress
> > > * KIP-827: Expose logdirs total and usable space via Kafka API
> > > * KIP-834: Add ability to Pause / Resume KafkaStreams Topologies
> > >
> > > The full release notes are available here:
> > >
> https://home.apache.org/~davidarthur/kafka-3.3.0-rc2/RELEASE_NOTES.html
> > >
> > > Please download, test and vote by Monday, Sep 26 at 5pm EDT
> > >
> > > Also, huge thanks to José for running the release so far. He has done
> > > the vast majority of the work to prepare this rather large release :)
> > >
> > > -
> > >
> > > 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/~davidarthur/kafka-3.3.0-rc2/
> > >
> > > * Maven artifacts to be voted upon:
> > > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> > >
> > > * Javadoc:
> https://home.apache.org/~davidarthur/kafka-3.3.0-rc2/javadoc/
> > >
> > > * Tag to be voted upon (off 3.3 branch) is the 3.3.0 tag:
> > > https://github.com/apache/kafka/releases/tag/3.3.0-rc2
> > >
> > > * Documentation:  https://kafka.apache.org/33/documentation.html
> > >
> > > * Protocol: https://kafka.apache.org/33/protocol.html
> > >
> > >
> > >
> > >
> > > Successful Jenkins builds to follow in a future update to this email.
> > >
> > >
> > > Thanks!
> > > David Arthur
>


Re: [VOTE] 3.3.0 RC2

2022-09-26 Thread David Jacot
Thanks for running the release, José and David.

I performed the following validations:
* Verified all checksums and signatures.
* Built from source and ran unit tests.
* Ran the first quickstart steps for both ZK and KRaft.
* Spotchecked the Javadocs.

I have also noticed that the doc is malformed but we can fix this separately.

I am +1 (binding), assuming that the system tests look good. It would
be great if you could share them.

Best,
David

On Mon, Sep 26, 2022 at 5:36 PM John Roesler  wrote:
>
> Thanks for running this, David!
>
> I've verified the signatures, looked at the docs, and run the quickstart (ZK 
> and KRaft). I also ran the unit tests, as well as all the tests for Streams 
> locally.
>
> The docs look a little malformed (the "collapse/expand" button floats over 
> the text, the collapsed doc tree is only halfway collapsed, and there's a 
> weird empty panel on the right).
>
> We can fix the docs site independent of this release, so I'm +1 (binding).
>
> Thanks,
> -John
>
> On Tue, Sep 20, 2022, at 18:17, David Arthur wrote:
> > Hello Kafka users, developers and client-developers,
> >
> > This is the second release candidate for Apache Kafka 3.3.0. Many new
> > features and bug fixes are included in this major release of Kafka. A
> > significant number of the issues in this release are related to KRaft,
> > which will be considered "production ready" as part of this release
> > (KIP-833)
> >
> > KRaft improvements:
> > * KIP-778: Online KRaft to KRaft Upgrades
> > * KIP-833: Mark KRaft as Production Ready
> > * KIP-835: Monitor Quorum health (many new KRaft metrics)
> > * KIP-836: Expose voter lag via kafka-metadata-quorum.sh
> > * KIP-841: Fenced replicas should not be allowed to join the ISR in KRaft
> > * KIP-859: Add Metadata Log Processing Error Related Metrics
> >
> > Other major improvements include:
> > * KIP-618: Exactly-Once Support for Source Connectors
> > * KIP-831: Add metric for log recovery progress
> > * KIP-827: Expose logdirs total and usable space via Kafka API
> > * KIP-834: Add ability to Pause / Resume KafkaStreams Topologies
> >
> > The full release notes are available here:
> > https://home.apache.org/~davidarthur/kafka-3.3.0-rc2/RELEASE_NOTES.html
> >
> > Please download, test and vote by Monday, Sep 26 at 5pm EDT
> >
> > Also, huge thanks to José for running the release so far. He has done
> > the vast majority of the work to prepare this rather large release :)
> >
> > -
> >
> > 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/~davidarthur/kafka-3.3.0-rc2/
> >
> > * Maven artifacts to be voted upon:
> > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> >
> > * Javadoc: https://home.apache.org/~davidarthur/kafka-3.3.0-rc2/javadoc/
> >
> > * Tag to be voted upon (off 3.3 branch) is the 3.3.0 tag:
> > https://github.com/apache/kafka/releases/tag/3.3.0-rc2
> >
> > * Documentation:  https://kafka.apache.org/33/documentation.html
> >
> > * Protocol: https://kafka.apache.org/33/protocol.html
> >
> >
> >
> >
> > Successful Jenkins builds to follow in a future update to this email.
> >
> >
> > Thanks!
> > David Arthur


Re: [VOTE] 3.3.0 RC2

2022-09-26 Thread John Roesler
Thanks for running this, David!

I've verified the signatures, looked at the docs, and run the quickstart (ZK 
and KRaft). I also ran the unit tests, as well as all the tests for Streams 
locally.

The docs look a little malformed (the "collapse/expand" button floats over the 
text, the collapsed doc tree is only halfway collapsed, and there's a weird 
empty panel on the right).

We can fix the docs site independent of this release, so I'm +1 (binding).

Thanks,
-John

On Tue, Sep 20, 2022, at 18:17, David Arthur wrote:
> Hello Kafka users, developers and client-developers,
>
> This is the second release candidate for Apache Kafka 3.3.0. Many new
> features and bug fixes are included in this major release of Kafka. A
> significant number of the issues in this release are related to KRaft,
> which will be considered "production ready" as part of this release
> (KIP-833)
>
> KRaft improvements:
> * KIP-778: Online KRaft to KRaft Upgrades
> * KIP-833: Mark KRaft as Production Ready
> * KIP-835: Monitor Quorum health (many new KRaft metrics)
> * KIP-836: Expose voter lag via kafka-metadata-quorum.sh
> * KIP-841: Fenced replicas should not be allowed to join the ISR in KRaft
> * KIP-859: Add Metadata Log Processing Error Related Metrics
>
> Other major improvements include:
> * KIP-618: Exactly-Once Support for Source Connectors
> * KIP-831: Add metric for log recovery progress
> * KIP-827: Expose logdirs total and usable space via Kafka API
> * KIP-834: Add ability to Pause / Resume KafkaStreams Topologies
>
> The full release notes are available here:
> https://home.apache.org/~davidarthur/kafka-3.3.0-rc2/RELEASE_NOTES.html
>
> Please download, test and vote by Monday, Sep 26 at 5pm EDT
>
> Also, huge thanks to José for running the release so far. He has done
> the vast majority of the work to prepare this rather large release :)
>
> -
>
> 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/~davidarthur/kafka-3.3.0-rc2/
>
> * Maven artifacts to be voted upon:
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
>
> * Javadoc: https://home.apache.org/~davidarthur/kafka-3.3.0-rc2/javadoc/
>
> * Tag to be voted upon (off 3.3 branch) is the 3.3.0 tag:
> https://github.com/apache/kafka/releases/tag/3.3.0-rc2
>
> * Documentation:  https://kafka.apache.org/33/documentation.html
>
> * Protocol: https://kafka.apache.org/33/protocol.html
>
>
>
>
> Successful Jenkins builds to follow in a future update to this email.
>
>
> Thanks!
> David Arthur


Re: [kafka-clients] Re: [VOTE] 3.3.0 RC2

2022-09-26 Thread David Arthur
Happy Monday, everyone! I've uploaded the 3.3 docs to the website to
make that part of the release validation easier

https://kafka.apache.org/33/documentation.html

These docs are not referenced by the top level docs page, so they can
only be accessed directly via the "33" url above.

I'd like to close out the vote by the end of day today, so please take a look.

Thanks!
David

On Thu, Sep 22, 2022 at 9:06 AM David Arthur
 wrote:
>
> Josep, thanks for the note. We will mention the CVEs fixed in this release
> in the announcement email. I believe we can also update the release notes
> HTML after the vote is complete.
>
> -David
>
> On Wed, Sep 21, 2022 at 2:51 AM 'Josep Prat' via kafka-clients <
> kafka-clie...@googlegroups.com> wrote:
>
> > Hi David,
> >
> > Thanks for driving this. One question, should we include in the release
> > notes the recently fixed CVE vulnerability? I understand this not being
> > explicitly mentioned on the recently released versions to not cause an
> > unintentional 0-day, but I think it could be mentioned for this release.
> > What do you think?
> >
> > Best,
> >
> > On Wed, Sep 21, 2022 at 1:17 AM David Arthur 
> > wrote:
> >
> >> Hello Kafka users, developers and client-developers,
> >>
> >> This is the second release candidate for Apache Kafka 3.3.0. Many new
> >> features and bug fixes are included in this major release of Kafka. A
> >> significant number of the issues in this release are related to KRaft,
> >> which will be considered "production ready" as part of this release
> >> (KIP-833)
> >>
> >> KRaft improvements:
> >> * KIP-778: Online KRaft to KRaft Upgrades
> >> * KIP-833: Mark KRaft as Production Ready
> >> * KIP-835: Monitor Quorum health (many new KRaft metrics)
> >> * KIP-836: Expose voter lag via kafka-metadata-quorum.sh
> >> * KIP-841: Fenced replicas should not be allowed to join the ISR in KRaft
> >> * KIP-859: Add Metadata Log Processing Error Related Metrics
> >>
> >> Other major improvements include:
> >> * KIP-618: Exactly-Once Support for Source Connectors
> >> * KIP-831: Add metric for log recovery progress
> >> * KIP-827: Expose logdirs total and usable space via Kafka API
> >> * KIP-834: Add ability to Pause / Resume KafkaStreams Topologies
> >>
> >> The full release notes are available here:
> >> https://home.apache.org/~davidarthur/kafka-3.3.0-rc2/RELEASE_NOTES.html
> >>
> >> Please download, test and vote by Monday, Sep 26 at 5pm EDT
> >>
> >> Also, huge thanks to José for running the release so far. He has done
> >> the vast majority of the work to prepare this rather large release :)
> >>
> >> -
> >>
> >> 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/~davidarthur/kafka-3.3.0-rc2/
> >>
> >> * Maven artifacts to be voted upon:
> >> https://repository.apache.org/content/groups/staging/org/apache/kafka/
> >>
> >> * Javadoc: https://home.apache.org/~davidarthur/kafka-3.3.0-rc2/javadoc/
> >>
> >> * Tag to be voted upon (off 3.3 branch) is the 3.3.0 tag:
> >> https://github.com/apache/kafka/releases/tag/3.3.0-rc2
> >>
> >> * Documentation:  https://kafka.apache.org/33/documentation.html
> >>
> >> * Protocol: https://kafka.apache.org/33/protocol.html
> >>
> >>
> >>
> >>
> >> Successful Jenkins builds to follow in a future update to this email.
> >>
> >>
> >> Thanks!
> >> David Arthur
> >>
> >
> >
> > --
> > [image: Aiven] 
> >
> > *Josep Prat*
> > Open Source Engineering Director, *Aiven*
> > josep.p...@aiven.io   |   +491715557497
> > aiven.io    |
> > 
> >    
> > *Aiven Deutschland GmbH*
> > Immanuelkirchstraße 26, 10405 Berlin
> > Geschäftsführer: Oskari Saarenmaa & Hannu Valtonen
> > Amtsgericht Charlottenburg, HRB 209739 B
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> > "kafka-clients" group.
> > To unsubscribe from this group and stop receiving emails from it, send an
> > email to kafka-clients+unsubscr...@googlegroups.com.
> > To view this discussion on the web visit
> > https://groups.google.com/d/msgid/kafka-clients/CAOJ18G4DE9Q_DYyZTbDLF6J6MRj30WrCNj6njrYRV3SQeThs-w%40mail.gmail.com
> > 
> > .
> >
>
>
> --
> -David


Re: [kafka-clients] Re: [VOTE] 3.3.0 RC2

2022-09-22 Thread David Arthur
Josep, thanks for the note. We will mention the CVEs fixed in this release
in the announcement email. I believe we can also update the release notes
HTML after the vote is complete.

-David

On Wed, Sep 21, 2022 at 2:51 AM 'Josep Prat' via kafka-clients <
kafka-clie...@googlegroups.com> wrote:

> Hi David,
>
> Thanks for driving this. One question, should we include in the release
> notes the recently fixed CVE vulnerability? I understand this not being
> explicitly mentioned on the recently released versions to not cause an
> unintentional 0-day, but I think it could be mentioned for this release.
> What do you think?
>
> Best,
>
> On Wed, Sep 21, 2022 at 1:17 AM David Arthur 
> wrote:
>
>> Hello Kafka users, developers and client-developers,
>>
>> This is the second release candidate for Apache Kafka 3.3.0. Many new
>> features and bug fixes are included in this major release of Kafka. A
>> significant number of the issues in this release are related to KRaft,
>> which will be considered "production ready" as part of this release
>> (KIP-833)
>>
>> KRaft improvements:
>> * KIP-778: Online KRaft to KRaft Upgrades
>> * KIP-833: Mark KRaft as Production Ready
>> * KIP-835: Monitor Quorum health (many new KRaft metrics)
>> * KIP-836: Expose voter lag via kafka-metadata-quorum.sh
>> * KIP-841: Fenced replicas should not be allowed to join the ISR in KRaft
>> * KIP-859: Add Metadata Log Processing Error Related Metrics
>>
>> Other major improvements include:
>> * KIP-618: Exactly-Once Support for Source Connectors
>> * KIP-831: Add metric for log recovery progress
>> * KIP-827: Expose logdirs total and usable space via Kafka API
>> * KIP-834: Add ability to Pause / Resume KafkaStreams Topologies
>>
>> The full release notes are available here:
>> https://home.apache.org/~davidarthur/kafka-3.3.0-rc2/RELEASE_NOTES.html
>>
>> Please download, test and vote by Monday, Sep 26 at 5pm EDT
>>
>> Also, huge thanks to José for running the release so far. He has done
>> the vast majority of the work to prepare this rather large release :)
>>
>> -
>>
>> 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/~davidarthur/kafka-3.3.0-rc2/
>>
>> * Maven artifacts to be voted upon:
>> https://repository.apache.org/content/groups/staging/org/apache/kafka/
>>
>> * Javadoc: https://home.apache.org/~davidarthur/kafka-3.3.0-rc2/javadoc/
>>
>> * Tag to be voted upon (off 3.3 branch) is the 3.3.0 tag:
>> https://github.com/apache/kafka/releases/tag/3.3.0-rc2
>>
>> * Documentation:  https://kafka.apache.org/33/documentation.html
>>
>> * Protocol: https://kafka.apache.org/33/protocol.html
>>
>>
>>
>>
>> Successful Jenkins builds to follow in a future update to this email.
>>
>>
>> Thanks!
>> David Arthur
>>
>
>
> --
> [image: Aiven] 
>
> *Josep Prat*
> Open Source Engineering Director, *Aiven*
> josep.p...@aiven.io   |   +491715557497
> aiven.io    |
> 
>    
> *Aiven Deutschland GmbH*
> Immanuelkirchstraße 26, 10405 Berlin
> Geschäftsführer: Oskari Saarenmaa & Hannu Valtonen
> Amtsgericht Charlottenburg, HRB 209739 B
>
> --
> You received this message because you are subscribed to the Google Groups
> "kafka-clients" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to kafka-clients+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/kafka-clients/CAOJ18G4DE9Q_DYyZTbDLF6J6MRj30WrCNj6njrYRV3SQeThs-w%40mail.gmail.com
> 
> .
>


-- 
-David


Re: [VOTE] 3.3.0 RC2

2022-09-21 Thread Josep Prat
Hi David,

Thanks for driving this. One question, should we include in the release
notes the recently fixed CVE vulnerability? I understand this not being
explicitly mentioned on the recently released versions to not cause an
unintentional 0-day, but I think it could be mentioned for this release.
What do you think?

Best,

On Wed, Sep 21, 2022 at 1:17 AM David Arthur  wrote:

> Hello Kafka users, developers and client-developers,
>
> This is the second release candidate for Apache Kafka 3.3.0. Many new
> features and bug fixes are included in this major release of Kafka. A
> significant number of the issues in this release are related to KRaft,
> which will be considered "production ready" as part of this release
> (KIP-833)
>
> KRaft improvements:
> * KIP-778: Online KRaft to KRaft Upgrades
> * KIP-833: Mark KRaft as Production Ready
> * KIP-835: Monitor Quorum health (many new KRaft metrics)
> * KIP-836: Expose voter lag via kafka-metadata-quorum.sh
> * KIP-841: Fenced replicas should not be allowed to join the ISR in KRaft
> * KIP-859: Add Metadata Log Processing Error Related Metrics
>
> Other major improvements include:
> * KIP-618: Exactly-Once Support for Source Connectors
> * KIP-831: Add metric for log recovery progress
> * KIP-827: Expose logdirs total and usable space via Kafka API
> * KIP-834: Add ability to Pause / Resume KafkaStreams Topologies
>
> The full release notes are available here:
> https://home.apache.org/~davidarthur/kafka-3.3.0-rc2/RELEASE_NOTES.html
>
> Please download, test and vote by Monday, Sep 26 at 5pm EDT
>
> Also, huge thanks to José for running the release so far. He has done
> the vast majority of the work to prepare this rather large release :)
>
> -
>
> 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/~davidarthur/kafka-3.3.0-rc2/
>
> * Maven artifacts to be voted upon:
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
>
> * Javadoc: https://home.apache.org/~davidarthur/kafka-3.3.0-rc2/javadoc/
>
> * Tag to be voted upon (off 3.3 branch) is the 3.3.0 tag:
> https://github.com/apache/kafka/releases/tag/3.3.0-rc2
>
> * Documentation:  https://kafka.apache.org/33/documentation.html
>
> * Protocol: https://kafka.apache.org/33/protocol.html
>
>
>
>
> Successful Jenkins builds to follow in a future update to this email.
>
>
> Thanks!
> David Arthur
>


-- 
[image: Aiven] 

*Josep Prat*
Open Source Engineering Director, *Aiven*
josep.p...@aiven.io   |   +491715557497
aiven.io    |   
     
*Aiven Deutschland GmbH*
Immanuelkirchstraße 26, 10405 Berlin
Geschäftsführer: Oskari Saarenmaa & Hannu Valtonen
Amtsgericht Charlottenburg, HRB 209739 B