-
Bug
-
Resolution: Done
-
Major
-
5.1.6.FINAL, 5.2.0.Final
We noticed a memory leak in CacheStoreInterceptor where the "txStores" and "preparingTxs" maps get not cleaned up after a transaction is completed and org.infinispan.transaction.xa.GlobalTransaction objects accumulate in these maps.
This occurs in connection with transactional caches with pessimistic locking.
See attached test case.