You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Guozhang Wang (Jira)" <ji...@apache.org> on 2020/02/24 16:04:00 UTC

[jira] [Commented] (KAFKA-9599) create unique sensor to record group rebalance

    [ https://issues.apache.org/jira/browse/KAFKA-9599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17043633#comment-17043633 ] 

Guozhang Wang commented on KAFKA-9599:
--------------------------------------

Thanks for catching this bug [~chia7712]! Please ping me when you have a PR ready.

> 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
>
> {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)