Udo Kohlmeyer created GEODE-10069:
-------------------------------------
Summary: WanCopyRegionCommand currently targets all members in
cluster
Key: GEODE-10069
URL: https://issues.apache.org/jira/browse/GEODE-10069
Project: Geode
Issue Type: Improvement
Components: wan
Affects Versions: 1.15.0, 1.16.0
Reporter: Udo Kohlmeyer
The current implementation of `WanCopyRegionCommand` will execute on all
members. This could possibly be improved by targeting a single member, which
then has the ability to determine if the wan copy functionality needs to run on
a single member (in the case of Replicate regions) or across multiple members
(in the case of Partitioned Regions).
In addition, initiating function also has the ability to invoke the function
using `onRegion` which then allows for the targeting of primary data only vs
the current implementation which (perceivably) targets primary and redundant
bucket data
--
This message was sent by Atlassian Jira
(v8.20.1#820001)