[infinispan-issues] [JBoss JIRA] Updated: (ISPN-1130) Eager locks acquired multiple times
Sanne Grinovero (JIRA)
jira-events at lists.jboss.org
Mon May 23 10:31:01 EDT 2011
[ https://issues.jboss.org/browse/ISPN-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sanne Grinovero updated ISPN-1130:
----------------------------------
Fix Version/s: 5.1.0.BETA1
5.1.0.Final
> 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: Manik Surtani
> 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: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list