-
Bug
-
Resolution: Done
-
Major
-
1.1.3.Final, 3.0.1.Final
-
None
-
None
In JMX client application, every JMXConnectorFactory#connect() invocation creates a new ThreadGroup which is never reclaimed.
If a JMX client application lives for long periods of time and repeats to invoke JMXConnectorFactory#connect() and JMXConnector#close(), a lot of ThreadGroup instances are retained eventually.
- causes
-
REMJMX-166 IllegalThreadStateException after idle jmx connection
- Resolved
- is related to
-
REMJMX-168 JMX proxy connection is released sooner than the client asks for closing it
- Closed
- relates to
-
JBEAP-16685 [GSS](7.2.z) REMJMX-160 - Every JMXConnectorFactory#connect() creates a new ThreadGroup which is never reclaimed
- Closed
- links to