Skip to content

Commit

Permalink
Update this comment, see elastic#47051
Browse files Browse the repository at this point in the history
  • Loading branch information
joegallo committed Sep 15, 2022
1 parent f50410e commit 780c6ce
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@
* is triggered for execution. It constructs a snapshot request and runs it as the user who originally set up the policy. The bulk of this
* logic is contained in the
* {@link org.elasticsearch.xpack.slm.SnapshotLifecycleTask#maybeTakeSnapshot(String, Client, ClusterService,
* SnapshotHistoryStore)} method. After a snapshot request has been submitted, it persists the result (success or failure) in a history
* store (an index), caching the latest success and failure information in the cluster state. It is important to note that this task
* fires the snapshot request off and forgets it; It does not wait until the entire snapshot completes. Any success or failure that this
* task sees will be from the initial submission of the snapshot request only.
* SnapshotHistoryStore)} method. After a snapshot request has been completed, it persists the result (success or failure) in a history
* store (an index), caching the latest success and failure information in the cluster state.
*/
package org.elasticsearch.xpack.slm;

Expand Down

0 comments on commit 780c6ce

Please sign in to comment.