JMX threads leak in NodeProbe
-----------------------------
Key: CASSANDRA-1665
URL: https://issues.apache.org/jira/browse/CASSANDRA-1665
Project: Cassandra
Issue Type: Bug
Components: Tools
Affects Versions: 0.7.0
Reporter: Bill Au
Priority: Minor
There is a JMX threads leak in NodeProbe. It creates and uses a JMXConnector
but never calls its close() method. I am working on a patch which add a
close() method to NodeProbe that calls JMXConnector.close().
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.