You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by Randall Hauch <rh...@apache.org> on 2020/07/28 21:52:47 UTC

[VOTE] 2.6.0 RC2

Hello Kafka users, developers and client-developers,

This is the third candidate for release of Apache Kafka 2.6.0. This is a
major release that includes many new features, including:

* TLSv1.3 has been enabled by default for Java 11 or newer.
* Smooth scaling out of Kafka Streams applications
* Kafka Streams support for emit on change
* New metrics for better operational insight
* Kafka Connect can automatically create topics for source connectors
* Improved error reporting options for sink connectors in Kafka Connect
* New Filter and conditional SMTs in Kafka Connect
* The default value for the `client.dns.lookup` configuration is
now `use_all_dns_ips`
* Upgrade Zookeeper to 3.5.8

This release also includes a few other features, 74 improvements, 175 bug
fixes, plus other fixes.

Release notes for the 2.6.0 release:
https://home.apache.org/~rhauch/kafka-2.6.0-rc2/RELEASE_NOTES.html

*** Please download, test and vote by Monday, August 3, 9am PT

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/~rhauch/kafka-2.6.0-rc2/

* Maven artifacts to be voted upon:
https://repository.apache.org/content/groups/staging/org/apache/kafka/

* Javadoc:
https://home.apache.org/~rhauch/kafka-2.6.0-rc2/javadoc/

* Tag to be voted upon (off 2.6 branch) is the 2.6.0 tag:
https://github.com/apache/kafka/releases/tag/2.6.0-rc2

* Documentation:
https://kafka.apache.org/26/documentation.html

* Protocol:
https://kafka.apache.org/26/protocol.html

* Successful Jenkins builds for the 2.6 branch:
Unit/integration tests: https://builds.apache.org/job/kafka-2.6-jdk8/101/
System tests: (link to follow)


Thanks,
Randall Hauch

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

Posted by Bill Bejeck <bb...@gmail.com>.
Hi Randall,

+1 (non-binding) built from source, ran all unit and integration tests
(Scala 2.12 and 2.13), and verified all the signatures.

Thanks,
Bill

On Fri, Jul 31, 2020 at 12:42 PM Randall Hauch <rh...@apache.org> wrote:

> Thanks, Rajini.
>
> Here's an update on the system tests. Unfortunately we've not yet had a
> fully-green system test run, but each of the system test runs since
> https://jenkins.confluent.io/job/system-test-kafka/job/2.6/49/ has had
> just one or two failures -- and no failure has been repeated. This suggests
> the failing tests appear to be somewhat flaky. I'll keep running more
> system tests and will reply here if something appears suspicious, but
> please holler if you think my analysis is incorrect.
>
> Best regards,
>
> Randall
>
> On Fri, Jul 31, 2020 at 11:00 AM Rajini Sivaram <ra...@gmail.com>
> wrote:
>
>> Thanks Randall, +1 (binding)
>>
>> Built from source and ran tests, had a quick look through some Javadoc
>> changes, ran quickstart and some tests with Java 11 TLSv1.3 on the binary.
>>
>> Regards,
>>
>> Rajini
>>
>>
>> On Tue, Jul 28, 2020 at 10:50 PM Randall Hauch <rh...@apache.org> wrote:
>>
>> > Hello Kafka users, developers and client-developers,
>> >
>> > This is the third candidate for release of Apache Kafka 2.6.0. This is a
>> > major release that includes many new features, including:
>> >
>> > * TLSv1.3 has been enabled by default for Java 11 or newer.
>> > * Smooth scaling out of Kafka Streams applications
>> > * Kafka Streams support for emit on change
>> > * New metrics for better operational insight
>> > * Kafka Connect can automatically create topics for source connectors
>> > * Improved error reporting options for sink connectors in Kafka Connect
>> > * New Filter and conditional SMTs in Kafka Connect
>> > * The default value for the `client.dns.lookup` configuration is
>> > now `use_all_dns_ips`
>> > * Upgrade Zookeeper to 3.5.8
>> >
>> > This release also includes a few other features, 74 improvements, 175
>> bug
>> > fixes, plus other fixes.
>> >
>> > Release notes for the 2.6.0 release:
>> > https://home.apache.org/~rhauch/kafka-2.6.0-rc2/RELEASE_NOTES.html
>> >
>> > *** Please download, test and vote by Monday, August 3, 9am PT
>> >
>> > 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/~rhauch/kafka-2.6.0-rc2/
>> >
>> > * Maven artifacts to be voted upon:
>> > https://repository.apache.org/content/groups/staging/org/apache/kafka/
>> >
>> > * Javadoc:
>> > https://home.apache.org/~rhauch/kafka-2.6.0-rc2/javadoc/
>> >
>> > * Tag to be voted upon (off 2.6 branch) is the 2.6.0 tag:
>> > https://github.com/apache/kafka/releases/tag/2.6.0-rc2
>> >
>> > * Documentation:
>> > https://kafka.apache.org/26/documentation.html
>> >
>> > * Protocol:
>> > https://kafka.apache.org/26/protocol.html
>> >
>> > * Successful Jenkins builds for the 2.6 branch:
>> > Unit/integration tests:
>> https://builds.apache.org/job/kafka-2.6-jdk8/101/
>> > System tests: (link to follow)
>> >
>> >
>> > Thanks,
>> > Randall Hauch
>> >
>>
> --
> 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+unsubscribe@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/kafka-clients/CALYgK0E06ZpPWT8eN3R32AkqMKqcJ8udKxi9EuO66GKRKuyiJw%40mail.gmail.com
> <https://groups.google.com/d/msgid/kafka-clients/CALYgK0E06ZpPWT8eN3R32AkqMKqcJ8udKxi9EuO66GKRKuyiJw%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

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

Posted by Bill Bejeck <bb...@gmail.com>.
Hi Randall,

+1 (non-binding) built from source, ran all unit and integration tests
(Scala 2.12 and 2.13), and verified all the signatures.

Thanks,
Bill

On Fri, Jul 31, 2020 at 12:42 PM Randall Hauch <rh...@apache.org> wrote:

