You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Colin McCabe (Jira)" <ji...@apache.org> on 2020/02/05 18:54:00 UTC

[jira] [Created] (KAFKA-9506) Fix JmxReporter corner cases and optimize

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)