Re: Subject: [VOTE] 2.4.1 RC0

2020-03-03 Thread Eric Lalonde
Hi, I ran: $ https://github.com/elalonde/kafka/blob/master/bin/verify-kafka-rc.sh 2.4.1 https://home.apache.org/~bbejeck/kafka-2.4.1-rc0 All checksums and signatures are g

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-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: [kafka-clients] [VOTE] 2.4.0 RC0

2019-11-19 Thread Eric Lalonde
sue in the test itself, but it is repeatable, so I thought I’d raise it. To reproduce: $ ./gradlew integrationTest > On Nov 18, 2019, at 11:02 AM, Eric Lalonde wrote: > > This test has been failing when executed from the command line. I have not > run this test in an IDE. >

Re: ClientsMetricsTest.shouldAddCommitIdMetric() failed on RC0 ...

2019-11-19 Thread Eric Lalonde
/2.4.0-rc0.zip > or > https://github.com/apache/kafka/archive/2.4.0-rc0.tar.gz > > If you used one of those and you ran into the failure my PR fixes the > failure. If not, please let me know so that I can fix it. > > Best, > Bruno > > On Tue, Nov 19, 2019 at 4:32 AM Eri

Re: ClientsMetricsTest.shouldAddCommitIdMetric() failed on RC0 ...

2019-11-18 Thread Eric Lalonde
Bruno, I tested using the 2.4.0 release candidate 0 artifacts. These were uploaded as part of seeking the open Kafka community feedback. On Mon, Nov 18, 2019 at 12:24 PM Bruno Cadonna wrote: > Hi Vahid and Eric, > > Thank you for your input. > > I suppose you both used the archive of the releas

Re: [kafka-clients] [VOTE] 2.4.0 RC0

2019-11-18 Thread Eric Lalonde
This test has been failing when executed from the command line. I have not run this test in an IDE. > On Nov 18, 2019, at 6:16 AM, Bruno Cadonna wrote: > > Hi, > > ClientMetricsTest.shouldAddCommitIdMetric should only fail if executed > from an IDE. The test fails because the test expects a f

Re: [VOTE] 2.4.0 RC0

2019-11-15 Thread Eric Lalonde
Hello, - all PGP signatures are good - All md5, sha1sums and sha512sums pass 2648 unit test pass, 1 failure (ran twice) ClientsMetricsTest.shouldAddCommitIdMetric Failed: Java.lang.AssertionError: Unexpected method call StreamsMetricsImpl.addClientLevelImmutableMetric("commit-id", "The vers

Re: Subject: [VOTE] 2.2.2 RC2

2019-11-06 Thread Eric Lalonde
Hello, In an effort to assist in the verification of release candidates, I have authored the following quick-and-dirty utility to help people verify release candidate artifacts: https://github.com/elalonde/kafka/blob/master/bin/verify-kafka-rc.sh