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

Galder Zamarreño (Updated) (JIRA) jira-events at lists.jboss.org
Thu Oct 27 09:19:53 EDT 2011


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

Galder Zamarreño updated ISPN-1130:
-----------------------------------

    Fix Version/s: 5.1.0.BETA4
                       (was: 5.1.0.BETA3)

    
> Eager locks acquired multiple times
> -----------------------------------
>
>                 Key: ISPN-1130
>                 URL: https://issues.jboss.org/browse/ISPN-1130
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Transactions
>    Affects Versions: 4.2.1.FINAL
>            Reporter: Mircea Markus
>            Assignee: Mircea Markus
>            Priority: Critical
>              Labels: optimization
>             Fix For: 5.1.0.BETA4, 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the infinispan-issues mailing list