-
Notifications
You must be signed in to change notification settings - Fork 25k
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
Add Package Level Javadoc for Snapshot Clones #63217
Add Package Level Javadoc for Snapshot Clones #63217
Conversation
Adds package level JavaDoc for snapshot clones. Relates elastic#61839
Pinging @elastic/es-distributed (:Distributed/Snapshot/Restore) |
@@ -324,6 +324,8 @@ private static void ensureSnapshotNameNotRunning(List<SnapshotsInProgress.Entry> | |||
.collect(Collectors.toMap(IndexId::getName, Function.identity())); | |||
} | |||
|
|||
// TODO: It is worth revisiting the design choice of creating a placeholder entry in snapshots-in-progress here once we have a cache |
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.
Just a thought I had while writing this up. The placeholder logic might be questionable but we can easily remove it in a BwC manner like we did for snapshot create if want to in a follow-up so I'm not too worried here either.
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, very well written doc 👍
Thanks Tanguy! |
Adds package level JavaDoc for snapshot clones. Relates elastic#61839
Adds package level JavaDoc for snapshot clones.
Relates #61839