wsry commented on code in PR #20333:
URL: https://github.com/apache/flink/pull/20333#discussion_r940808314
##########
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/SortMergeResultPartitionReadScheduler.java:
##########
@@ -70,6 +71,17 @@ class SortMergeResultPartitionReadScheduler implements
Runnable, BufferRecycler
*/
private static final Duration DEFAULT_BUFFER_REQUEST_TIMEOUT =
Duration.ofMinutes(5);
+ /** Used to read buffers from file channel. */
Review Comment:
buffers -> buffer headers
--
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]