You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Hiram Chirino (JIRA)" <ji...@apache.org> on 2007/02/26 19:42:03 UTC

[jira] Resolved: (AMQ-847) Memory Leaks

     [ https://issues.apache.org/activemq/browse/AMQ-847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hiram Chirino resolved AMQ-847.
-------------------------------

    Resolution: Fixed

keeping this issue resolved since I think reported problem is a different bug.  Opened up AMQ-1177

> Memory Leaks
> ------------
>
>                 Key: AMQ-847
>                 URL: https://issues.apache.org/activemq/browse/AMQ-847
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>            Reporter: Hiram Chirino
>         Assigned To: Hiram Chirino
>             Fix For: 4.0.3
>
>
> 1) factoryStats in the connection factory was holding on to connections even when they are closed.
> 2) peer BrokerInfos were never removed even when the peer disconnected.
> 3) messages dispatched from a Queue would retain a referece to the client connection even after they had been acked.
> 4) ScheduledThreadPoolExecutor does not always seem to release references to canceled tasks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.