[infinispan-issues] [JBoss JIRA] (ISPN-1512) Optimisation: reduce the number of RPCs when using pessimistic locking
Manik Surtani (Updated) (JIRA)
jira-events at lists.jboss.org
Fri Nov 11 07:30:45 EST 2011
[ https://issues.jboss.org/browse/ISPN-1512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Manik Surtani updated ISPN-1512:
--------------------------------
Git Pull Request: https://github.com/infinispan/infinispan/pull/628 (was: https://github.com/infinispan/infinispan/pull/628)
Component/s: Transactions
> 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
> Components: Transactions
> Affects Versions: 5.0.1.FINAL
> Reporter: Mircea Markus
> Assignee: Mircea Markus
> Labels: transaction
> Fix For: 5.1.0.BETA5, 5.1.0.FINAL
>
>
> 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