You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Gert Vanthienen (JIRA)" <ji...@apache.org> on 2008/08/21 15:33:53 UTC

[jira] Resolved: (SM-1518) Aggregator keeps a list of closed aggregations causing a slight memory leak

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

Gert Vanthienen resolved SM-1518.
---------------------------------

    Resolution: Fixed

Refactored AbstractAggregator to use a Store instead of a simple Map to hold closed aggregations and added an in-memory Store implementation with timeout.

Added TimeoutMemoryStore to SMX 3 in http://svn.eu.apache.org/viewvc?view=rev&revision=687746 and fixed AbstractAggregator in http://svn.eu.apache.org/viewvc?view=rev&revision=687751

Fixed for branch in http://svn.eu.apache.org/viewvc?view=rev&revision=687735 and http://svn.eu.apache.org/viewvc?view=rev&revision=687740 (CheckStyle ;) )

> Aggregator keeps a list of closed aggregations causing a slight memory leak
> ---------------------------------------------------------------------------
>
>                 Key: SM-1518
>                 URL: https://issues.apache.org/activemq/browse/SM-1518
>             Project: ServiceMix
>          Issue Type: Improvement
>          Components: servicemix-eip
>    Affects Versions: 3.2.2
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>            Priority: Minor
>             Fix For: 3.2.3, 3.3
>
>
> As explained in the javadoc:
> {code:java}
> TODO: keep list of closed aggregations for a certain time
> {code}

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