Open Jakob3xD opened 1 year ago
In addition: After deleting the repository and adding it back, everything works fine again and deleting a snapshot via another cluster does not brake it. Therefore another theory by me: Could this be related to cluster upgrades from some previous version to 2.5.0?
Describe the bug I have one snapshot s3 repository configured on two clusters. When deleting a snapshot on the first cluster the second cluster is sometimes no longer able to get any snapshot from its repository. Please note that I am not requesting a specific snapshot but the list of all existing snapshots:
The snapshot ID is as expected not present in the S3.
To Reproduce Steps to reproduce the behavior: The issue occurs from time to time and is not persistent reproduceable.
cluster-2
reindex
reindex
and wait for it to be completedreindex
6.1.GET _cat/snapshots/reindex?v&s=id
6.2.GET _snapshot/reindex/*
Expected behavior I would expect to see all existing snapshots without an exception being raised.
Plugins
Host/Environment (please complete the following information):
Additional context The index- file in the s3 correctly contains all present snapshots.
Is this file somehow cached by the plugin inside opensearch?