> Thanks, Rajini.
>
> Here's an update on the system tests. Unfortunately we've not yet had a
> fully-green system test run, but each of the system test runs since
> https://jenkins.confluent.io/job/system-test-kafka/job/2.6/49/ has had
> just one or two failures -- and no failure has been repeated. This suggests
> the failing tests appear to be somewhat flaky. I'll keep running more
> system tests and will reply here if something appears suspicious, but
> please holler if you think my analysis is incorrect.
>
> Best regards,
>
> Randall
>
> On Fri, Jul 31, 2020 at 11:00 AM Rajini Sivaram <ra...@gmail.com>
> wrote:
>
>> Thanks Randall, +1 (binding)
>>
>> Built from source and ran tests, had a quick look through some Javadoc
>> changes, ran quickstart and some tests with Java 11 TLSv1.3 on the binary.
>>
>> Regards,
>>
>> Rajini
>>
>>
>> On Tue, Jul 28, 2020 at 10:50 PM Randall Hauch <rh...@apache.org> wrote:
>>
>> > Hello Kafka users, developers and client-developers,
>> >
>> > This is the third candidate for release of Apache Kafka 2.6.0. This is a
>> > major release that includes many new features, including:
>> >
>> > * TLSv1.3 has been enabled by default for Java 11 or newer.
>> > * Smooth scaling out of Kafka Streams applications
>> > * Kafka Streams support for emit on change
>> > * New metrics for better operational insight
>> > * Kafka Connect can automatically create topics for source connectors
>> > * Improved error reporting options for sink connectors in Kafka Connect
>> > * New Filter and conditional SMTs in Kafka Connect
>> > * The default value for the `client.dns.lookup` configuration is
>> > now `use_all_dns_ips`
>> > * Upgrade Zookeeper to 3.5.8
>> >
>> > This release also includes a few other features, 74 improvements, 175
>> bug
>> > fixes, plus other fixes.
>> >
>> > Release notes for the 2.6.0 release:
>> > https://home.apache.org/~rhauch/kafka-2.6.0-rc2/RELEASE_NOTES.html
>> >
>> > *** Please download, test and vote by Monday, August 3, 9am PT
>> >
>> > 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/~rhauch/kafka-2.6.0-rc2/
>> >
>> > * Maven artifacts to be voted upon:
>> > https://repository.apache.org/content/groups/staging/org/apache/kafka/
>> >
>> > * Javadoc:
>> > https://home.apache.org/~rhauch/kafka-2.6.0-rc2/javadoc/
>> >
>> > * Tag to be voted upon (off 2.6 branch) is the 2.6.0 tag:
>> > https://github.com/apache/kafka/releases/tag/2.6.0-rc2
>> >
>> > * Documentation:
>> > https://kafka.apache.org/26/documentation.html
>> >
>> > * Protocol:
>> > https://kafka.apache.org/26/protocol.html
>> >
>> > * Successful Jenkins builds for the 2.6 branch:
>> > Unit/integration tests:
>> https://builds.apache.org/job/kafka-2.6-jdk8/101/
>> > System tests: (link to follow)
>> >
>> >
>> > Thanks,
>> > Randall Hauch
>> >
>>
> --
> 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+unsubscribe@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/kafka-clients/CALYgK0E06ZpPWT8eN3R32AkqMKqcJ8udKxi9EuO66GKRKuyiJw%40mail.gmail.com
> <https://groups.google.com/d/msgid/kafka-clients/CALYgK0E06ZpPWT8eN3R32AkqMKqcJ8udKxi9EuO66GKRKuyiJw%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

Re: [VOTE] 2.6.0 RC2

Posted by Randall Hauch <rh...@apache.org>.
We finally have a green system test using the same commit used for RC2:
https://jenkins.confluent.io/job/system-test-kafka/job/2.6/53/

Thanks to Rajini and Gwen for their testing, verification, and binding +1s.
Thanks also to Bill for is testing and non-binding +1.

That means we're looking for at least one more binding +1 vote from PMC
members. Please download, test and vote by Monday, August 3, 9am PT,

Best regards!

Randall

On Fri, Jul 31, 2020 at 11:44 AM Randall Hauch <rh...@apache.org> wrote:

> Thanks, Rajini.
>
> Here's an update on the system tests. Unfortunately we've not yet had a
> fully-green system test run, but each of the system test runs since
> https://jenkins.confluent.io/job/system-test-kafka/job/2.6/49/ has had
> just one or two failures -- and no failure has been repeated. This suggests
> the failing tests appear to be somewhat flaky. I'll keep running more
> system tests and will reply here if something appears suspicious, but
> please holler if you think my analysis is incorrect.
>
> Best regards,
>
> Randall
>
> On Fri, Jul 31, 2020 at 11:00 AM Rajini Sivaram <ra...@gmail.com>
> wrote:
>
>> Thanks Randall, +1 (binding)
>>
>> Built from source and ran tests, had a quick look through some Javadoc
>> changes, ran quickstart and some tests with Java 11 TLSv1.3 on the binary.
>>
>> Regards,
>>
>> Rajini
>>
>>
>> On Tue, Jul 28, 2020 at 10:50 PM Randall Hauch <rh...@apache.org> wrote:
>>
>> > Hello Kafka users, developers and client-developers,
>> >
>> > This is the third candidate for release of Apache Kafka 2.6.0. This is a
>> > major release that includes many new features, including:
>> >
>> > * TLSv1.3 has been enabled by default for Java 11 or newer.
>> > * Smooth scaling out of Kafka Streams applications
>> > * Kafka Streams support for emit on change
>> > * New metrics for better operational insight
>> > * Kafka Connect can automatically create topics for source connectors
>> > * Improved error reporting options for sink connectors in Kafka Connect
>> > * New Filter and conditional SMTs in Kafka Connect
>> > * The default value for the `client.dns.lookup` configuration is
>> > now `use_all_dns_ips`
>> > * Upgrade Zookeeper to 3.5.8
>> >
>> > This release also includes a few other features, 74 improvements, 175
>> bug
>> > fixes, plus other fixes.
>> >
>> > Release notes for the 2.6.0 release:
>> > https://home.apache.org/~rhauch/kafka-2.6.0-rc2/RELEASE_NOTES.html
>> >
>> > *** Please download, test and vote by Monday, August 3, 9am PT
>> >
>> > 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/~rhauch/kafka-2.6.0-rc2/
>> >
>> > * Maven artifacts to be voted upon:
>> > https://repository.apache.org/content/groups/staging/org/apache/kafka/
>> >
>> > * Javadoc:
>> > https://home.apache.org/~rhauch/kafka-2.6.0-rc2/javadoc/
>> >
>> > * Tag to be voted upon (off 2.6 branch) is the 2.6.0 tag:
>> > https://github.com/apache/kafka/releases/tag/2.6.0-rc2
>> >
>> > * Documentation:
>> > https://kafka.apache.org/26/documentation.html
>> >
>> > * Protocol:
>> > https://kafka.apache.org/26/protocol.html
>> >
>> > * Successful Jenkins builds for the 2.6 branch:
>> > Unit/integration tests:
>> https://builds.apache.org/job/kafka-2.6-jdk8/101/
>> > System tests: (link to follow)
>> >
>> >
>> > Thanks,
>> > Randall Hauch
>> >
>>
>

Re: [VOTE] 2.6.0 RC2

Posted by Randall Hauch <rh...@apache.org>.
We finally have a green system test using the same commit used for RC2:
https://jenkins.confluent.io/job/system-test-kafka/job/2.6/53/

Thanks to Rajini and Gwen for their testing, verification, and binding +1s.
Thanks also to Bill for is testing and non-binding +1.

That means we're looking for at least one more binding +1 vote from PMC
members. Please download, test and vote by Monday, August 3, 9am PT,

Best regards!

Randall

On Fri, Jul 31, 2020 at 11:44 AM Randall Hauch <rh...@apache.org> wrote:

