Jason Gustafson created KAFKA-9553: -------------------------------------- Summary: Transaction state loading metric does not count total loading time Key: KAFKA-9553 URL: https://issues.apache.org/jira/browse/KAFKA-9553 Project: Kafka Issue Type: Bug Reporter: Jason Gustafson Assignee: Agam Brahma
KIP-484 added a metric to track total loading time for internal topics: https://cwiki.apache.org/confluence/display/KAFKA/KIP-484%3A+Expose+metrics+for+group+and+transaction+metadata+loading+duration. The value seems to be being updated incorrectly in TransactionStateManager. Rather than recording the total loading time, it records the loading separately after every read from the log. -- This message was sent by Atlassian Jira (v8.3.4#803005)