[infinispan-issues] [JBoss JIRA] (ISPN-2804) Memory Leak: TransactionTable never cleans up complete transactions
RH Bugzilla Integration (JIRA)
jira-events at lists.jboss.org
Fri Feb 15 05:04:57 EST 2013
[ https://issues.jboss.org/browse/ISPN-2804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12754359#comment-12754359 ]
RH Bugzilla Integration commented on ISPN-2804:
-----------------------------------------------
Tristan Tarrant <ttarrant at redhat.com> changed the Status of [bug 910768|https://bugzilla.redhat.com/show_bug.cgi?id=910768] from ASSIGNED to MODIFIED
> 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: Erik Salter
> Priority: Blocker
> Fix For: 5.2.1.Final, 5.3.0.Alpha1
>
>
> 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