[infinispan-issues] [JBoss JIRA] (ISPN-2804) Memory Leak: TransactionTable never cleans up complete transactions
Erik Salter (JIRA)
jira-events at lists.jboss.org
Wed Feb 6 22:20:51 EST 2013
Erik Salter created ISPN-2804:
---------------------------------
Summary: Memory Leak: TransactionTable never cleans up complete transactions
Key: ISPN-2804
URL: https://issues.jboss.org/browse/ISPN-2804
Project: Infinispan
Issue Type: Bug
Components: Transactions
Affects Versions: 5.2.0.Final
Reporter: Erik Salter
Assignee: Mircea Markus
When a transaction commits, we mark it as completed in markCompletedTransaction(). The issue is this map is never cleaned up -- there is no call to cleanupCompletedTransactions().
(Was this supposed to replace the StaleTransactionCleanupService?)
So the transaction (and address and UUID object) leak for every transaction, until the node OOMs.
--
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