Re: [VOTE] 2.6.0 RC2

2020-08-04 Thread Randall Hauch
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 v

Re: [VOTE] 2.6.0 RC2

2020-08-03 Thread Randall Hauch
+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 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 >

Re: [VOTE] 2.6.0 RC2

2020-08-03 Thread Ismael Juma
+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 wrote: > Hello Kafka users, developers and client-deve

Re: [VOTE] 2.6.0 RC2

2020-08-01 Thread Randall Hauch
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

Re: [VOTE] 2.6.0 RC2

2020-08-01 Thread Randall Hauch
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 wrote: > Thank you, Randall for driving this release. > > +1 (binding) afte

Re: [VOTE] 2.6.0 RC2

2020-07-31 Thread Gwen Shapira
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 ge

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

2020-07-31 Thread Bill Bejeck
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 wrote: > Thanks, Rajini. > > Here's an update on the system tests. Unfortunately we've not yet

Re: [VOTE] 2.6.0 RC2

2020-07-31 Thread Randall Hauch
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 sugg

Re: [VOTE] 2.6.0 RC2

2020-07-31 Thread Rajini Sivaram
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 wrote: > Hello Kafka users, developers and client-deve

[VOTE] 2.6.0 RC2

2020-07-28 Thread Randall Hauch
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 *