yanghua 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_r284158429
########## 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: The files with pattern `xxx.zh.md` is copied for translating purpose. They will be translated into Chinese. So for the correctness, I think change both would be a good solution. ---------------------------------------------------------------- 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