[ https://issues.apache.org/jira/browse/KAFKA-4744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Guozhang Wang resolved KAFKA-4744. ---------------------------------- Resolution: Fixed Issue resolved by pull request 2601 [https://github.com/apache/kafka/pull/2601] > Streams_bounce test failing occassionally > ----------------------------------------- > > Key: KAFKA-4744 > URL: https://issues.apache.org/jira/browse/KAFKA-4744 > Project: Kafka > Issue Type: Bug > Components: streams > Affects Versions: 0.10.2.0 > Reporter: Eno Thereska > Fix For: 0.10.3.0 > > > The test occasionally fails, e.g., in > https://jenkins.confluent.io/job/system-test-kafka/499/console. > The message is: > kafkatest.tests.streams.streams_bounce_test.StreamsBounceTest.test_bounce: > FAIL: Streams Test process on ubuntu@worker5 took too long to exit > Traceback (most recent call last): > File > "/var/lib/jenkins/workspace/system-test-kafka/kafka/venv/local/lib/python2.7/site-packages/ducktape-0.6.0-py2.7.egg/ducktape/tests/runner_client.py", > line 123, in run > data = self.run_test() > File > "/var/lib/jenkins/workspace/system-test-kafka/kafka/venv/local/lib/python2.7/site-packages/ducktape-0.6.0-py2.7.egg/ducktape/tests/runner_client.py", > line 176, in run_test > return self.test_context.function(self.test) > File > "/var/lib/jenkins/workspace/system-test-kafka/kafka/tests/kafkatest/tests/streams/streams_bounce_test.py", > line 72, in test_bounce > self.processor1.stop() > File > "/var/lib/jenkins/workspace/system-test-kafka/kafka/venv/local/lib/python2.7/site-packages/ducktape-0.6.0-py2.7.egg/ducktape/services/service.py", > line 255, in stop > self.stop_node(node) > File > "/var/lib/jenkins/workspace/system-test-kafka/kafka/tests/kafkatest/services/streams.py", > line 77, in stop_node > wait_until(lambda: not node.account.alive(pid), timeout_sec=60, > err_msg="Streams Test process on " + str(node.account) + " took too long to > exit") > File > "/var/lib/jenkins/workspace/system-test-kafka/kafka/venv/local/lib/python2.7/site-packages/ducktape-0.6.0-py2.7.egg/ducktape/utils/util.py", > line 36, in wait_until > raise TimeoutError(err_msg) > TimeoutError: Streams Test process on ubuntu@worker5 took too long to exit > Looking at the logs it looks like the test succeeded, so it might be that we > need to slightly increase the time we wait for. -- This message was sent by Atlassian JIRA (v6.3.15#6346)