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

   * Currently, `preferredReplicaImbalanceCount` calculation has a race that 
becomes negative when topic deletion is initiated simultaneously.
       * Please refer [KAFKA-13572's 
comment](https://issues.apache.org/jira/browse/KAFKA-13572?focusedCommentId=17566872&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17566872)
 for the details
   * This PR addresses the problem by fixing 
`cleanPreferredReplicaImbalanceMetric` to be called only once per 
topic-deletion procedure
   
   ### 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