[infinispan-issues] [JBoss JIRA] (ISPN-8676) Non-writing functional command should not go to backup
Radim Vansa (JIRA)
issues at jboss.org
Thu Jan 11 06:59:00 EST 2018
[ https://issues.jboss.org/browse/ISPN-8676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13513381#comment-13513381 ]
Radim Vansa commented on ISPN-8676:
-----------------------------------
As JCache uses read-write commands for reads, this needs to work at least for single-key commands (but without multi-key commands the {{getAll}} and sometimes {{invokeAll}} performance suffers).
> Non-writing functional command should not go to backup
> ------------------------------------------------------
>
> Key: ISPN-8676
> URL: https://issues.jboss.org/browse/ISPN-8676
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 9.2.0.Beta2
> Reporter: Radim Vansa
> Assignee: Radim Vansa
>
> When a functional read/write or write-only command results in the entry not being changed, the command should not be sent to the backup owner.
> Solving this for single entry is trivial (setting {{successful = false}}), the routing logic for multi-key commands is more complex.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list