]
Manik Surtani updated ISPN-1130:
--------------------------------
Assignee: Mircea Markus (was: Manik Surtani)
Do we still need this JIRA opened? Isn't it addressed by one of your lock refactoring
JIRAs? If so, please link to it and close this.
Eager locks acquired multiple times
-----------------------------------
Key: ISPN-1130
URL:
https://issues.jboss.org/browse/ISPN-1130
Project: Infinispan
Issue Type: Feature Request
Components: Transactions
Affects Versions: 4.2.1.FINAL
Reporter: Mircea Markus
Assignee: Mircea Markus
Labels: optimization
Fix For: 5.1.0.BETA1, 5.1.0.Final
If eager locking is enabled, a remote lock is acquired repeatedly.
e.g.
tx.begin()
cache.put(k,v); //rpc acquiring lock on "k"
...
cache.remove(k); // another rpc for acquiring lock on "k"
tx.commit();
the second rpc for acquiring lock is un-necessary.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: