[infinispan-issues] [JBoss JIRA] (ISPN-1512) Optimisation: reduce the number of RPCs when using pessimistic locking

Galder Zamarreño (Updated) (JIRA) jira-events at lists.jboss.org
Wed Nov 9 12:48:47 EST 2011


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

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

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

    
> Optimisation: reduce the number of RPCs when using pessimistic locking
> ----------------------------------------------------------------------
>
>                 Key: ISPN-1512
>                 URL: https://issues.jboss.org/browse/ISPN-1512
>             Project: Infinispan
>          Issue Type: Feature Request
>    Affects Versions: 5.0.1.FINAL
>            Reporter: Mircea Markus
>            Assignee: Mircea Markus
>              Labels: transaction
>             Fix For: 5.1.0.BETA5
>
>
> Right now, with pessimistic locking:
> TransactionManager.begin()
> Object k = cache.put(k,v); //this performs two RPCs to same nodes: a ClusterGetCommand and an LockControlCommand.
> The two RPCs can be merged together.
> Whilst this is an optimisation, it is quite an important one as it has an major impact on performance on every put. 

--
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