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_r400292082
##########
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),
Review comment:
nit: should be separate line for each argument
----------------------------------------------------------------
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