[jbosscache-issues] [JBoss JIRA] Updated: (JBCACHE-1482) ActivationInterceptor leaks memory

Manik Surtani (JIRA) jira-events at lists.jboss.org
Thu Feb 19 08:24:44 EST 2009


     [ https://jira.jboss.org/jira/browse/JBCACHE-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manik Surtani updated JBCACHE-1482:
-----------------------------------

    Fix Version/s: 2.2.2.GA
       Complexity: Low


> ActivationInterceptor leaks memory
> ----------------------------------
>
>                 Key: JBCACHE-1482
>                 URL: https://jira.jboss.org/jira/browse/JBCACHE-1482
>             Project: JBoss Cache
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Cache loaders
>    Affects Versions: 2.2.1.GA
>            Reporter: Krzysztof Sobolewski
>            Assignee: Manik Surtani
>             Fix For: 2.2.2.GA
>
>
> ActivationInterceptor in 2.2 branch has an ActivationModificationsBuilder, which in turn has a List<Modification> cacheLoaderModifications. This list is always added to and never removed from; I can see that there used to be a user of this list, but it's commented out (in CacheStoreInterceptor.handleCommitCommand()). The result is always increasing memory in passivation mode (under our normal load it fills up rather quickly).
> From what I can see, this list can be safely removed altogether, right?

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

        



More information about the jbosscache-issues mailing list