gyfora commented on a change in pull request #8410: [FLINK-11159] Allow 
configuration whether to fall back to savepoints for restore
URL: https://github.com/apache/flink/pull/8410#discussion_r284147248
 
 

 ##########
 File path: docs/dev/stream/state/checkpointing.zh.md
 ##########
 @@ -76,6 +76,8 @@ Other parameters for checkpointing include:
 
   - *fail/continue task on checkpoint errors*: This determines if a task will 
be failed if an error occurs in the execution of the task's checkpoint 
procedure. This is the default behaviour. Alternatively, when this is disabled, 
the task will simply decline the checkpoint to the checkpoint coordinator and 
continue running.
 
+  - *is prefer checkpoint for recovery*: This determines if a job will 
fallback to checkpoint when there is a savepoint later than checkpoint.
 
 Review comment:
   I dont know what's the difference between the checkpointing.zh.md and 
checkpointing.md files, do we need to change both? 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to