This is an automated email from the ASF dual-hosted git repository.
yingjie pushed a change to branch release-1.14
in repository https://gitbox.apache.org/repos/asf/flink.git.
from bfc108f [FLINK-25160][docs] Clarified purpose of
execution.checkpointing.tolerable-failed-checkpoints
new 936f1d7 [FLINK-24954][network] Refresh read buffer request timeout on
buffer recycling/requesting for sort-shuffle
new b1efd3b [hotfix] Fix typing errors for
SortMergeResultPartitionReadScheduler#createSubpartitionReader
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../io/disk/BatchShuffleReadBufferPool.java | 12 +++
.../partition/SortMergeResultPartition.java | 2 +-
.../SortMergeResultPartitionReadScheduler.java | 40 +++++--
.../io/disk/BatchShuffleReadBufferPoolTest.java | 28 +++++
.../SortMergeResultPartitionReadSchedulerTest.java | 119 +++++++++++++++++++--
5 files changed, 184 insertions(+), 17 deletions(-)