You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/02/23 21:26:15 UTC

[GitHub] [kafka] chb2ab opened a new pull request #11799: KAFKA-13688: Fix a couple incorrect metrics in KafkaController

chb2ab opened a new pull request #11799:
URL: https://github.com/apache/kafka/pull/11799


   KAFKA-13688: This change removes unnecessary and incorrect set creations over the topics to be deleted during
   update metrics, computing both replicasToDeleteCount and ineligibleReplicasToDeleteCount in a single scan.
   Future metrics calculated over topics to be deleted should build on this scan for better performance.
   
   ### 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-unsubscribe@kafka.apache.org

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