You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/01/14 11:23:17 UTC

[GitHub] [flink] dawidwys commented on a change in pull request #18141: [FLINK-25193][docs] Document restore mode

dawidwys commented on a change in pull request #18141:
URL: https://github.com/apache/flink/pull/18141#discussion_r784766836



##########
File path: docs/content/docs/ops/state/savepoints.md
##########
@@ -185,10 +185,86 @@ This submits a job and specifies a savepoint to resume from. You may give a path
 
 By default the resume operation will try to map all state of the savepoint back to the program you are restoring with. If you dropped an operator, you can allow to skip state that cannot be mapped to the new program via `--allowNonRestoredState` (short: `-n`) option:
 
+#### Restore mode

Review comment:
       I added proper cross references.




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org