[infinispan-issues] [JBoss JIRA] (ISPN-1127) Memory leak in CacheStoreInterceptor
RH Bugzilla Integration (JIRA)
issues at jboss.org
Thu Jan 30 01:41:28 EST 2014
[ https://issues.jboss.org/browse/ISPN-1127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
RH Bugzilla Integration updated ISPN-1127:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1059547
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list