Colin McCabe created KAFKA-9506:
-----------------------------------
Summary: Fix JmxReporter corner cases and optimize
Key: KAFKA-9506
URL: https://issues.apache.org/jira/browse/KAFKA-9506
Project: Kafka
Issue Type: Improvement
Reporter: Colin McCabe
Assignee: Colin McCabe
Fix some inconsistencies in the case where multiple JmxReporter objects attempt
to claim a single mbean. Avoid holding a global lock when performing JMX
operations.
Finally, handle close better. Some calling code continues performing
operations after close, so close needs to clean up the internal state.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)