-
Notifications
You must be signed in to change notification settings - Fork 25.2k
SnapshotIT testCreateSnapshot failure in 6.8 CI #53509
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Pinging @elastic/es-distributed (:Distributed/Snapshot/Restore) |
This is the result of fairly unlikely race in our delete snapshot logic. The delete does two things before it runs the actual delete:
If the snapshot is in progress during the first check but finishes before the second check, we get a |
Retry here to work around the possible race between snapshot finalization and deletion. Closes elastic#53509
Retry here to work around the possible race between snapshot finalization and deletion. Closes #53509
Retry here to work around the possible race between snapshot finalization and deletion. Closes elastic#53509
Retry here to work around the possible race between snapshot finalization and deletion. Closes elastic#53509
Retry here to work around the possible race between snapshot finalization and deletion. Closes elastic#53509
The SnapshotIT#testCreateSnapshot test failed in 6.8 CI due to a missing snapshot. I was unable to reproduce the issue locally.
Reproduce line:
Build scan: https://gradle-enterprise.elastic.co/s/u3csmaokg7iak
The text was updated successfully, but these errors were encountered: