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
I believe GET /_snapshot/_status and GET /_snapshot/{repository}/_status only return actively running snapshots, where as GET /_snapshot/{repository}/{snapshot}/_status returns the snapshot regardless of status. So I think it might just be that the snapshot completed between request 1. and 2..
Describe the bug
Coming from opensearch-project/opensearch-api-specification#756 we create a snapshot in
my-fs-repository
and are seeing the following.GET /_snapshot/_status
returns the snapshot.GET /_snapshot/{repository}/_status
immediately after sometimes does not.GET /_snapshot/my-fs-repository/my-test-snapshot/_status
immediately after returns the data as above.Related component
Storage:Snapshots
To Reproduce
tests/snapshot
rundocker compose up
npm run test:spec -- --tests tests/snapshot
Seems to be reproduced 75% of the time in CI.
Expected behavior
Consistent API behavior.
Additional Details
2.18
The text was updated successfully, but these errors were encountered: