[jboss-jira] [JBoss JIRA] (AS7-3178) Memory leak in controller client

Stuart Douglas (Created) (JIRA) jira-events at lists.jboss.org
Tue Jan 3 23:29:09 EST 2012


Memory leak in controller client
--------------------------------

                 Key: AS7-3178
                 URL: https://issues.jboss.org/browse/AS7-3178
             Project: Application Server 7
          Issue Type: Bug
          Components: Domain Management
    Affects Versions: 7.1.0.CR1b
            Reporter: Stuart Douglas
            Assignee: Stuart Douglas
            Priority: Critical
             Fix For: 7.1.0.Final


org.jboss.as.protocol.mgmt.AbstractMessageHandler registers a close handler but does not remove it. This means that every message is retained in memory until the connection is closed. If the messages are large this can result in a significant leak (such as in the CDI TCK, where each message is holding onto the deployment bytes).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list