[
https://issues.jboss.org/browse/ISPN-5037?page=com.atlassian.jira.plugin....
]
Dan Berindei reopened ISPN-5037:
--------------------------------
Assignee: (was: Dan Berindei)
I managed to reproduce it in the server, but only with
{{remote.withFlags(Flag.FORCE_RETURN_VALUE).put(k, v)}}. The default put operation never
sends the previous value back because it uses {{IGNORE_RETURN_VALUES}}, so I'm
reducing the priority.
Do not replicate value from backup owner
----------------------------------------
Key: ISPN-5037
URL:
https://issues.jboss.org/browse/ISPN-5037
Project: Infinispan
Issue Type: Enhancement
Components: Core
Reporter: Radim Vansa
Labels: 7.0
When a write is replicated from primary owner to backup owner, the backup owner returns
the old value. This is unnecessary as the primary owner ignores this value, and introduces
networking and marshalling overhead.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)