Github user NicoK commented on a diff in the pull request: https://github.com/apache/flink/pull/4552#discussion_r157760482 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/netty/PartitionRequestClientHandler.java --- @@ -94,6 +98,15 @@ void cancelRequestFor(InputChannelID inputChannelId) { } } + void notifyCreditAvailable(final RemoteInputChannel inputChannel) { --- End diff -- please re-add the comment here, too
---