[ https://issues.apache.org/jira/browse/KAFKA-5063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16018135#comment-16018135 ]
Matthias J. Sax commented on KAFKA-5063: ---------------------------------------- [~damianguy] The error you report is a different stack trace, and it seems to have a different root cause. Maybe we should have a different Jira for this? Also, can you point to the build when this happened? The tool returned with error exit code and the exception should be in the logs: {noformat} } catch (final Throwable e) { exitCode = EXIT_CODE_ERROR; System.err.println("ERROR: " + e.getMessage()); } return extiCode; {noformat} Right now it's unclear what went wrong. > Flaky > ResetIntegrationTest.testReprocessingFromScratchAfterResetWithIntermediateUserTopic > ----------------------------------------------------------------------------------------- > > Key: KAFKA-5063 > URL: https://issues.apache.org/jira/browse/KAFKA-5063 > Project: Kafka > Issue Type: Bug > Components: streams, unit tests > Reporter: Matthias J. Sax > Assignee: Matthias J. Sax > Fix For: 0.11.0.0 > > > {noformat} > org.apache.kafka.streams.integration.ResetIntegrationTest > > testReprocessingFromScratchAfterResetWithIntermediateUserTopic FAILED > java.lang.AssertionError: > Expected: <[KeyValue(2983939126775, 1), KeyValue(2983939126815, 1), > KeyValue(2983939126835, 1), KeyValue(2983939126795, 1), > KeyValue(2983939126815, 1), KeyValue(2983939126855, 1), > KeyValue(2983939126835, 1), KeyValue(2983939126795, 1), > KeyValue(2983939126815, 2), KeyValue(2983939126835, 2), > KeyValue(2983939126855, 1), KeyValue(2983939126875, 1), > KeyValue(2983939126835, 2), KeyValue(2983939126855, 2), > KeyValue(2983939126895, 1), KeyValue(2983939126875, 1), > KeyValue(2983939126855, 2), KeyValue(2983939126875, 2), > KeyValue(2983939126895, 1), KeyValue(2983939126915, 1), > KeyValue(2983939126875, 2), KeyValue(2983939126895, 2), > KeyValue(2983939126915, 1), KeyValue(2983939126935, 1), > KeyValue(2983939126875, 3), KeyValue(2983939126895, 2), > KeyValue(2983939126915, 2), KeyValue(2983939126935, 1), > KeyValue(2983939126875, 3), KeyValue(2983939126895, 3), > KeyValue(2983939126915, 2), KeyValue(2983939126935, 2), > KeyValue(2983939126875, 4), KeyValue(2983939126895, 3), > KeyValue(2983939126915, 3), KeyValue(2983939126935, 2), > KeyValue(2983939126875, 4), KeyValue(2983939126895, 4), > KeyValue(2983939126915, 3), KeyValue(2983939126935, 3)]> > but: was <[KeyValue(2983939126775, 1), KeyValue(2983939126815, 1), > KeyValue(2983939126835, 1), KeyValue(2983939126795, 1), > KeyValue(2983939126815, 1), KeyValue(2983939126855, 1), > KeyValue(2983939126835, 1), KeyValue(2983939126795, 1), > KeyValue(2983939126815, 2), KeyValue(2983939126835, 2), > KeyValue(2983939126855, 1), KeyValue(2983939126875, 1), > KeyValue(2983939126835, 2), KeyValue(2983939126855, 2), > KeyValue(2983939126895, 1), KeyValue(2983939126875, 1), > KeyValue(2983939126855, 2), KeyValue(2983939126875, 2), > KeyValue(2983939126895, 1), KeyValue(2983939126915, 1), > KeyValue(2983939126875, 2), KeyValue(2983939126895, 2), > KeyValue(2983939126915, 1), KeyValue(2983939126935, 1), > KeyValue(2983939126875, 3), KeyValue(2983939126895, 2), > KeyValue(2983939126915, 2), KeyValue(2983939126935, 1), > KeyValue(2983939126875, 3), KeyValue(2983939126895, 3), > KeyValue(2983939126915, 2), KeyValue(2983939126935, 2), > KeyValue(2983939126875, 4)]> > at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) > at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8) > at > org.apache.kafka.streams.integration.ResetIntegrationTest.testReprocessingFromScratchAfterResetWithIntermediateUserTopic(ResetIntegrationTest.java:190) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.15#6346)