[ https://issues.apache.org/jira/browse/KAFKA-4166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15762540#comment-15762540 ]
ASF GitHub Bot commented on KAFKA-4166: --------------------------------------- GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/2279 KAFKA-4166: Fix transient MM failure caused by slow old consumer shutdown You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka KAFKA-4166 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2279.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 #2279 ---- commit bb274738122fcea2d8540e9599436dfdbfda0b0c Author: Jason Gustafson <ja...@confluent.io> Date: 2016-12-19T22:46:02Z KAFKA-4166: Fix transient MM failure caused by slow old consumer shutdown ---- > 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)