You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by Jakov Varenina <ja...@est.tech> on 2022/04/06 13:18:01 UTC

WAN replication not working after re-creating the partitioned region

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

Re: WAN replication not working after re-creating the partitioned region

Posted by Jakov Varenina <ja...@est.tech>.
Hi devs,

This is just a kind reminder for the question in the below mail and new 
info the issue.

You can find the new PR on this link: 
https://github.com/apache/geode/pull/7623

Since this PR was just a documentation update, reviewers were not 
automatically assigned. Could somebody please check it?

Best Regards,
Jakov

On 06. 04. 2022. 15:18, Jakov Varenina wrote:
>
> 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
>