aiquestion opened a new pull request, #12349:
URL: https://github.com/apache/kafka/pull/12349

   I think this is introduce in 
https://issues.apache.org/jira/browse/KAFKA-13310.  
   
   
https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java#L752
   
   we didn't wait for client to receive commit offset response here, so 
onJoinPrepareAsyncCommitCompleted will be false in cooperative rebalance, and 
client will loop in invoking onJoinPrepare.
   
   i think EAGER mode don't have this problem because it will revoke the 
partitions even if onJoinPrepareAsyncCommitCompleted=false and will not try to 
commit next round.
   
   ### 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.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to