StefanRRichter commented on a change in pull request #8826:
[FLINK-12479][operators] Integrate StreamInputProcessor(s) with mailbox
URL: https://github.com/apache/flink/pull/8826#discussion_r299005285
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/StreamTwoInputSelectableProcessor.java
##########
@@ -162,31 +176,43 @@ public boolean processInput() throws Exception {
if (recordOrMark != null) {
processElement1(recordOrMark,
input1.getLastChannel());
}
+ checkFinished(input1, lastReadInputIndex);
Review comment:
Similar question, could this be done only for the `recordOrMark == null`
case?
----------------------------------------------------------------
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