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

   With the state updater, the task manager needs also to look into the tasks 
owned by the state updater when computing the sum of offsets of the state. This 
sum of offsets is used by the high availability assignor to assign warm-up 
replicas.
   If the task manager does not take into account tasks in the state updater, a 
warm-up replica will never report back that the state for the corresponding 
task has caught up. Consequently, the warm-up replica will never be dismissed 
and probing rebalances will never end..
   
   ### 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