[
https://issues.apache.org/jira/browse/KAFKA-9599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guozhang Wang resolved KAFKA-9599.
----------------------------------
Fix Version/s: 2.4.1
2.5.0
Resolution: Fixed
> create unique sensor to record group rebalance
> ----------------------------------------------
>
> Key: KAFKA-9599
> URL: https://issues.apache.org/jira/browse/KAFKA-9599
> Project: Kafka
> Issue Type: Bug
> Affects Versions: 2.4.0
> Reporter: Chia-Ping Tsai
> Assignee: Chia-Ping Tsai
> Priority: Major
> Fix For: 2.5.0, 2.4.1
>
>
> {code:scala}
> val offsetDeletionSensor = metrics.sensor("OffsetDeletions")
> ...
> val groupCompletedRebalanceSensor = metrics.sensor("OffsetDeletions")
> {code}
> the "offset deletion" and "group rebalance" should not be recorded by the
> same sensor since they are totally different.
> the code is introduced by KAFKA-8730
--
This message was sent by Atlassian Jira
(v8.3.4#803005)