Skip to content

Commit

Permalink
[hotfix][docs] Polish savepoint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Oct 4, 2018
1 parent 4d5b7ef commit 3d4af9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ops/state/savepoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Please follow <a href="https://issues.apache.org/jira/browse/FLINK-5778">FLINK-5
Note that if you use the `MemoryStateBackend`, metadata *and* savepoint state will be stored in the `_metadata` file. Since it is self-contained, you may move the file and restore from any location.

<div class="alert alert-warning">
<strong>Attention:</strong> It is discouraged to move or delete last savepoint of a running job, cause this might interfere with failure-recovery. Savepoints have side-effects on exactly-once sinks, therefore
<strong>Attention:</strong> It is discouraged to move or delete the last savepoint of a running job, because this might interfere with failure-recovery. Savepoints have side-effects on exactly-once sinks, therefore
to ensure exactly-once semantics, if there is no checkpoint after the last savepoint, the savepoint will be used for recovery.
</div>

Expand Down

0 comments on commit 3d4af9f

Please sign in to comment.