[ https://issues.apache.org/jira/browse/KAFKA-5566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16078470#comment-16078470 ]
ASF GitHub Bot commented on KAFKA-5566: --------------------------------------- GitHub user mjsax opened a pull request: https://github.com/apache/kafka/pull/3504 KAFKA-5566: fixed race condition between flush and commit You can merge this pull request into a Git repository by running: $ git pull https://github.com/mjsax/kafka kafka-5566-queryable-state-test Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/3504.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3504 ---- commit cf6e5793bfc84a67955560b19a1f92d5fde37296 Author: Matthias J. Sax <matth...@confluent.io> Date: 2017-07-07T18:07:02Z KAFKA-5566: fixed race condition between flush and commit ---- > Instable test QueryableStateIntegrationTest.shouldAllowToQueryAfterThreadDied > ----------------------------------------------------------------------------- > > Key: KAFKA-5566 > URL: https://issues.apache.org/jira/browse/KAFKA-5566 > Project: Kafka > Issue Type: Bug > Components: streams, unit tests > Reporter: Matthias J. Sax > Assignee: Matthias J. Sax > Fix For: 0.11.0.1, 0.11.1.0 > > > This test failed about 4 times in the last 24h. Always the same stack trace > so far: > {noformat} > java.lang.AssertionError: Condition not met within timeout 30000. wait for > agg to be '123' > at org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:274) > at > org.apache.kafka.streams.integration.QueryableStateIntegrationTest.shouldAllowToQueryAfterThreadDied(QueryableStateIntegrationTest.java:793) > {noformat} -- This message was sent by Atlassian JIRA (v6.4.14#64029)