[jboss-jira] [JBoss JIRA] (WFLY-3633) controller client has a small memory leak as it's not cleaning up the ThreadGroup object

Tom Fonteyne (JIRA) issues at jboss.org
Wed Jul 16 06:50:34 EDT 2014


Tom Fonteyne created WFLY-3633:
----------------------------------

             Summary: controller client has a small memory leak as it's not cleaning up the ThreadGroup object
                 Key: WFLY-3633
                 URL: https://issues.jboss.org/browse/WFLY-3633
             Project: WildFly
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Domain Management
    Affects Versions: 9.0.0.Alpha1
            Reporter: Tom Fonteyne
            Assignee: Brian Stansberry
            Priority: Minor


org.jboss.as.controller.client.impl.ClientConfigurationImpl

052     static ExecutorService createDefaultExecutor() {
053         final ThreadGroup group = new ThreadGroup("management-client-thread");

The ThreadGroup is never cleaned up and creates a memory leak



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the jboss-jira mailing list