You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2006/09/11 14:56:23 UTC

[jira] Resolved: (SM-571) Memory leak in DeliveryChannelImpl

     [ https://issues.apache.org/activemq/browse/SM-571?page=all ]

Guillaume Nodet resolved SM-571.
--------------------------------

    Fix Version/s: 3.1
                   3.0
       Resolution: Fixed
         Assignee: Guillaume Nodet

Author: gnodet
Date: Mon Sep 11 05:54:49 2006
New Revision: 442201

URL: http://svn.apache.org/viewvc?view=rev&rev=442201
Log:
SM-571: Memory leak in DeliveryChannelImpl

Modified:
    incubator/servicemix/branches/servicemix-3.0/servicemix-core/src/main/java/org/apache/servicemix/jbi/messaging/DeliveryChannelImpl.java

Author: gnodet
Date: Mon Sep 11 05:56:05 2006
New Revision: 442202

URL: http://svn.apache.org/viewvc?view=rev&rev=442202
Log:
SM-571: Memory leak in DeliveryChannelImpl

Modified:
    incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/messaging/DeliveryChannelImpl.java



> Memory leak in DeliveryChannelImpl
> ----------------------------------
>
>                 Key: SM-571
>                 URL: https://issues.apache.org/activemq/browse/SM-571
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-core
>    Affects Versions: 3.0
>            Reporter: Marc Tremblay
>         Assigned To: Guillaume Nodet
>            Priority: Critical
>             Fix For: 3.1, 3.0
>
>         Attachments: patch.txt
>
>
> In sendSync(MessageExchange messageExchange, long timeout), MessageExchanges are put into the exchangesById Map using one key, but removal in the finally block is using a different key.
> I have attached a patch that I have verified to eliminate the memory leak described above.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira