rkhachatryan commented on a change in pull request #11948:
URL: https://github.com/apache/flink/pull/11948#discussion_r418035479



##########
File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/InputProcessorUtil.java
##########
@@ -108,18 +108,24 @@ private static CheckpointBarrierHandler 
createCheckpointBarrierHandler(
                        AbstractInvokable toNotifyOnCheckpoint) {
                switch (config.getCheckpointMode()) {
                        case EXACTLY_ONCE:
-                               if (config.isUnalignedCheckpointsEnabled()) {
-                                       return new CheckpointBarrierUnaligner(
-                                               
numberOfInputChannelsPerGate.toArray(),
-                                               channelStateWriter,
+                               return config.isUnalignedCheckpointsEnabled() ?

Review comment:
       Replied 
[above](https://github.com/apache/flink/pull/11948#discussion_r418034387).




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