You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Matthias J. Sax (JIRA)" <ji...@apache.org> on 2019/03/08 17:52:00 UTC

[jira] [Updated] (KAFKA-8070) System test ConsumerGroupCommandTest fails intermittently with SSL

     [ https://issues.apache.org/jira/browse/KAFKA-8070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias J. Sax updated KAFKA-8070:
-----------------------------------
    Fix Version/s:     (was: 2.2.1)
                   2.2.0

> System test ConsumerGroupCommandTest fails intermittently with SSL
> ------------------------------------------------------------------
>
>                 Key: KAFKA-8070
>                 URL: https://issues.apache.org/jira/browse/KAFKA-8070
>             Project: Kafka
>          Issue Type: Bug
>    Affects Versions: 2.2.0
>            Reporter: Rajini Sivaram
>            Assignee: Rajini Sivaram
>            Priority: Major
>             Fix For: 2.2.0, 2.3.0
>
>
> Same failure occurred in both ConsumerGroupCommandTest.test_describe_consumer_group and ConsumerGroupCommandTest.test_list_consumer_groups, both with SSL enabled. Looks like the consumer started up successfully in both cases, but took longer than the 10 second timeout.
> {noformat}
> Consumer was too slow to start
> Traceback (most recent call last):
>   File "/home/jenkins/workspace/system-test-kafka_2.2-WCMO537TEDQFHHUF4SVK33SPUR5AG4KSITCCNJIYFPKDZQWBEJOA/kafka/venv/local/lib/python2.7/site-packages/ducktape-0.7.5-py2.7.egg/ducktape/tests/runner_client.py", line 132, in run
>     data = self.run_test()
>   File "/home/jenkins/workspace/system-test-kafka_2.2-WCMO537TEDQFHHUF4SVK33SPUR5AG4KSITCCNJIYFPKDZQWBEJOA/kafka/venv/local/lib/python2.7/site-packages/ducktape-0.7.5-py2.7.egg/ducktape/tests/runner_client.py", line 189, in run_test
>     return self.test_context.function(self.test)
>   File "/home/jenkins/workspace/system-test-kafka_2.2-WCMO537TEDQFHHUF4SVK33SPUR5AG4KSITCCNJIYFPKDZQWBEJOA/kafka/venv/local/lib/python2.7/site-packages/ducktape-0.7.5-py2.7.egg/ducktape/mark/_mark.py", line 428, in wrapper
>     return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
>   File "/home/jenkins/workspace/system-test-kafka_2.2-WCMO537TEDQFHHUF4SVK33SPUR5AG4KSITCCNJIYFPKDZQWBEJOA/kafka/tests/kafkatest/tests/core/consumer_group_command_test.py", line 106, in test_describe_consumer_group
>     self.setup_and_verify(security_protocol, group="test-consumer-group")
>   File "/home/jenkins/workspace/system-test-kafka_2.2-WCMO537TEDQFHHUF4SVK33SPUR5AG4KSITCCNJIYFPKDZQWBEJOA/kafka/tests/kafkatest/tests/core/consumer_group_command_test.py", line 70, in setup_and_verify
>     timeout_sec=10, backoff_sec=.2, err_msg="Consumer was too slow to start")
>   File "/home/jenkins/workspace/system-test-kafka_2.2-WCMO537TEDQFHHUF4SVK33SPUR5AG4KSITCCNJIYFPKDZQWBEJOA/kafka/venv/local/lib/python2.7/site-packages/ducktape-0.7.5-py2.7.egg/ducktape/utils/util.py", line 41, in wait_until
>     raise TimeoutError(err_msg() if callable(err_msg) else err_msg)
> TimeoutError: Consumer was too slow to start
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)