opensearch-project / cross-cluster-replication

Synchronize your data across multiple clusters for lower latencies and higher availability
https://opensearch.org/docs/latest/replication-plugin/index/
Apache License 2.0
47 stars 58 forks source link

[BUG] Restore snapshot on a production index while configuring replication between production and dr #1338

Closed zalseryani closed 5 months ago

zalseryani commented 6 months ago

Describe the bug

I am assuming the following scenario:

Is there a best practice for such a case, because it might occur at the production site I appreciate your time and support.

Related component

Indexing:Replication

To Reproduce

Expected behavior

Additional Details

ankitkala commented 5 months ago

With snapshot restore, follower can't track the delta changes. You'll need to delete the follower index & restart the replication.