Re: [VOTE] 2.4.0 RC2

2019-12-04 Thread Manikumar
Hi all, We merged all the blockers and released a new release candidate RC3. Hopefully this will be a final RC for 2.4 release. Thanks, On Thu, Dec 5, 2019 at 6:56 AM Israel Ekpo wrote: > Thanks @Randall for the update. I will run the tests on RC3 when it becomes > available. > > On Wed, Dec

Re: [VOTE] 2.4.0 RC2

2019-12-04 Thread Israel Ekpo
Thanks @Randall for the update. I will run the tests on RC3 when it becomes available. On Wed, Dec 4, 2019 at 12:42 PM Randall Hauch wrote: > Ah, I merged https://issues.apache.org/jira/browse/KAFKA-9258 last night > and forgot to send an email to this thread. > > Thanks! > > Randall > > On Wed,

Re: [VOTE] 2.4.0 RC2

2019-12-04 Thread Randall Hauch
Ah, I merged https://issues.apache.org/jira/browse/KAFKA-9258 last night and forgot to send an email to this thread. Thanks! Randall On Wed, Dec 4, 2019 at 10:42 AM Eric Lalonde wrote: > > I have also shared a pull request for the changes I have made to the test > > script > > > > https://gith

Re: [VOTE] 2.4.0 RC2

2019-12-04 Thread Eric Lalonde
> I have also shared a pull request for the changes I have made to the test > script > > https://github.com/elalonde/kafka/pull/2 Thanks, this has been merged.

Re: [VOTE] 2.4.0 RC2

2019-12-03 Thread Israel Ekpo
Thanks Eric for sharing this test script. It simplifies the process for me. https://github.com/elalonde/kafka/blob/master/bin/verify-kafka-rc.sh I am in the process of setting up my local environment to start running the tests on 2.4.0 RC2 as well and I noticed the following artifacts are being v

Re: [VOTE] 2.4.0 RC2

2019-12-03 Thread John Roesler
Hi Manikumar, I've just resolved https://issues.apache.org/jira/browse/KAFKA-9231 . Sorry for the hold-up. Thanks, -John On Tue, Dec 3, 2019, at 10:27, Manikumar wrote: > Hi, > > Thank you all for reporting the issues. > > We'll consider the below JIRAs as blockers for 2.4.0 release. > https:

Re: [VOTE] 2.4.0 RC2

2019-12-03 Thread Manikumar
Hi, Thank you all for reporting the issues. We'll consider the below JIRAs as blockers for 2.4.0 release. https://issues.apache.org/jira/browse/KAFKA-9231 https://issues.apache.org/jira/browse/KAFKA-9258 https://issues.apache.org/jira/browse/KAFKA-9156 I will create new release candidate after m

Re: [VOTE] 2.4.0 RC2

2019-12-02 Thread Christopher Egerton
Hi all, I'd like to submit https://issues.apache.org/jira/browse/KAFKA-9258 for blocker consideration. This issue affects the Connect framework and causes a 500 error to be thrown from the REST API when restarting a task that has failed during startup, even after the connector has been reconfigure

Re: [VOTE] 2.4.0 RC2

2019-12-02 Thread Eric Lalonde
Hi all, I ran the following: $ git clone https://github.com/elalonde/kafka $ ./kafka/bin/verifykafka-rc.sh 2.4.0 https://home.apache.org/~manikumar/kafka-2.4.0-rc2 - All sha1, sha256 and md5 sums look go

Re: [VOTE] 2.4.0 RC2

2019-12-01 Thread Ismael Juma
We have a pull request for KAFKA-9156, which fixes a critical regression introduced in 2.3.0. I think we should include this in the next (and hopefully final) 2.4.0 RC. Ismael On Sat, Nov 30, 2019 at 12:31 PM John Roesler wrote: > Hello all, > > I hate to do this, but I've been running a soak t

Re: [VOTE] 2.4.0 RC2

2019-11-30 Thread John Roesler
Hello all, I hate to do this, but I've been running a soak test of Kafka Streams on 2.4 and uncovered a number of small bugs that lead to Streams losing threads until there are none left. This condition only arises when using EOS in a highly flaky networking environment. I've included a lot of

[VOTE] 2.4.0 RC2

2019-11-30 Thread Manikumar
Hello Kafka users, developers and client-developers, This is the third candidate for release of Apache Kafka 2.4.0. This release includes many new features, including: - Allow consumers to fetch from closest replica - Support for incremental cooperative rebalancing to the consumer rebalance proto