smattheis commented on a change in pull request #18765:
URL: https://github.com/apache/flink/pull/18765#discussion_r812185484
##########
File path: docs/content/docs/ops/state/checkpoints.md
##########
@@ -175,6 +175,35 @@ above).
$ bin/flink run -s :checkpointMetaDataPath [:runArgs]
```
+### Checkpoint/Savepoint guarantees
+Not always the snapshot can be successfully restored.
Review comment:
A nice introductory sentence would be good and maybe a bit more
positive. :) E.g.:
"The ability to store and restore an application's state is an essential and
powerful feature of Flink. However, it also has limitations when it comes to
changes in the application or Flink configuration. The following table gives an
overview of capabilities and limitiations for the various types of savepoints
and checkpoints."
##########
File path: docs/content/docs/ops/state/checkpoints.md
##########
@@ -175,6 +175,35 @@ above).
$ bin/flink run -s :checkpointMetaDataPath [:runArgs]
```
+### Checkpoint/Savepoint guarantees
Review comment:
Should we combine it with the section "Difference to Savepoints"?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]