-
Notifications
You must be signed in to change notification settings - Fork 25.4k
Update get snapshot status API doc #111240
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
Update get snapshot status API doc #111240
Conversation
Documentation preview: |
Pinging @elastic/es-docs (Team:Docs) |
Pinging @elastic/es-distributed (Team:Distributed) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good but let's also adjust the corresponding comment to match:
Lines 335 to 336 in cfbda24
// Translating both PARTIAL and SUCCESS to SUCCESS for now | |
// TODO: add the differentiation on the metadata level in the next major release |
I've removed the TODO also. It doesn't seem like something that needs to be done. if that's not the case and you know a more concrete todo, let me know, I can add it back and add the v9 tag. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but let's backport this to 8.15 and 8.14 too.
@elasticmachine update branch |
Make it clear that this API should be used only if the detailed shard info is needed and only on ongoing snapshots. Remove incorrectly mentioned `STATE` value.
Make it clear that this API should be used only if the detailed shard info is needed and only on ongoing snapshots. Remove incorrectly mentioned `STATE` value.
Make it clear that this API should be used only if the detailed shard info is needed and only on ongoing snapshots. Remove incorrectly mentioned
STATE
value.