> Thanks, Rajini.
>
> Here's an update on the system tests. Unfortunately we've not yet had a
> fully-green system test run, but each of the system test runs since
> https://jenkins.confluent.io/job/system-test-kafka/job/2.6/49/ has had
> just one or two failures -- and no failure has been repeated. This suggests
> the failing tests appear to be somewhat flaky. I'll keep running more
> system tests and will reply here if something appears suspicious, but
> please holler if you think my analysis is incorrect.
>
> Best regards,
>
> Randall
>
> On Fri, Jul 31, 2020 at 11:00 AM Rajini Sivaram <ra...@gmail.com>
> wrote:
>
>> Thanks Randall, +1 (binding)
>>
>> Built from source and ran tests, had a quick look through some Javadoc
>> changes, ran quickstart and some tests with Java 11 TLSv1.3 on the binary.
>>
>> Regards,
>>
>> Rajini
>>
>>
>> On Tue, Jul 28, 2020 at 10:50 PM Randall Hauch <rh...@apache.org> wrote:
>>
>> > Hello Kafka users, developers and client-developers,
>> >
>> > This is the third candidate for release of Apache Kafka 2.6.0. This is a
>> > major release that includes many new features, including:
>> >
>> > * TLSv1.3 has been enabled by default for Java 11 or newer.
>> > * Smooth scaling out of Kafka Streams applications
>> > * Kafka Streams support for emit on change
>> > * New metrics for better operational insight
>> > * Kafka Connect can automatically create topics for source connectors
>> > * Improved error reporting options for sink connectors in Kafka Connect
>> > * New Filter and conditional SMTs in Kafka Connect
>> > * The default value for the `client.dns.lookup` configuration is
>> > now `use_all_dns_ips`
>> > * Upgrade Zookeeper to 3.5.8
>> >
>> > This release also includes a few other features, 74 improvements, 175
>> bug
>> > fixes, plus other fixes.
>> >
>> > Release notes for the 2.6.0 release:
>> > https://home.apache.org/~rhauch/kafka-2.6.0-rc2/RELEASE_NOTES.html
>> >
>> > *** Please download, test and vote by Monday, August 3, 9am PT
>> >
>> > 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/~rhauch/kafka-2.6.0-rc2/
>> >
>> > * Maven artifacts to be voted upon:
>> > https://repository.apache.org/content/groups/staging/org/apache/kafka/
>> >
>> > * Javadoc:
>> > https://home.apache.org/~rhauch/kafka-2.6.0-rc2/javadoc/
>> >
>> > * Tag to be voted upon (off 2.6 branch) is the 2.6.0 tag:
>> > https://github.com/apache/kafka/releases/tag/2.6.0-rc2
>> >
>> > * Documentation:
>> > https://kafka.apache.org/26/documentation.html
>> >
>> > * Protocol:
>> > https://kafka.apache.org/26/protocol.html
>> >
>> > * Successful Jenkins builds for the 2.6 branch:
>> > Unit/integration tests:
>> https://builds.apache.org/job/kafka-2.6-jdk8/101/
>> > System tests: (link to follow)
>> >
>> >
>> > Thanks,
>> > Randall Hauch
>> >
>>
>

Re: [VOTE] 2.6.0 RC2

Posted by Randall Hauch <rh...@apache.org>.
Thanks, Rajini.

Here's an update on the system tests. Unfortunately we've not yet had a
fully-green system test run, but each of the system test runs since
https://jenkins.confluent.io/job/system-test-kafka/job/2.6/49/ has had just
one or two failures -- and no failure has been repeated. This suggests the
failing tests appear to be somewhat flaky. I'll keep running more system
tests and will reply here if something appears suspicious, but please
holler if you think my analysis is incorrect.

Best regards,

Randall

On Fri, Jul 31, 2020 at 11:00 AM Rajini Sivaram <ra...@gmail.com>
wrote:

> Thanks Randall, +1 (binding)
>
> Built from source and ran tests, had a quick look through some Javadoc
> changes, ran quickstart and some tests with Java 11 TLSv1.3 on the binary.
>
> Regards,
>
> Rajini
>
>
> On Tue, Jul 28, 2020 at 10:50 PM Randall Hauch <rh...@apache.org> wrote:
>
> > Hello Kafka users, developers and client-developers,
> >
> > This is the third candidate for release of Apache Kafka 2.6.0. This is a
> > major release that includes many new features, including:
> >
> > * TLSv1.3 has been enabled by default for Java 11 or newer.
> > * Smooth scaling out of Kafka Streams applications
> > * Kafka Streams support for emit on change
> > * New metrics for better operational insight
> > * Kafka Connect can automatically create topics for source connectors
> > * Improved error reporting options for sink connectors in Kafka Connect
> > * New Filter and conditional SMTs in Kafka Connect
> > * The default value for the `client.dns.lookup` configuration is
> > now `use_all_dns_ips`
> > * Upgrade Zookeeper to 3.5.8
> >
> > This release also includes a few other features, 74 improvements, 175 bug
> > fixes, plus other fixes.
> >
> > Release notes for the 2.6.0 release:
> > https://home.apache.org/~rhauch/kafka-2.6.0-rc2/RELEASE_NOTES.html
> >
> > *** Please download, test and vote by Monday, August 3, 9am PT
> >
> > 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/~rhauch/kafka-2.6.0-rc2/
> >
> > * Maven artifacts to be voted upon:
> > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> >
> > * Javadoc:
> > https://home.apache.org/~rhauch/kafka-2.6.0-rc2/javadoc/
> >
> > * Tag to be voted upon (off 2.6 branch) is the 2.6.0 tag:
> > https://github.com/apache/kafka/releases/tag/2.6.0-rc2
> >
> > * Documentation:
> > https://kafka.apache.org/26/documentation.html
> >
> > * Protocol:
> > https://kafka.apache.org/26/protocol.html
> >
> > * Successful Jenkins builds for the 2.6 branch:
> > Unit/integration tests:
> https://builds.apache.org/job/kafka-2.6-jdk8/101/
> > System tests: (link to follow)
> >
> >
> > Thanks,
> > Randall Hauch
> >
>

Re: [VOTE] 2.6.0 RC2

Posted by Randall Hauch <rh...@apache.org>.
Thanks, Rajini.

Here's an update on the system tests. Unfortunately we've not yet had a
fully-green system test run, but each of the system test runs since
https://jenkins.confluent.io/job/system-test-kafka/job/2.6/49/ has had just
one or two failures -- and no failure has been repeated. This suggests the
failing tests appear to be somewhat flaky. I'll keep running more system
tests and will reply here if something appears suspicious, but please
holler if you think my analysis is incorrect.

Best regards,

Randall

On Fri, Jul 31, 2020 at 11:00 AM Rajini Sivaram <ra...@gmail.com>
wrote:

> Thanks Randall, +1 (binding)
>
> Built from source and ran tests, had a quick look through some Javadoc
> changes, ran quickstart and some tests with Java 11 TLSv1.3 on the binary.
>
> Regards,
>
> Rajini
>
>
> On Tue, Jul 28, 2020 at 10:50 PM Randall Hauch <rh...@apache.org> wrote:
>
> > Hello Kafka users, developers and client-developers,
> >
> > This is the third candidate for release of Apache Kafka 2.6.0. This is a
> > major release that includes many new features, including:
> >
> > * TLSv1.3 has been enabled by default for Java 11 or newer.
> > * Smooth scaling out of Kafka Streams applications
> > * Kafka Streams support for emit on change
> > * New metrics for better operational insight
> > * Kafka Connect can automatically create topics for source connectors
> > * Improved error reporting options for sink connectors in Kafka Connect
> > * New Filter and conditional SMTs in Kafka Connect
> > * The default value for the `client.dns.lookup` configuration is
> > now `use_all_dns_ips`
> > * Upgrade Zookeeper to 3.5.8
> >
> > This release also includes a few other features, 74 improvements, 175 bug
> > fixes, plus other fixes.
> >
> > Release notes for the 2.6.0 release:
> > https://home.apache.org/~rhauch/kafka-2.6.0-rc2/RELEASE_NOTES.html
> >
> > *** Please download, test and vote by Monday, August 3, 9am PT
> >
> > 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/~rhauch/kafka-2.6.0-rc2/
> >
> > * Maven artifacts to be voted upon:
> > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> >
> > * Javadoc:
> > https://home.apache.org/~rhauch/kafka-2.6.0-rc2/javadoc/
> >
> > * Tag to be voted upon (off 2.6 branch) is the 2.6.0 tag:
> > https://github.com/apache/kafka/releases/tag/2.6.0-rc2
> >
> > * Documentation:
> > https://kafka.apache.org/26/documentation.html
> >
> > * Protocol:
> > https://kafka.apache.org/26/protocol.html
> >
> > * Successful Jenkins builds for the 2.6 branch:
> > Unit/integration tests:
> https://builds.apache.org/job/kafka-2.6-jdk8/101/
> > System tests: (link to follow)
> >
> >
> > Thanks,
> > Randall Hauch
> >
>

Re: [VOTE] 2.6.0 RC2

Posted by Rajini Sivaram <ra...@gmail.com>.
Thanks Randall, +1 (binding)

Built from source and ran tests, had a quick look through some Javadoc
changes, ran quickstart and some tests with Java 11 TLSv1.3 on the binary.

Regards,

Rajini


On Tue, Jul 28, 2020 at 10:50 PM Randall Hauch <rh...@apache.org> wrote:

> Hello Kafka users, developers and client-developers,
>
> This is the third candidate for release of Apache Kafka 2.6.0. This is a
> major release that includes many new features, including:
>
> * TLSv1.3 has been enabled by default for Java 11 or newer.
> * Smooth scaling out of Kafka Streams applications
> * Kafka Streams support for emit on change
> * New metrics for better operational insight
> * Kafka Connect can automatically create topics for source connectors
> * Improved error reporting options for sink connectors in Kafka Connect
> * New Filter and conditional SMTs in Kafka Connect
> * The default value for the `client.dns.lookup` configuration is
> now `use_all_dns_ips`
> * Upgrade Zookeeper to 3.5.8
>
> This release also includes a few other features, 74 improvements, 175 bug
> fixes, plus other fixes.
>
> Release notes for the 2.6.0 release:
> https://home.apache.org/~rhauch/kafka-2.6.0-rc2/RELEASE_NOTES.html
>
> *** Please download, test and vote by Monday, August 3, 9am PT
>
> 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/~rhauch/kafka-2.6.0-rc2/
>
> * Maven artifacts to be voted upon:
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
>
> * Javadoc:
> https://home.apache.org/~rhauch/kafka-2.6.0-rc2/javadoc/
>
> * Tag to be voted upon (off 2.6 branch) is the 2.6.0 tag:
> https://github.com/apache/kafka/releases/tag/2.6.0-rc2
>
> * Documentation:
> https://kafka.apache.org/26/documentation.html
>
> * Protocol:
> https://kafka.apache.org/26/protocol.html
>
> * Successful Jenkins builds for the 2.6 branch:
> Unit/integration tests: https://builds.apache.org/job/kafka-2.6-jdk8/101/
> System tests: (link to follow)
>
>
> Thanks,
> Randall Hauch
>

Re: [VOTE] 2.6.0 RC2

Posted by Rajini Sivaram <ra...@gmail.com>.
Thanks Randall, +1 (binding)

Built from source and ran tests, had a quick look through some Javadoc
changes, ran quickstart and some tests with Java 11 TLSv1.3 on the binary.

Regards,

Rajini


On Tue, Jul 28, 2020 at 10:50 PM Randall Hauch <rh...@apache.org> wrote:

> Hello Kafka users, developers and client-developers,
>
> This is the third candidate for release of Apache Kafka 2.6.0. This is a
> major release that includes many new features, including:
>
> * TLSv1.3 has been enabled by default for Java 11 or newer.
> * Smooth scaling out of Kafka Streams applications
> * Kafka Streams support for emit on change
> * New metrics for better operational insight
> * Kafka Connect can automatically create topics for source connectors
> * Improved error reporting options for sink connectors in Kafka Connect
> * New Filter and conditional SMTs in Kafka Connect
> * The default value for the `client.dns.lookup` configuration is
> now `use_all_dns_ips`
> * Upgrade Zookeeper to 3.5.8
>
> This release also includes a few other features, 74 improvements, 175 bug
> fixes, plus other fixes.
>
> Release notes for the 2.6.0 release:
> https://home.apache.org/~rhauch/kafka-2.6.0-rc2/RELEASE_NOTES.html
>
> *** Please download, test and vote by Monday, August 3, 9am PT
>
> 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/~rhauch/kafka-2.6.0-rc2/
>
> * Maven artifacts to be voted upon:
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
>
> * Javadoc:
> https://home.apache.org/~rhauch/kafka-2.6.0-rc2/javadoc/
>
> * Tag to be voted upon (off 2.6 branch) is the 2.6.0 tag:
> https://github.com/apache/kafka/releases/tag/2.6.0-rc2
>
> * Documentation:
> https://kafka.apache.org/26/documentation.html
>
> * Protocol:
> https://kafka.apache.org/26/protocol.html
>
> * Successful Jenkins builds for the 2.6 branch:
> Unit/integration tests: https://builds.apache.org/job/kafka-2.6-jdk8/101/
> System tests: (link to follow)
>
>
> Thanks,
> Randall Hauch
>

Re: [VOTE] 2.6.0 RC2

Posted by Randall Hauch <rh...@gmail.com>.
Thanks, Gwen.

I'll log an issue to remove the kafka_2.12-2.6.0-site-docs.* files, and
look into whether AgentTest.testAgentGetStatus is flaky and if so log an
issue.

Randall

On Sat, Aug 1, 2020 at 12:16 AM Gwen Shapira <gw...@confluent.io> wrote:

> Thank you, Randall for driving this release.
>
> +1 (binding) after verifying signatures and hashes, building from sources,
> running unit/integration tests and some manual tests with the 2.13 build.
>
> Two minor things:
> 1. There were two sitedoc files - 2.12 and 2.13, we don't really need two
> sitedocs generated. Not a big deal, but maybe worth tracking and fixing.
> 2. I got one test failure locally:
>
> org.apache.kafka.trogdor.agent.AgentTest.testAgentGetStatus failed, log
> available in
>
> /Users/gwenshap/releases/2.6.0-rc2/kafka-2.6.0-src/tools/build/reports/testOutput/org.apache.kafka.trogdor.agent.AgentTest.testAgentGetStatus.test.stdout
>
> org.apache.kafka.trogdor.agent.AgentTest > testAgentGetStatus FAILED
>     java.lang.RuntimeException:
>         at
>
> org.apache.kafka.trogdor.rest.RestExceptionMapper.toException(RestExceptionMapper.java:69)
>         at
>
> org.apache.kafka.trogdor.rest.JsonRestServer$HttpResponse.body(JsonRestServer.java:285)
>         at
> org.apache.kafka.trogdor.agent.AgentClient.status(AgentClient.java:130)
>         at
>
> org.apache.kafka.trogdor.agent.AgentTest.testAgentGetStatus(AgentTest.java:115)
>
> Gwen
>
> On Tue, Jul 28, 2020 at 2:50 PM Randall Hauch <rh...@apache.org> wrote:
>
> > Hello Kafka users, developers and client-developers,
> >
> > This is the third candidate for release of Apache Kafka 2.6.0. This is a
> > major release that includes many new features, including:
> >
> > * TLSv1.3 has been enabled by default for Java 11 or newer.
> > * Smooth scaling out of Kafka Streams applications
> > * Kafka Streams support for emit on change
> > * New metrics for better operational insight
> > * Kafka Connect can automatically create topics for source connectors
> > * Improved error reporting options for sink connectors in Kafka Connect
> > * New Filter and conditional SMTs in Kafka Connect
> > * The default value for the `client.dns.lookup` configuration is
> > now `use_all_dns_ips`
> > * Upgrade Zookeeper to 3.5.8
> >
> > This release also includes a few other features, 74 improvements, 175 bug
> > fixes, plus other fixes.
> >
> > Release notes for the 2.6.0 release:
> > https://home.apache.org/~rhauch/kafka-2.6.0-rc2/RELEASE_NOTES.html
> >
> > *** Please download, test and vote by Monday, August 3, 9am PT
> >
> > 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/~rhauch/kafka-2.6.0-rc2/
> >
> > * Maven artifacts to be voted upon:
> > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> >
> > * Javadoc:
> > https://home.apache.org/~rhauch/kafka-2.6.0-rc2/javadoc/
> >
> > * Tag to be voted upon (off 2.6 branch) is the 2.6.0 tag:
> > https://github.com/apache/kafka/releases/tag/2.6.0-rc2
> >
> > * Documentation:
> > https://kafka.apache.org/26/documentation.html
> >
> > * Protocol:
> > https://kafka.apache.org/26/protocol.html
> >
> > * Successful Jenkins builds for the 2.6 branch:
> > Unit/integration tests:
> https://builds.apache.org/job/kafka-2.6-jdk8/101/
> > System tests: (link to follow)
> >
> >
> > Thanks,
> > Randall Hauch
> >
>
>
> --
> Gwen Shapira
> Engineering Manager | Confluent
> 650.450.2760 | @gwenshap
> Follow us: Twitter | blog
>

Re: [VOTE] 2.6.0 RC2

Posted by Randall Hauch <rh...@gmail.com>.
Thanks, Gwen.

I'll log an issue to remove the kafka_2.12-2.6.0-site-docs.* files, and
look into whether AgentTest.testAgentGetStatus is flaky and if so log an
issue.

Randall

On Sat, Aug 1, 2020 at 12:16 AM Gwen Shapira <gw...@confluent.io> wrote:

> Thank you, Randall for driving this release.
>
> +1 (binding) after verifying signatures and hashes, building from sources,
> running unit/integration tests and some manual tests with the 2.13 build.
>
> Two minor things:
> 1. There were two sitedoc files - 2.12 and 2.13, we don't really need two
> sitedocs generated. Not a big deal, but maybe worth tracking and fixing.
> 2. I got one test failure locally:
>
> org.apache.kafka.trogdor.agent.AgentTest.testAgentGetStatus failed, log
> available in
>
> /Users/gwenshap/releases/2.6.0-rc2/kafka-2.6.0-src/tools/build/reports/testOutput/org.apache.kafka.trogdor.agent.AgentTest.testAgentGetStatus.test.stdout
>
> org.apache.kafka.trogdor.agent.AgentTest > testAgentGetStatus FAILED
>     java.lang.RuntimeException:
>         at
>
> org.apache.kafka.trogdor.rest.RestExceptionMapper.toException(RestExceptionMapper.java:69)
>         at
>
> org.apache.kafka.trogdor.rest.JsonRestServer$HttpResponse.body(JsonRestServer.java:285)
>         at
> org.apache.kafka.trogdor.agent.AgentClient.status(AgentClient.java:130)
>         at
>
> org.apache.kafka.trogdor.agent.AgentTest.testAgentGetStatus(AgentTest.java:115)
>
> Gwen
>
> On Tue, Jul 28, 2020 at 2:50 PM Randall Hauch <rh...@apache.org> wrote:
>
> > Hello Kafka users, developers and client-developers,
> >
> > This is the third candidate for release of Apache Kafka 2.6.0. This is a
> > major release that includes many new features, including:
> >
> > * TLSv1.3 has been enabled by default for Java 11 or newer.
> > * Smooth scaling out of Kafka Streams applications
> > * Kafka Streams support for emit on change
> > * New metrics for better operational insight
> > * Kafka Connect can automatically create topics for source connectors
> > * Improved error reporting options for sink connectors in Kafka Connect
> > * New Filter and conditional SMTs in Kafka Connect
> > * The default value for the `client.dns.lookup` configuration is
> > now `use_all_dns_ips`
> > * Upgrade Zookeeper to 3.5.8
> >
> > This release also includes a few other features, 74 improvements, 175 bug
> > fixes, plus other fixes.
> >
> > Release notes for the 2.6.0 release:
> > https://home.apache.org/~rhauch/kafka-2.6.0-rc2/RELEASE_NOTES.html
> >
> > *** Please download, test and vote by Monday, August 3, 9am PT
> >
> > 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/~rhauch/kafka-2.6.0-rc2/
> >
> > * Maven artifacts to be voted upon:
> > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> >
> > * Javadoc:
> > https://home.apache.org/~rhauch/kafka-2.6.0-rc2/javadoc/
> >
> > * Tag to be voted upon (off 2.6 branch) is the 2.6.0 tag:
> > https://github.com/apache/kafka/releases/tag/2.6.0-rc2
> >
> > * Documentation:
> > https://kafka.apache.org/26/documentation.html
> >
> > * Protocol:
> > https://kafka.apache.org/26/protocol.html
> >
> > * Successful Jenkins builds for the 2.6 branch:
> > Unit/integration tests:
> https://builds.apache.org/job/kafka-2.6-jdk8/101/
> > System tests: (link to follow)
> >
> >
> > Thanks,
> > Randall Hauch
> >
>
>
> --
> Gwen Shapira
> Engineering Manager | Confluent
> 650.450.2760 | @gwenshap
> Follow us: Twitter | blog
>

Re: [VOTE] 2.6.0 RC2

Posted by Randall Hauch <rh...@apache.org>.
I wanted to follow up on two non-blocking issues Gwen mentioned earlier. I
didn't find any similar items, so I logged the following:

https://issues.apache.org/jira/browse/KAFKA-10358 - Remove the 2.12 sitedocs
https://issues.apache.org/jira/browse/KAFKA-10359 - AgentTest unit test
failure during verification build of AK 2.6.0 RC2

Best regards,

Randall

On Sat, Aug 1, 2020 at 12:16 AM Gwen Shapira <gw...@confluent.io> wrote:

> Thank you, Randall for driving this release.
>
> +1 (binding) after verifying signatures and hashes, building from sources,
> running unit/integration tests and some manual tests with the 2.13 build.
>
> Two minor things:
> 1. There were two sitedoc files - 2.12 and 2.13, we don't really need two
> sitedocs generated. Not a big deal, but maybe worth tracking and fixing.
> 2. I got one test failure locally:
>
> org.apache.kafka.trogdor.agent.AgentTest.testAgentGetStatus failed, log
> available in
>
> /Users/gwenshap/releases/2.6.0-rc2/kafka-2.6.0-src/tools/build/reports/testOutput/org.apache.kafka.trogdor.agent.AgentTest.testAgentGetStatus.test.stdout
>
> org.apache.kafka.trogdor.agent.AgentTest > testAgentGetStatus FAILED
>     java.lang.RuntimeException:
>         at
>
> org.apache.kafka.trogdor.rest.RestExceptionMapper.toException(RestExceptionMapper.java:69)
>         at
>
> org.apache.kafka.trogdor.rest.JsonRestServer$HttpResponse.body(JsonRestServer.java:285)
>         at
> org.apache.kafka.trogdor.agent.AgentClient.status(AgentClient.java:130)
>         at
>
> org.apache.kafka.trogdor.agent.AgentTest.testAgentGetStatus(AgentTest.java:115)
>
> Gwen
>
> On Tue, Jul 28, 2020 at 2:50 PM Randall Hauch <rh...@apache.org> wrote:
>
> > Hello Kafka users, developers and client-developers,
> >
> > This is the third candidate for release of Apache Kafka 2.6.0. This is a
> > major release that includes many new features, including:
> >
> > * TLSv1.3 has been enabled by default for Java 11 or newer.
> > * Smooth scaling out of Kafka Streams applications
> > * Kafka Streams support for emit on change
> > * New metrics for better operational insight
> > * Kafka Connect can automatically create topics for source connectors
> > * Improved error reporting options for sink connectors in Kafka Connect
> > * New Filter and conditional SMTs in Kafka Connect
> > * The default value for the `client.dns.lookup` configuration is
> > now `use_all_dns_ips`
> > * Upgrade Zookeeper to 3.5.8
> >
> > This release also includes a few other features, 74 improvements, 175 bug
> > fixes, plus other fixes.
> >
> > Release notes for the 2.6.0 release:
> > https://home.apache.org/~rhauch/kafka-2.6.0-rc2/RELEASE_NOTES.html
> >
> > *** Please download, test and vote by Monday, August 3, 9am PT
> >
> > 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/~rhauch/kafka-2.6.0-rc2/
> >
> > * Maven artifacts to be voted upon:
> > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> >
> > * Javadoc:
> > https://home.apache.org/~rhauch/kafka-2.6.0-rc2/javadoc/
> >
> > * Tag to be voted upon (off 2.6 branch) is the 2.6.0 tag:
> > https://github.com/apache/kafka/releases/tag/2.6.0-rc2
> >
> > * Documentation:
> > https://kafka.apache.org/26/documentation.html
> >
> > * Protocol:
> > https://kafka.apache.org/26/protocol.html
> >
> > * Successful Jenkins builds for the 2.6 branch:
> > Unit/integration tests:
> https://builds.apache.org/job/kafka-2.6-jdk8/101/
> > System tests: (link to follow)
> >
> >
> > Thanks,
> > Randall Hauch
> >
>
>
> --
> Gwen Shapira
> Engineering Manager | Confluent
> 650.450.2760 | @gwenshap
> Follow us: Twitter | blog
>

Re: [VOTE] 2.6.0 RC2

Posted by Gwen Shapira <gw...@confluent.io>.
Thank you, Randall for driving this release.

+1 (binding) after verifying signatures and hashes, building from sources,
running unit/integration tests and some manual tests with the 2.13 build.

Two minor things:
1. There were two sitedoc files - 2.12 and 2.13, we don't really need two
sitedocs generated. Not a big deal, but maybe worth tracking and fixing.
2. I got one test failure locally:

org.apache.kafka.trogdor.agent.AgentTest.testAgentGetStatus failed, log
available in
/Users/gwenshap/releases/2.6.0-rc2/kafka-2.6.0-src/tools/build/reports/testOutput/org.apache.kafka.trogdor.agent.AgentTest.testAgentGetStatus.test.stdout

org.apache.kafka.trogdor.agent.AgentTest > testAgentGetStatus FAILED
    java.lang.RuntimeException:
        at
org.apache.kafka.trogdor.rest.RestExceptionMapper.toException(RestExceptionMapper.java:69)
        at
org.apache.kafka.trogdor.rest.JsonRestServer$HttpResponse.body(JsonRestServer.java:285)
        at
org.apache.kafka.trogdor.agent.AgentClient.status(AgentClient.java:130)
        at
org.apache.kafka.trogdor.agent.AgentTest.testAgentGetStatus(AgentTest.java:115)

Gwen

On Tue, Jul 28, 2020 at 2:50 PM Randall Hauch <rh...@apache.org> wrote:

> Hello Kafka users, developers and client-developers,
>
> This is the third candidate for release of Apache Kafka 2.6.0. This is a
> major release that includes many new features, including:
>
> * TLSv1.3 has been enabled by default for Java 11 or newer.
> * Smooth scaling out of Kafka Streams applications
> * Kafka Streams support for emit on change
> * New metrics for better operational insight
> * Kafka Connect can automatically create topics for source connectors
> * Improved error reporting options for sink connectors in Kafka Connect
> * New Filter and conditional SMTs in Kafka Connect
> * The default value for the `client.dns.lookup` configuration is
> now `use_all_dns_ips`
> * Upgrade Zookeeper to 3.5.8
>
> This release also includes a few other features, 74 improvements, 175 bug
> fixes, plus other fixes.
>
> Release notes for the 2.6.0 release:
> https://home.apache.org/~rhauch/kafka-2.6.0-rc2/RELEASE_NOTES.html
>
> *** Please download, test and vote by Monday, August 3, 9am PT
>
> 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/~rhauch/kafka-2.6.0-rc2/
>
> * Maven artifacts to be voted upon:
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
>
> * Javadoc:
> https://home.apache.org/~rhauch/kafka-2.6.0-rc2/javadoc/
>
> * Tag to be voted upon (off 2.6 branch) is the 2.6.0 tag:
> https://github.com/apache/kafka/releases/tag/2.6.0-rc2
>
> * Documentation:
> https://kafka.apache.org/26/documentation.html
>
> * Protocol:
> https://kafka.apache.org/26/protocol.html
>
> * Successful Jenkins builds for the 2.6 branch:
> Unit/integration tests: https://builds.apache.org/job/kafka-2.6-jdk8/101/
> System tests: (link to follow)
>
>
> Thanks,
> Randall Hauch
>


-- 
Gwen Shapira
Engineering Manager | Confluent
650.450.2760 | @gwenshap
Follow us: Twitter | blog

Re: [VOTE] 2.6.0 RC2

Posted by Gwen Shapira <gw...@confluent.io>.
Thank you, Randall for driving this release.

+1 (binding) after verifying signatures and hashes, building from sources,
running unit/integration tests and some manual tests with the 2.13 build.

Two minor things:
1. There were two sitedoc files - 2.12 and 2.13, we don't really need two
sitedocs generated. Not a big deal, but maybe worth tracking and fixing.
2. I got one test failure locally:

org.apache.kafka.trogdor.agent.AgentTest.testAgentGetStatus failed, log
available in
/Users/gwenshap/releases/2.6.0-rc2/kafka-2.6.0-src/tools/build/reports/testOutput/org.apache.kafka.trogdor.agent.AgentTest.testAgentGetStatus.test.stdout

org.apache.kafka.trogdor.agent.AgentTest > testAgentGetStatus FAILED
    java.lang.RuntimeException:
        at
org.apache.kafka.trogdor.rest.RestExceptionMapper.toException(RestExceptionMapper.java:69)
        at
org.apache.kafka.trogdor.rest.JsonRestServer$HttpResponse.body(JsonRestServer.java:285)
        at
org.apache.kafka.trogdor.agent.AgentClient.status(AgentClient.java:130)
        at
org.apache.kafka.trogdor.agent.AgentTest.testAgentGetStatus(AgentTest.java:115)

Gwen

On Tue, Jul 28, 2020 at 2:50 PM Randall Hauch <rh...@apache.org> wrote:

> Hello Kafka users, developers and client-developers,
>
> This is the third candidate for release of Apache Kafka 2.6.0. This is a
> major release that includes many new features, including:
>
> * TLSv1.3 has been enabled by default for Java 11 or newer.
> * Smooth scaling out of Kafka Streams applications
> * Kafka Streams support for emit on change
> * New metrics for better operational insight
> * Kafka Connect can automatically create topics for source connectors
> * Improved error reporting options for sink connectors in Kafka Connect
> * New Filter and conditional SMTs in Kafka Connect
> * The default value for the `client.dns.lookup` configuration is
> now `use_all_dns_ips`
> * Upgrade Zookeeper to 3.5.8
>
> This release also includes a few other features, 74 improvements, 175 bug
> fixes, plus other fixes.
>
> Release notes for the 2.6.0 release:
> https://home.apache.org/~rhauch/kafka-2.6.0-rc2/RELEASE_NOTES.html
>
> *** Please download, test and vote by Monday, August 3, 9am PT
>
> 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/~rhauch/kafka-2.6.0-rc2/
>
> * Maven artifacts to be voted upon:
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
>
> * Javadoc:
> https://home.apache.org/~rhauch/kafka-2.6.0-rc2/javadoc/
>
> * Tag to be voted upon (off 2.6 branch) is the 2.6.0 tag:
> https://github.com/apache/kafka/releases/tag/2.6.0-rc2
>
> * Documentation:
> https://kafka.apache.org/26/documentation.html
>
> * Protocol:
> https://kafka.apache.org/26/protocol.html
>
> * Successful Jenkins builds for the 2.6 branch:
> Unit/integration tests: https://builds.apache.org/job/kafka-2.6-jdk8/101/
> System tests: (link to follow)
>
>
> Thanks,
> Randall Hauch
>


-- 
Gwen Shapira
Engineering Manager | Confluent
650.450.2760 | @gwenshap
Follow us: Twitter | blog

Re: [VOTE] 2.6.0 RC2

Posted by Randall Hauch <rh...@apache.org>.
+1 (non-binding)

I'm closing the vote since this has met the release criteria.

Randall

On Mon, Aug 3, 2020 at 2:57 AM Ismael Juma <is...@juma.me.uk> wrote:

> +1 (binding), verified signatures, ran the tests on the source archive with
> Scala 2.13 and Java 14 and verified the quickstart with the source archive
> and Scala 2.13 binary archive.
>
> Thanks,
> Ismael
>
> On Tue, Jul 28, 2020, 2:52 PM Randall Hauch <rh...@apache.org> wrote:
>
> > Hello Kafka users, developers and client-developers,
> >
> > This is the third candidate for release of Apache Kafka 2.6.0. This is a
> > major release that includes many new features, including:
> >
> > * TLSv1.3 has been enabled by default for Java 11 or newer.
> > * Smooth scaling out of Kafka Streams applications
> > * Kafka Streams support for emit on change
> > * New metrics for better operational insight
> > * Kafka Connect can automatically create topics for source connectors
> > * Improved error reporting options for sink connectors in Kafka Connect
> > * New Filter and conditional SMTs in Kafka Connect
> > * The default value for the `client.dns.lookup` configuration is
> > now `use_all_dns_ips`
> > * Upgrade Zookeeper to 3.5.8
> >
> > This release also includes a few other features, 74 improvements, 175 bug
> > fixes, plus other fixes.
> >
> > Release notes for the 2.6.0 release:
> > https://home.apache.org/~rhauch/kafka-2.6.0-rc2/RELEASE_NOTES.html
> >
> > *** Please download, test and vote by Monday, August 3, 9am PT
> >
> > 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/~rhauch/kafka-2.6.0-rc2/
> >
> > * Maven artifacts to be voted upon:
> > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> >
> > * Javadoc:
> > https://home.apache.org/~rhauch/kafka-2.6.0-rc2/javadoc/
> >
> > * Tag to be voted upon (off 2.6 branch) is the 2.6.0 tag:
> > https://github.com/apache/kafka/releases/tag/2.6.0-rc2
> >
> > * Documentation:
> > https://kafka.apache.org/26/documentation.html
> >
> > * Protocol:
> > https://kafka.apache.org/26/protocol.html
> >
> > * Successful Jenkins builds for the 2.6 branch:
> > Unit/integration tests:
> https://builds.apache.org/job/kafka-2.6-jdk8/101/
> > System tests: (link to follow)
> >
> >
> > Thanks,
> > Randall Hauch
> >
>

Re: [VOTE] 2.6.0 RC2

Posted by Randall Hauch <rh...@apache.org>.
+1 (non-binding)

I'm closing the vote since this has met the release criteria.

Randall

On Mon, Aug 3, 2020 at 2:57 AM Ismael Juma <is...@juma.me.uk> wrote:

> +1 (binding), verified signatures, ran the tests on the source archive with
> Scala 2.13 and Java 14 and verified the quickstart with the source archive
> and Scala 2.13 binary archive.
>
> Thanks,
> Ismael
>
> On Tue, Jul 28, 2020, 2:52 PM Randall Hauch <rh...@apache.org> wrote:
>
> > Hello Kafka users, developers and client-developers,
> >
> > This is the third candidate for release of Apache Kafka 2.6.0. This is a
> > major release that includes many new features, including:
> >
> > * TLSv1.3 has been enabled by default for Java 11 or newer.
> > * Smooth scaling out of Kafka Streams applications
> > * Kafka Streams support for emit on change
> > * New metrics for better operational insight
> > * Kafka Connect can automatically create topics for source connectors
> > * Improved error reporting options for sink connectors in Kafka Connect
> > * New Filter and conditional SMTs in Kafka Connect
> > * The default value for the `client.dns.lookup` configuration is
> > now `use_all_dns_ips`
> > * Upgrade Zookeeper to 3.5.8
> >
> > This release also includes a few other features, 74 improvements, 175 bug
> > fixes, plus other fixes.
> >
> > Release notes for the 2.6.0 release:
> > https://home.apache.org/~rhauch/kafka-2.6.0-rc2/RELEASE_NOTES.html
> >
> > *** Please download, test and vote by Monday, August 3, 9am PT
> >
> > 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/~rhauch/kafka-2.6.0-rc2/
> >
> > * Maven artifacts to be voted upon:
> > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> >
> > * Javadoc:
> > https://home.apache.org/~rhauch/kafka-2.6.0-rc2/javadoc/
> >
> > * Tag to be voted upon (off 2.6 branch) is the 2.6.0 tag:
> > https://github.com/apache/kafka/releases/tag/2.6.0-rc2
> >
> > * Documentation:
> > https://kafka.apache.org/26/documentation.html
> >
> > * Protocol:
> > https://kafka.apache.org/26/protocol.html
> >
> > * Successful Jenkins builds for the 2.6 branch:
> > Unit/integration tests:
> https://builds.apache.org/job/kafka-2.6-jdk8/101/
> > System tests: (link to follow)
> >
> >
> > Thanks,
> > Randall Hauch
> >
>

Re: [VOTE] 2.6.0 RC2

Posted by Ismael Juma <is...@juma.me.uk>.
+1 (binding), verified signatures, ran the tests on the source archive with
Scala 2.13 and Java 14 and verified the quickstart with the source archive
and Scala 2.13 binary archive.

Thanks,
Ismael

On Tue, Jul 28, 2020, 2:52 PM Randall Hauch <rh...@apache.org> wrote:

> Hello Kafka users, developers and client-developers,
>
> This is the third candidate for release of Apache Kafka 2.6.0. This is a
> major release that includes many new features, including:
>
> * TLSv1.3 has been enabled by default for Java 11 or newer.
> * Smooth scaling out of Kafka Streams applications
> * Kafka Streams support for emit on change
> * New metrics for better operational insight
> * Kafka Connect can automatically create topics for source connectors
> * Improved error reporting options for sink connectors in Kafka Connect
> * New Filter and conditional SMTs in Kafka Connect
> * The default value for the `client.dns.lookup` configuration is
> now `use_all_dns_ips`
> * Upgrade Zookeeper to 3.5.8
>
> This release also includes a few other features, 74 improvements, 175 bug
> fixes, plus other fixes.
>
> Release notes for the 2.6.0 release:
> https://home.apache.org/~rhauch/kafka-2.6.0-rc2/RELEASE_NOTES.html
>
> *** Please download, test and vote by Monday, August 3, 9am PT
>
> 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/~rhauch/kafka-2.6.0-rc2/
>
> * Maven artifacts to be voted upon:
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
>
> * Javadoc:
> https://home.apache.org/~rhauch/kafka-2.6.0-rc2/javadoc/
>
> * Tag to be voted upon (off 2.6 branch) is the 2.6.0 tag:
> https://github.com/apache/kafka/releases/tag/2.6.0-rc2
>
> * Documentation:
> https://kafka.apache.org/26/documentation.html
>
> * Protocol:
> https://kafka.apache.org/26/protocol.html
>
> * Successful Jenkins builds for the 2.6 branch:
> Unit/integration tests: https://builds.apache.org/job/kafka-2.6-jdk8/101/
> System tests: (link to follow)
>
>
> Thanks,
> Randall Hauch
>

Re: [VOTE] 2.6.0 RC2

Posted by Ismael Juma <is...@juma.me.uk>.
+1 (binding), verified signatures, ran the tests on the source archive with
Scala 2.13 and Java 14 and verified the quickstart with the source archive
and Scala 2.13 binary archive.

Thanks,
Ismael

On Tue, Jul 28, 2020, 2:52 PM Randall Hauch <rh...@apache.org> wrote:

> Hello Kafka users, developers and client-developers,
>
> This is the third candidate for release of Apache Kafka 2.6.0. This is a
> major release that includes many new features, including:
>
> * TLSv1.3 has been enabled by default for Java 11 or newer.
> * Smooth scaling out of Kafka Streams applications
> * Kafka Streams support for emit on change
> * New metrics for better operational insight
> * Kafka Connect can automatically create topics for source connectors
> * Improved error reporting options for sink connectors in Kafka Connect
> * New Filter and conditional SMTs in Kafka Connect
> * The default value for the `client.dns.lookup` configuration is
> now `use_all_dns_ips`
> * Upgrade Zookeeper to 3.5.8
>
> This release also includes a few other features, 74 improvements, 175 bug
> fixes, plus other fixes.
>
> Release notes for the 2.6.0 release:
> https://home.apache.org/~rhauch/kafka-2.6.0-rc2/RELEASE_NOTES.html
>
> *** Please download, test and vote by Monday, August 3, 9am PT
>
> 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/~rhauch/kafka-2.6.0-rc2/
>
> * Maven artifacts to be voted upon:
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
>
> * Javadoc:
> https://home.apache.org/~rhauch/kafka-2.6.0-rc2/javadoc/
>
> * Tag to be voted upon (off 2.6 branch) is the 2.6.0 tag:
> https://github.com/apache/kafka/releases/tag/2.6.0-rc2
>
> * Documentation:
> https://kafka.apache.org/26/documentation.html
>
> * Protocol:
> https://kafka.apache.org/26/protocol.html
>
> * Successful Jenkins builds for the 2.6 branch:
> Unit/integration tests: https://builds.apache.org/job/kafka-2.6-jdk8/101/
> System tests: (link to follow)
>
>
> Thanks,
> Randall Hauch
>