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_r284147849
########## File path: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/CheckpointConfig.java ########## @@ -285,6 +288,24 @@ public boolean isExternalizedCheckpointsEnabled() { return externalizedCheckpointCleanup != null; } + /** + * Returns whether a job recovery should fallback to checkpoint when there is a savepoint later than checkpoint. Review comment: I would replace in all the docs : " when there is a savepoint later than checkpoint" with "when there is a more recent savepoint" ---------------------------------------------------------------- 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