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 2019/10/03 20:58:00 UTC

[jira] [Commented] (KAFKA-8972) Reduce streams_broker_bounce_test.py#test_broker_type_bounce flakiness

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

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

abbccdda commented on pull request #7441: KAFKA-8972: fix flaky test_broker_type_bounce
URL: https://github.com/apache/kafka/pull/7441
 
 
   *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 to 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


> Reduce streams_broker_bounce_test.py#test_broker_type_bounce flakiness
> ----------------------------------------------------------------------
>
>                 Key: KAFKA-8972
>                 URL: https://issues.apache.org/jira/browse/KAFKA-8972
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Boyang Chen
>            Assignee: Boyang Chen
>            Priority: Major
>
> test `test_broker_type_bounce` could sometimes fail due to a task migrated exception by the end of test. This is because during cluster rolling bounce the member could timeout and be rejected from rejoining the group. A proper fix would be improving the resilience of stream client by making session timeout longer.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)