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



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/PipelinedSubpartition.java
##########
@@ -70,6 +70,10 @@
        @GuardedBy("buffers")
        private int buffersInBacklog;
 
+       /** The number of non-event buffers to be announced to the downstream. 
*/
+       @GuardedBy("buffers")
+       private int unannouncedBacklog;

Review comment:
       The previous `buffersInBacklog` variable should be replaced by this new 
variable, to avoid maintaining two variables.




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