[infinispan-issues] [JBoss JIRA] (ISPN-2804) Memory Leak: TransactionTable never cleans up complete transactions

Adrian Nistor (JIRA) jira-events at lists.jboss.org
Thu Feb 7 10:30:51 EST 2013


     [ https://issues.jboss.org/browse/ISPN-2804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrian Nistor updated ISPN-2804:
--------------------------------

        Status: Resolved  (was: Pull Request Sent)
    Resolution: Done


Integrated. Thanks!
                
> 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, 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