wanglijie95 commented on a change in pull request #17905:
URL: https://github.com/apache/flink/pull/17905#discussion_r759343595
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/ResultPartition.java
##########
@@ -111,6 +111,14 @@
protected Counter numBuffersOut = new SimpleCounter();
+ /**
+ * The difference with {@link #numBytesOut} : numBytesProduced represents
the number of bytes
+ * actually produced, and numBytesOut represents the number of bytes sent
downstream tasks. In
Review comment:
Thanks for pointing it out.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]