curcur commented on code in PR #20782:
URL: https://github.com/apache/flink/pull/20782#discussion_r969516786
##########
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:
"lastCheckpointId" ->"lastCompletedCheckpointId"
lastCheckpointId is different from lastCompletedCheckpointId
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]