pnowojski commented on issue #8811: [FLINK-12777][network] Support CheckpointBarrierHandler in StreamTwoInputSelectableProcessor URL: https://github.com/apache/flink/pull/8811#issuecomment-507180956 Re `InterruptedException` Actually, with your @StephanEwen new `BoundedBlockingSubpartitionReader` this is no longer needed, so technically speaking as a part of https://issues.apache.org/jira/browse/FLINK-12070 effort both `InterruptedException` and `IOException` could have been removed from the `ResultSubpartitionView#getNextBuffer` exception's list (and thanks to that from `InputGate#pollNext` as well). I've created a ticket for that: https://issues.apache.org/jira/browse/FLINK-13039
---------------------------------------------------------------- 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
