]
Pedro Zapata Fernandez updated ISPN-8676:
-----------------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
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
Priority: Major
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.