AHeise commented on a change in pull request #13562:
URL: https://github.com/apache/flink/pull/13562#discussion_r502233763



##########
File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/CheckpointBarrierAligner.java
##########
@@ -122,6 +122,8 @@ public void processBarrier(CheckpointBarrier 
receivedBarrier, InputChannelInfo c
                        if (barrierId > currentCheckpointId) {
                                // new checkpoint
                                currentCheckpointId = barrierId;
+                               
markCheckpointStart(receivedBarrier.getTimestamp());

Review comment:
       Could you add `fix`(or similar) to the commit message to make it clear 
that this currently broken.




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


Reply via email to