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

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

abbccdda commented on pull request #6666: KAFKA-8220: Avoid kicking out members 
through rebalance timeout
URL: https://github.com/apache/kafka/pull/6666
 
 
   To make consumer group members more persist, we want to avoid kick-out 
unjoined members through rebalance timeout. The only exception is when leader 
fails to join, because we will at risk of no assignment computed during sync 
stage. The choice will be kicking off non-responsive leader and choose a new 
leader if possible.
   
   ### 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:
us...@infra.apache.org


> Avoid kicking out members through rebalance timeout
> ---------------------------------------------------
>
>                 Key: KAFKA-8220
>                 URL: https://issues.apache.org/jira/browse/KAFKA-8220
>             Project: Kafka
>          Issue Type: Sub-task
>            Reporter: Boyang Chen
>            Assignee: Boyang Chen
>            Priority: Major
>
> As stated in KIP-345, we will no longer evict unjoined members out of the 
> group. We need to take care the edge case when the leader fails to rejoin and 
> switch to a new leader in this case.



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

Reply via email to