]
Dan Berindei updated ISPN-4633:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Local transaction not removed from transaction table after a size()
operation
-----------------------------------------------------------------------------
Key: ISPN-4633
URL:
https://issues.jboss.org/browse/ISPN-4633
Project: Infinispan
Issue Type: Bug
Components: Transactions
Affects Versions: 7.0.0.Beta1
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Fix For: 7.0.0.CR1
Executing cache.size() as the only operation during a transaction will leave behind a
LocalTransaction in the transaction table. This tx has not locked keys and will eventually
be removed by the reaper after a while. The same fix as for ISPN-4196 should be applied
for size().