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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]