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 2017/02/01 18:10:51 UTC

[jira] [Commented] (KAFKA-4719) Timed out waiting for consumption in OffsetValidationTest.test_broker_failure

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

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

GitHub user hachikuji opened a pull request:

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

    KAFKA-4719: Consumption timeout should take into account producer request timeout

    

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

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

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

    https://github.com/apache/kafka/pull/2479.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 #2479
    
----
commit 3998babee83a91d8b00b3772ee3a4ef50828280b
Author: Jason Gustafson <ja...@confluent.io>
Date:   2017-02-01T17:04:58Z

    KAFKA-4719: Consumption timeout should take into account producer request timeout

----


> Timed out waiting for consumption in OffsetValidationTest.test_broker_failure
> -----------------------------------------------------------------------------
>
>                 Key: KAFKA-4719
>                 URL: https://issues.apache.org/jira/browse/KAFKA-4719
>             Project: Kafka
>          Issue Type: Bug
>          Components: system tests
>            Reporter: Jason Gustafson
>            Assignee: Jason Gustafson
>             Fix For: 0.10.2.0
>
>
> {code}
> ====================================================================================================
> test_id: kafkatest.tests.client.consumer_test.OffsetValidationTest.test_broker_failure.clean_shutdown=True.enable_autocommit=False
> status: FAIL
> run time: 1 minute 17.051 seconds
> Timed out waiting for consumption
> Traceback (most recent call last):
> File "/var/lib/jenkins/workspace/system-test-kafka-0.10.2/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-0.10.2/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-0.10.2/kafka/venv/local/lib/python2.7/site-packages/ducktape-0.6.0-py2.7.egg/ducktape/mark/_mark.py", line 321, in wrapper
> return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
> File "/var/lib/jenkins/workspace/system-test-kafka-0.10.2/kafka/tests/kafkatest/tests/client/consumer_test.py", line 221, in test_broker_failure
> self.await_consumed_messages(consumer, min_messages=1000)
> File "/var/lib/jenkins/workspace/system-test-kafka-0.10.2/kafka/tests/kafkatest/tests/verifiable_consumer_test.py", line 74, in await_consumed_messages
> err_msg="Timed out waiting for consumption")
> File "/var/lib/jenkins/workspace/system-test-kafka-0.10.2/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: Timed out waiting for consumption
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)