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

Krzysztof Sobolewski (JIRA) jira-events at lists.jboss.org
Thu Feb 19 07:33:44 EST 2009


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


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