[ https://issues.apache.org/jira/browse/KAFKA-4166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15762516#comment-15762516 ]
Jason Gustafson commented on KAFKA-4166: ---------------------------------------- Seems like MM is taking a little too long to stop when using the old consumer. From the logs, it's bumping right up against the 10 second limit nearly every time. Maybe we can just bump that timeout to 30 seconds > TestMirrorMakerService.test_bounce transient system test failure > ---------------------------------------------------------------- > > Key: KAFKA-4166 > URL: https://issues.apache.org/jira/browse/KAFKA-4166 > Project: Kafka > Issue Type: Bug > Reporter: Ismael Juma > Assignee: Jason Gustafson > Labels: transient-system-test-failure > > We've only seen one failure so far and it's a timeout error so it could be an > environment issue. Filing it here so that we can track it in case there are > additional failures: > {code} > Module: kafkatest.tests.core.mirror_maker_test > Class: TestMirrorMakerService > Method: test_bounce > Arguments: > { > "clean_shutdown": true, > "new_consumer": true, > "security_protocol": "SASL_SSL" > } > {code} > > {code} > test_id: > 2016-09-12--001.kafkatest.tests.core.mirror_maker_test.TestMirrorMakerService.test_bounce.clean_shutdown=True.security_protocol=SASL_SSL.new_consumer=True > status: FAIL > run time: 3 minutes 30.354 seconds > > Traceback (most recent call last): > File > "/var/lib/jenkins/workspace/system-test-kafka/kafka/venv/local/lib/python2.7/site-packages/ducktape/tests/runner.py", > line 106, in run_all_tests > data = self.run_single_test() > File > "/var/lib/jenkins/workspace/system-test-kafka/kafka/venv/local/lib/python2.7/site-packages/ducktape/tests/runner.py", > line 162, in run_single_test > return self.current_test_context.function(self.current_test) > File > "/var/lib/jenkins/workspace/system-test-kafka/kafka/venv/local/lib/python2.7/site-packages/ducktape/mark/_mark.py", > line 331, in wrapper > return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs) > File > "/var/lib/jenkins/workspace/system-test-kafka/kafka/tests/kafkatest/tests/core/mirror_maker_test.py", > line 178, in test_bounce > self.run_produce_consume_validate(core_test_action=lambda: > self.bounce(clean_shutdown=clean_shutdown)) > File > "/var/lib/jenkins/workspace/system-test-kafka/kafka/tests/kafkatest/tests/produce_consume_validate.py", > line 79, in run_produce_consume_validate > raise e > TimeoutError > {code} > > http://confluent-kafka-system-test-results.s3-us-west-2.amazonaws.com/2016-09-12--001.1473700895--apache--trunk--a7ab9cb/TestMirrorMakerService/test_bounce/clean_shutdown=True.security_protocol=SASL_SSL.new_consumer=True.tgz -- This message was sent by Atlassian JIRA (v6.3.4#6332)