curcur commented on a change in pull request #14546:
URL: https://github.com/apache/flink/pull/14546#discussion_r551859021



##########
File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/SubtaskCheckpointCoordinatorImpl.java
##########
@@ -297,6 +297,11 @@ public void checkpointState(
         try {
             if (takeSnapshotSync(
                     snapshotFutures, metadata, metrics, options, 
operatorChain, isCanceled)) {
+                LOG.debug(
+                        "Is unaligned checkpoint for task {} : {}",

Review comment:
       I moved both the log and metrics update to the end of `takeSnapshotSync 
`.




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


Reply via email to