Github user NicoK commented on a diff in the pull request:
https://github.com/apache/flink/pull/4509#discussion_r152239410
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/consumer/RemoteInputChannel.java
---
@@ -462,4 +554,42 @@ public String getMessage() {
expectedSequenceNumber, actualSequenceNumber);
}
}
+
+ private class AvailableBufferQueue {
--- End diff --
Please add some (small) description to the Javadoc of this class.---
