TanYuxin-tyx commented on a change in pull request #17936:
URL: https://github.com/apache/flink/pull/17936#discussion_r773659490



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/SortMergeResultPartitionReadScheduler.java
##########
@@ -119,6 +119,12 @@
     @GuardedBy("lock")
     private volatile boolean isReleased;
 
+    /** Number of buffers recycled in the last loop. */
+    private long lastNumRecycledBuffers;

Review comment:
       This field has been changed to `lastBufferOperationTimestamp`.




-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to