Open harishbhakuni opened 5 months ago
We face the same issue on AWS OpenSearch service. Unfortunately this also seems to prevent domain upgrades, since the service tries to make a shallow snapshot first.
As a workaround, we needed to (re-) open and/or delete closed indices to be able to upgrade our domain.
Describe the bug
We recently found out a issue where shallow copy snapshots are failing for closed indices. However full copy snapshots succeeds for those indices.
For shallow copy snapshots, we refer latest remote store data and acquire a lock on that data. since the indices are closed no new data is being written to remote store which should get triggered as part of snapshot flush. this is causing snapshots to fail.
Related component
Storage:Snapshots
To Reproduce
Expected behavior
Snapshots should pass.
Additional Details
Plugins Please list all plugins currently enabled.
Screenshots If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context Add any other context about the problem here.