Re: [VOTE] 2.4.0 RC0

2019-11-19 Thread Manikumar
Hi All, Thanks you for testing RC0. The following blocker issues were fixed after RC0. https://issues.apache.org/jira/browse/KAFKA-9196 https://github.com/apache/kafka/pull/7691 I am canceling RC0 VOTE and will create new RC soon. Thanks, Manikumar On Thu, Nov 14, 2019 at 11:51 PM Manikumar w

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

2019-11-19 Thread Eric Lalonde
Hi all, Also seeing repeated failures of kafka.api.SaslPlainPlaintextConsumerTest > testCoordinatorFailover: kafka.api.SaslPlainPlaintextConsumerTest > testCoordinatorFailover FAILED java.lang.AssertionError: expected: but was: Given the nature of the error, it may be a timing issue in th

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

2019-11-18 Thread Matthias J. Sax
Fix via https://github.com/apache/kafka/pull/7707 Thanks for the quick fix Bruno! On 11/18/19 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. > >> On Nov 18, 2019, at 6:16 AM, Bruno Cadonna wrote: >> >> Hi

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

2019-11-18 Thread Vahid Hashemian
Thanks Bruno, Just to clarify, I ran the tests from the command line: ./gradlew streams:test Regards, --Vahid On Mon, 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 exp

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

2019-11-18 Thread Bruno Cadonna
Hi, ClientMetricsTest.shouldAddCommitIdMetric should only fail if executed from an IDE. The test fails because the test expects a file on the class path which is not there when the test is executed from the IDE, but is there when the test is executed from gradle. I will try to fix the test so that

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

2019-11-17 Thread Vahid Hashemian
Thanks Manikumar for managing this release. Looking forward to it. I built binary from the source and was able to successfully run the quickstarts. However, this streams unit test also fails for me constantly: ClientMetricsTest. shouldAddCommitIdMetric java.lang.AssertionError: Unexpected met

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

[VOTE] 2.4.0 RC0

2019-11-14 Thread Manikumar
Hello Kafka users, developers and client-developers, This is the first candidate for release of Apache Kafka 2.4.0. There is work in progress for couple blockers PRs. I am publishing RC0 to avoid further delays in testing the release. This release includes many new features, including: - Allow co