Github user NicoK commented on a diff in the pull request:

    https://github.com/apache/flink/pull/4533#discussion_r154673167
  
    --- 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 --
    
    yes, you're absolutely right - I missed that (important) one, sorry


---

Reply via email to