Github user zhijiangW commented on a diff in the pull request:
https://github.com/apache/flink/pull/4533#discussion_r154560611
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/netty/PartitionRequestClient.java
---
@@ -167,6 +167,13 @@ public void operationComplete(ChannelFuture future)
throws Exception {
});
}
+ public void notifyCreditAvailable(RemoteInputChannel inputChannel) {
--- End diff --
It can not be accessed from `RemoteInputChannel` if make it private.---
