]
Pedro Ruivo updated ISPN-3982:
------------------------------
Git Pull Request:
TransactionTable leaks memory when JTS is activated
---------------------------------------------------
Key: ISPN-3982
URL:
https://issues.jboss.org/browse/ISPN-3982
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 5.2.7.Final
Reporter: Andrey Smirnov
Assignee: Pedro Ruivo
Fix For: 7.1.0.Alpha1, 6.0.3.Final, 5.2.11.Final
Attachments: 0001-ISPN-3982-fixed.patch.gz
JBoss EAP 6.2 uses jbossjts-jacorb as it's JTS implementation. In this component
com.arjuna.ats.internal.jta.transaction.jts.TransactionImple class has unstable hashCode
behaviour.
This causes mem-leak in TransactionTable when activating JTS.