Jeff Kim created KAFKA-15981: -------------------------------- Summary: only record GenericGroup state metrics once per group during load Key: KAFKA-15981 URL: https://issues.apache.org/jira/browse/KAFKA-15981 Project: Kafka Issue Type: Sub-task Reporter: Jeff Kim Assignee: Jeff Kim
Currently, we increment generic group metrics whenever we create a new GenericGroup object while we load the partition. This is incorrect as the partition may contain several records for the same group if in the active segment or if the segment has not yet been compacted. Instead, increment the metrics for each group we successfully loaded. -- This message was sent by Atlassian Jira (v8.20.10#820010)