Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
2.8.0
-
None
Description
QuorumControllerMetrics is letting com.yammer.metrics.MetricName create the MBean names for all of the controller metrics, and that adds quotes. We have typically used KafkaMetricsGroup to explicitly create the MBean name, and we do not add quotes there. The controller metric names that are in common between the old and new controller must remain the same, but they are not. For example, this non-KRaft MBean name:
kafka.controller:type=KafkaController,name=OfflinePartitionsCount
has morphed into this when using KRaft:
"kafka.controller":type="KafkaController",name="OfflinePartitionsCount"
Attachments
Issue Links
- links to