]
Adrian Nistor updated ISPN-2804:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
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
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: