You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jakov Varenina (Jira)" <ji...@apache.org> on 2022/09/06 12:59:00 UTC

[jira] [Resolved] (GEODE-10215) WAN replication not working after re-creating the partitioned region

     [ https://issues.apache.org/jira/browse/GEODE-10215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jakov Varenina resolved GEODE-10215.
------------------------------------
    Fix Version/s: 1.15.0
       Resolution: Fixed

> WAN replication not working after re-creating the partitioned region
> --------------------------------------------------------------------
>
>                 Key: GEODE-10215
>                 URL: https://issues.apache.org/jira/browse/GEODE-10215
>             Project: Geode
>          Issue Type: Bug
>            Reporter: Jakov Varenina
>            Assignee: Jakov Varenina
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.15.0
>
>
> Steps to reproduce the issue:
> Start multi-site with at least 3 servers on each site. If there are less than three servers then issue will not reproduce.
> Configuration site 1:
> {code:java}
> create disk-store --name=queue_disk_store --dir=ds2
> create gateway-sender -id="remote_site_2" --parallel="true" --remote-distributed-system-id="1"  -enable-persistence=true --disk-store-name=queue_disk_store
> create disk-store --name=data_disk_store --dir=ds1
> create region --name=example-region --type=PARTITION_PERSISTENT --gateway-sender-id="remote_site_2" --disk-store=data_disk_store --total-num-buckets=1103 --redundant-copies=1 --enable-synchronous-disk=false
> #Configure the remote site 2 with the region and the gateway-receiver  
> #Run some traffic so that all buckets are created and data is replicated to the other site
> alter region --name=/example-region --gateway-sender-id=""
> destroy region --name=/example-region
> create region --name=example-region --type=PARTITION_PERSISTENT --gateway-sender-id="remote_site_2" --disk-store=data_disk_store --total-num-buckets=1103 --redundant-copies=1 --enable-synchronous-disk=false
> #run traffic to see that some data is not replicated to the remote site 2 {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)