chenyuzhi459 commented on code in PR #20782:
URL: https://github.com/apache/flink/pull/20782#discussion_r970826122


##########
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointStatsTracker.java:
##########
@@ -327,6 +327,9 @@ public void reportIncompleteStats(
     static final String LATEST_COMPLETED_CHECKPOINT_EXTERNAL_PATH_METRIC =
             "lastCheckpointExternalPath";
 
+    @VisibleForTesting
+    static final String LATEST_COMPLETED_CHECKPOINT_ID_METRIC = 
"lastCheckpointId";

Review Comment:
   Thanks for your advice! I have changed it



-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to