curcur commented on a change in pull request #13175: URL: https://github.com/apache/flink/pull/13175#discussion_r473569690
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinator.java ########## @@ -1293,7 +1293,7 @@ private boolean restoreLatestCheckpointedStateInternal( } } - LOG.info("Restoring job {} from latest valid checkpoint: {}.", job, latest); + LOG.info("Restoring job {} from checkpoint: {}.", job, latest); Review comment: That's a good idea! ---------------------------------------------------------------- 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