[ https://issues.apache.org/jira/browse/KAFKA-5566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16077953#comment-16077953 ]
ASF GitHub Bot commented on KAFKA-5566: --------------------------------------- GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/3500 KAFKA-5566: Atomic compare and set You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka hotfix-queryable-state Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/3500.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 #3500 ---- commit a7d94a26500fc279bb24ae5bdd5fb3b1292003ee Author: Eno Thereska <eno.there...@gmail.com> Date: 2017-07-07T10:59:07Z Atomic compare and set ---- > 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: Eno Thereska > > 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)