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



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/ResultSubpartition.java
##########
@@ -158,11 +158,18 @@ public boolean add(BufferConsumer bufferConsumer) throws 
IOException {
                private final Buffer buffer;
                private final boolean isDataAvailable;
                private final int buffersInBacklog;
+               private final int unannouncedBacklog;

Review comment:
       `buffersInBacklog` and `unannouncedBacklog` should be retained only one 
finally.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to