Jiayi-Liao commented on a change in pull request #13709:
URL: https://github.com/apache/flink/pull/13709#discussion_r509010157
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/ZooKeeperCompletedCheckpointStore.java
##########
@@ -143,6 +145,10 @@ public void recover() throws Exception {
int numberOfInitialCheckpoints = initialCheckpoints.size();
LOG.info("Found {} checkpoints in ZooKeeper.",
numberOfInitialCheckpoints);
+ if (haveAllDownloaded(initialCheckpoints)) {
+ LOG.info("All checkpoints found are already
downloaded.");
Review comment:
Also log the count of "All checkpoints" ?
----------------------------------------------------------------
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:
[email protected]