[infinispan-issues] [JBoss JIRA] Assigned: (ISPN-1127) Memory leak in CacheStoreInterceptor
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Thu May 26 10:14:01 EDT 2011
[ https://issues.jboss.org/browse/ISPN-1127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreño reassigned ISPN-1127:
--------------------------------------
Assignee: Galder Zamarreño (was: Manik Surtani)
> Memory leak in CacheStoreInterceptor
> ------------------------------------
>
> Key: ISPN-1127
> URL: https://issues.jboss.org/browse/ISPN-1127
> Project: Infinispan
> Issue Type: Bug
> Components: Loaders and Stores
> Affects Versions: 4.2.1.FINAL, 5.0.0.CR3
> Reporter: Sergey Kondratyev
> Assignee: Galder Zamarreño
> Fix For: 5.0.0.CR4, 5.0.0.FINAL
>
> Attachments: test-leak.tar.bz2
>
>
> CacheStoreInterceptor leaks org.infinispan.transaction.xa.GlobalTransaction objects. Amount of live org.infinispan.transaction.xa.GlobalTransaction objects is climbing during cache work.
> It is possible due to two reasons:
> 1. when cache is in async replication mode entries from both txStores and preparingTxs are never deleted (maybe like JBCACHE-1454 ?).
> 2. when cache is in sync mode (I tested on dist sync mode), entries from preparingTxs are not deleted in commit method (in case no exceptions raise).
> So preparingTxs are never cleaned at all. Problem with txStores appears only with async mode.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list