Aitozi commented on a change in pull request #8467: [FLINK-12535][network] Make
CheckpointBarrierHandler non-blocking
URL: https://github.com/apache/flink/pull/8467#discussion_r287607756
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/consumer/SingleInputGate.java
##########
@@ -494,12 +486,12 @@ public void requestPartitions() throws IOException,
InterruptedException {
//
------------------------------------------------------------------------
@Override
- public Optional<BufferOrEvent> getNextBufferOrEvent() throws
IOException, InterruptedException {
+ public Optional<BufferOrEvent> getNext() throws IOException,
InterruptedException {
return getNextBufferOrEvent(true);
Review comment:
I notice here still have a choice for blocking or non-blocking, I check the
code path, does this only used for the batch task?(just a question)
----------------------------------------------------------------
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