zhijiangW commented on a change in pull request #12617:
URL: https://github.com/apache/flink/pull/12617#discussion_r439197490



##########
File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/SubtaskCheckpointCoordinatorImpl.java
##########
@@ -253,7 +249,7 @@ public void checkpointState(
                // Step (2): Send the checkpoint barrier downstream
                operatorChain.broadcastEvent(
                        new CheckpointBarrier(metadata.getCheckpointId(), 
metadata.getTimestamp(), options),
-                       unalignedCheckpointEnabled);
+                       options.isUnalignedCheckpoint());

Review comment:
       nit: might seem more consistent if we either remove below 
`#includeChannelState` method or use that method in all the places.




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