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



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/SortMergeResultPartitionReadScheduler.java
##########
@@ -178,6 +185,23 @@ public synchronized void run() {
         return new ArrayDeque<>();
     }
 
+    @VisibleForTesting
+    void setRequestBufferDeadline(Deadline deadline) {
+        this.requestBufferDeadline = deadline;
+    }
+
+    @VisibleForTesting
+    Deadline getBufferRequestDeadline() {

Review comment:
       Fixed it. And this method is renamed as `getBufferRequestTimeoutTime`.




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