You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the bug?
We have seen in follower stats API, follower checkpoint is much ahead of leader checkpoint when shard replication task is reinitialized and there are no changes happening on that particular index.
How can one reproduce the bug?
Steps to reproduce the behavior:
Create Leader index and start the replication on follower domain
Add data on leader index and get it synced on follower domain
Bounce OpenSearch on one of the data node on which shard replication task is working
Check follower_stats API, It should have follower_checkpoint greater than leader_checkpoint
What is the expected behavior?
follower_stats API should return correct data
What is your host/environment?
OS: linux
Version OS_2.7
Plugins CCR
The text was updated successfully, but these errors were encountered:
What is the bug?
We have seen in follower stats API, follower checkpoint is much ahead of leader checkpoint when shard replication task is reinitialized and there are no changes happening on that particular index.
How can one reproduce the bug?
Steps to reproduce the behavior:
What is the expected behavior?
follower_stats API should return correct data
What is your host/environment?
The text was updated successfully, but these errors were encountered: