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
48 stars 58 forks source link

[BUG] Indices deletion in leader cluster do not get replicated in follower cluster #1434

Open vivekkumar1008 opened 2 weeks ago

vivekkumar1008 commented 2 weeks ago

What is the bug? Deleting an index on the cluster leader does not get replicated in cluster follower.

How can one reproduce the bug? Steps to reproduce the behavior:

  1. Create an index on the cluster leader and add some documents
  2. Enable the cluster replication and wait until the index gets replicated to the follower.
  3. Delete index on the cluster leader
  4. Wait and check on cluster follower nothing gets replicated the same index still exist

What is the expected behavior? The deleted index on cluster leader should get delete in cluster follower.

What is your host/environment?

Do you have any screenshots? N/A

Do you have any additional context? Using Opensearch:1.3.9

dblock commented 1 day ago

[Catch All Triage - 1, 2, 3, 4, 5]