-
Notifications
You must be signed in to change notification settings - Fork 277
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
OpenSearch Snapshot's checksum is invalid #4291
Comments
[Untriage] For snapshots we can get the latest min artifact from the Adding @bbarani @peterzhuamazon |
Posted one of the solution to invalidate cloudfront on each upload here: #4262 (comment) |
That link to latest should be a redirect, not a direct download. In that case it would not fail checksum. |
@dblock The opensearch snapshots are stored in |
Is there an option to fix that instead? |
We can migrate the entire snapshots logic to But I see even better way is to publish the |
I think I got the reason behind why this happening. See the workflow here: https://build.ci.opensearch.org/blue/organizations/jenkins/publish-opensearch-min-snapshots/detail/publish-opensearch-min-snapshots/621/pipeline/63 Thanks! Regarding your query @prudhvigodithi we do have a request open to publish entire distribution here #2069 |
Hi @ciesiolka , The fix is in. Please observe the pattern for next few days and let us know if the issue continues to persist. If not, please feel free to close this issue. |
Closing this issue, feel free to reopen if you face the issue again. |
This issue was mentioned once in @3372, but since it is closed, I decided to open a new one.
Describe the bug
yarn run opensearch snapshot
command fails due to non-matching checksums.To reproduce
yarn run osd bootstrap
yarn run opensearch snapshot
Expected behavior
yarn run opensearch snapshot
command is executed successfully.Screenshots
see log output
Host / Environment
OpenSearch-Dashboard@3268e3722
Windows 10 x64
Additional context
None
Relevant log output
Originally posted by @ciesiolka in #3372 (comment)
The text was updated successfully, but these errors were encountered: