[
https://issues.apache.org/jira/browse/KAFKA-15982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Jacot resolved KAFKA-15982.
---------------------------------
Resolution: Duplicate
Done in KAFKA-15870.
> Move GenericGroup state metrics to `GroupCoordinatorMetricsShard`
> -----------------------------------------------------------------
>
> Key: KAFKA-15982
> URL: https://issues.apache.org/jira/browse/KAFKA-15982
> Project: Kafka
> Issue Type: Sub-task
> Reporter: Jeff Kim
> Assignee: Jeff Kim
> Priority: Major
>
> Currently, the generic group state metrics exist inside
> `GroupCoordinatorMetrics` as global metrics. This causes issues as during
> unload, we need to traverse through all groups and decrement the group size
> counters.
> Move the generic group state metrics to the shard level so that when a
> partition is unloaded we automatically remove the counter.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)