This is an automated email from the ASF dual-hosted git repository.
guoweijie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 9546f8243a2 [FLINK-32888] Handle hasNext() throwing
EndOfDataDecoderException
new 819ba92994a [FLINK-32770][network] Fix the inaccurate backlog number
of Hybrid Shuffle
new 66121c8486c [hotfix] Fix the inaccurate backlog number of Hybrid
Shuffle in legacy mode
new ed4937cbc0e [hotfix] Fix the deadlock of
DiskIOScheduler#sortScheduledReaders of Hybrid Shuffle
The 3 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:
.../network/partition/ResultSubpartitionView.java | 7 ++
.../io/network/partition/hybrid/HsDataView.java | 2 +-
.../HsSubpartitionConsumerMemoryDataManager.java | 28 ++++++-
.../hybrid/HsSubpartitionFileReaderImpl.java | 31 ++++++--
.../tiered/netty/NettyConnectionWriterImpl.java | 15 ++--
.../hybrid/tiered/netty/NettyPayloadManager.java | 79 ++++++++++++++++++++
.../netty/TieredStorageNettyServiceImpl.java | 12 ++-
.../netty/TieredStorageResultSubpartitionView.java | 86 +++++++++++++---------
.../hybrid/tiered/tier/disk/DiskIOScheduler.java | 14 ++--
.../hybrid/tiered/file/DiskIOSchedulerTest.java | 47 +++++++++++-
.../tiered/netty/NettyConnectionWriterTest.java | 16 ++--
.../TieredStorageResultSubpartitionViewTest.java | 48 ++++++------
12 files changed, 283 insertions(+), 102 deletions(-)
create mode 100644
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/hybrid/tiered/netty/NettyPayloadManager.java