You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/10/30 04:44:00 UTC

[jira] [Commented] (KAFKA-7561) Console Consumer - system test fails

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

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

gardnervickers opened a new pull request #5853: KAFKA-7561: Increase stop_timeout_sec to make ConsoleConsumerTest pass
URL: https://github.com/apache/kafka/pull/5853
 
 
   KAFKA-7561: Increase stop_timeout_sec to make ConsoleConsumerTest pass
   https://issues.apache.org/jira/browse/KAFKA-7561
   Tests are failing in ducktape for the ConsoleConsumerTest. While the test itself is passing, 
   it ends up in a failed state due to the consumer failing to shutdown in time. This is blocking the 2.1 release currently and I would like to get it into the 2.1 branch.
   
   However I'm not sure why the consumer is taking extra time to shut down. Viewing the consumer logs did not show a large amount of time between starting and finishing shutdown in the passing case. I believe there is some extra time being introduced establishing the connection to the docker container. 
   
   *More detailed description of your change,
   if necessary. The PR title and PR message become
   the squashed commit message, so use a separate
   comment to ping reviewers.*
   
   *Summary of testing strategy (including rationale)
   for the feature or bug fix. Unit and/or integration
   tests are expected for any behaviour change and
   system tests should be considered for larger changes.*
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Console Consumer - system test fails
> ------------------------------------
>
>                 Key: KAFKA-7561
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7561
>             Project: Kafka
>          Issue Type: Bug
>    Affects Versions: 2.1.0
>            Reporter: Stanislav Kozlovski
>            Priority: Major
>
> The test under `kafkatest.sanity_checks.test_console_consumer.ConsoleConsumerTest.test_lifecycle` fails when I run it locally. 7 versions of the test failed for me and they all had a similar error message:
> {code:java}
> AssertionError: Node ducker@ducker11: did not stop within the specified timeout of 15 seconds
> {code}



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