Rajini Sivaram created KAFKA-5968:
-------------------------------------
Summary: Remove all broker metrics during shutdown
Key: KAFKA-5968
URL: https://issues.apache.org/jira/browse/KAFKA-5968
Project: Kafka
Issue Type: Bug
Components: core
Reporter: Rajini Sivaram
Fix For: 1.1.0
RequestMetrics on the broker is currently a static variable, created when the
broker starts up, but the metrics are never removed. This makes it hard to test
broker metrics since there could be metrics left over from previous tests. We
should ensure that all metrics are cleared even for brokers.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)