[ https://issues.apache.org/jira/browse/KAFKA-4575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15799820#comment-15799820 ]
ASF GitHub Bot commented on KAFKA-4575: --------------------------------------- GitHub user shikhar opened a pull request: https://github.com/apache/kafka/pull/2313 KAFKA-4575: ensure topic created before starting sink for ConnectDistributedTest.test_pause_resume_sink Otherwise in this test the sink task goes through the pause/resume cycle with 0 assigned partitions, since the default metadata refresh interval is quite long You can merge this pull request into a Git repository by running: $ git pull https://github.com/shikhar/kafka kafka-4575 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2313.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 #2313 ---- commit fdc2bb353de995ba09398d0851b934d3aee4570c Author: Shikhar Bhushan <shik...@confluent.io> Date: 2017-01-05T00:28:14Z KAFKA-4575: ensure topic created before starting sink for ConnectDistributedTest.test_pause_resume_sink Otherwise in this test the sink task goes through the pause/resume cycle with 0 assigned partitions, since the default metadata refresh interval is quite long ---- > Transient failure in ConnectDistributedTest.test_pause_and_resume_sink in > consuming messages after resuming sink connector > -------------------------------------------------------------------------------------------------------------------------- > > Key: KAFKA-4575 > URL: https://issues.apache.org/jira/browse/KAFKA-4575 > Project: Kafka > Issue Type: Test > Components: KafkaConnect, system tests > Reporter: Shikhar Bhushan > Assignee: Shikhar Bhushan > > http://confluent-kafka-system-test-results.s3-us-west-2.amazonaws.com/2016-12-29--001.1483003056--apache--trunk--dc55025/report.html > {noformat} > [INFO - 2016-12-29 08:56:23,050 - runner_client - log - lineno:221]: > RunnerClient: > kafkatest.tests.connect.connect_distributed_test.ConnectDistributedTest.test_pause_and_resume_sink: > Summary: Failed to consume messages after resuming source connector > Traceback (most recent call last): > File > "/var/lib/jenkins/workspace/system-test-kafka/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/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/kafka/tests/kafkatest/tests/connect/connect_distributed_test.py", > line 267, in test_pause_and_resume_sink > err_msg="Failed to consume messages after resuming source connector") > File > "/var/lib/jenkins/workspace/system-test-kafka/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: Failed to consume messages after resuming source connector > {noformat} > We recently fixed KAFKA-4527 and this is a new kind of failure in the same > test. -- This message was sent by Atlassian JIRA (v6.3.4#6332)