[
https://issues.jboss.org/browse/ISPN-8676?page=com.atlassian.jira.plugin....
]
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)