You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/09/02 20:27:21 UTC

[jira] [Commented] (KAFKA-3807) OffsetValidationTest - transient failure on test_broker_rolling_bounce

    [ https://issues.apache.org/jira/browse/KAFKA-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15459508#comment-15459508 ] 

ASF GitHub Bot commented on KAFKA-3807:
---------------------------------------

GitHub user hachikuji opened a pull request:

    https://github.com/apache/kafka/pull/1821

    KAFKA-3807: Fix transient test failure caused by race on future completion

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hachikuji/kafka KAFKA-3807

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/1821.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 #1821
    
----

----


> OffsetValidationTest - transient failure on test_broker_rolling_bounce
> ----------------------------------------------------------------------
>
>                 Key: KAFKA-3807
>                 URL: https://issues.apache.org/jira/browse/KAFKA-3807
>             Project: Kafka
>          Issue Type: Bug
>          Components: system tests
>            Reporter: Geoff Anderson
>            Assignee: Jason Gustafson
>
> {code}
> test_id:    2016-05-28--001.kafkatest.tests.client.consumer_test.OffsetValidationTest.test_broker_rolling_bounce
> status:     FAIL
> run time:   3 minutes 8.042 seconds
>     Broker rolling bounce caused 2 unexpected group rebalances
> Traceback (most recent call last):
>   File "/var/lib/jenkins/workspace/system-test-kafka/kafka/venv/local/lib/python2.7/site-packages/ducktape-0.5.1-py2.7.egg/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-0.5.1-py2.7.egg/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/tests/kafkatest/tests/client/consumer_test.py", line 108, in test_broker_rolling_bounce
>     "Broker rolling bounce caused %d unexpected group rebalances" % unexpected_rebalances
> AssertionError: Broker rolling bounce caused 2 unexpected group rebalances
> {code}
> http://confluent-kafka-system-test-results.s3-us-west-2.amazonaws.com/2016-05-28--001.1464455059--apache--trunk--7b7c4a7/report.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)