[infinispan-issues] [JBoss JIRA] (ISPN-317) when unsafeReturnValues is false, combine put, remove, replace, putIfAbsent, to pull back responses in 1 command
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Tue Jul 2 03:51:20 EDT 2013
[ https://issues.jboss.org/browse/ISPN-317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12786770#comment-12786770 ]
Mircea Markus commented on ISPN-317:
------------------------------------
this is already the case for non-transactional caches with the delegation model in place. For optimistic caches the optimisation cannot be performed as we only do the actual modification during prepare. So the scope of the optimisation is for pessimistic caches only.
> when unsafeReturnValues is false, combine put, remove, replace, putIfAbsent, to pull back responses in 1 command
> ----------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-317
> URL: https://issues.jboss.org/browse/ISPN-317
> Project: Infinispan
> Issue Type: Feature Request
> Affects Versions: 5.1.0.FINAL
> Reporter: Mircea Markus
> Assignee: Manik Surtani
>
> at the moment this is split in two operations: a remote get followed by an put. Optimize this to only reside in one operation.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list