zhijiangW commented on a change in pull request #11507: [FLINK-16587] Add basic
CheckpointBarrierHandler for unaligned checkpoint
URL: https://github.com/apache/flink/pull/11507#discussion_r400292238
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/StreamTwoInputProcessor.java
##########
@@ -109,13 +111,13 @@ public StreamTwoInputProcessor(
checkpointedInputGates[0],
inputSerializer1,
ioManager,
- new
StatusWatermarkValve(checkpointedInputGates[0].getNumberOfInputChannels(),
output1),
+ channelStateWriter, new
StatusWatermarkValve(checkpointedInputGates[0].getNumberOfInputChannels(),
output1),
0);
this.input2 = new StreamTaskNetworkInput<>(
checkpointedInputGates[1],
inputSerializer2,
ioManager,
- new
StatusWatermarkValve(checkpointedInputGates[1].getNumberOfInputChannels(),
output2),
+ channelStateWriter, new
StatusWatermarkValve(checkpointedInputGates[1].getNumberOfInputChannels(),
output2),
Review comment:
ditto: formatting
----------------------------------------------------------------
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]
With regards,
Apache Git Services