Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-2804

Memory Leak: TransactionTable never cleans up complete transactions

XMLWordPrintable

      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.

              esalter@synamedia.com Erik Salter (Inactive)
              esalter@synamedia.com Erik Salter (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: