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
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
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
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
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
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
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
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
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