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

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

Chia-Ping Tsai created KAFKA-9599:
-------------------------------------

             Summary: 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


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