squah-confluent opened a new pull request, #20781:
URL: https://github.com/apache/kafka/pull/20781

   During reconciliation, we transition members to UNRELEASED_PARTITIONS
   when the target assignment contains a partition that is owned by another
   member. Partitions are considered owned by another member if they are in
   a member's assignment or partitions pending revocation. Ownership is
   only updated after reconciliation has finished.
       
   Fix a bug where we consider a partition owned by another member when it
   is actually in the current member's list of partitions pending
   revocation. In some cases, this skips a transition to
   UNRELEASED_PARTITIONS and allows the current assignment to converge to
   the target assignment one heartbeat sooner.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to