[infinispan-issues] [JBoss JIRA] Updated: (ISPN-1130) Eager locks acquired multiple times

Manik Surtani (JIRA) jira-events at lists.jboss.org
Thu Jun 23 09:54:23 EDT 2011


     [ https://issues.jboss.org/browse/ISPN-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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: http://www.atlassian.com/software/jira

        


More information about the infinispan-issues mailing list