Hi devs,
We have found one scenario where WAN replication is not working:
1. Create a parallel gateway sender and the region
2. Run some traffic so that all buckets are created
3. Alter region to remove the gateway sender (alter region
--name=/example-region --gateway-sender-id="")
4. Destroy the region
5. Recreate the region with the same gateway-sender created in step 1
6. Run some traffic to see that WAN replication is not working correctly
Is this a valid scenario?
You can find more information in this ticket:
https://issues.apache.org/jira/browse/GEODE-10215
and PR (contains the test case that reproduces the issue):
https://github.com/apache/geode/pull/7549
Best Regards,
Jakov