zhijiangW commented on a change in pull request #11877:
URL: https://github.com/apache/flink/pull/11877#discussion_r422950710



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/consumer/RemoteInputChannel.java
##########
@@ -99,7 +100,7 @@
        /** The number of available buffers that have not been announced to the 
producer yet. */
        private final AtomicInteger unannouncedCredit = new AtomicInteger(0);
 
-       /** The number of required buffers that equals to sender's backlog plus 
initial credit. */
+       /** The number of buffers to requested that equals to unfulfilled 
sender's backlog. */
        @GuardedBy("bufferQueue")
        private int numRequiredBuffers;

Review comment:
       nit: might rename to `numRequiredFloatingBuffers` for better reflecting 
the current semantic.




----------------------------------------------------------------
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]


Reply via email to