[
https://jira.jboss.org/jira/browse/JBCACHE-1482?page=com.atlassian.jira.p...
]
Manik Surtani commented on JBCACHE-1482:
----------------------------------------
Ok, well if you are willing to provide a patch for this and have run the tests and proved
that it doesn't break anything, I could look at including it and cutting a 2.2.2.GA.
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