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 6034d5ff335 [FLINK-32974][client] Avoid creating a new temporary
directory every time for RestClusterClient
new 887c66a93cf [hotfix][network] Flush writing buffers when closing
HashSubpartitionBufferAccumulator of tiered storage
new b076c52d8da [FLINK-33044][network] Reduce the frequency of triggering
flush for the disk tier of tiered storage
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:
.../tiered/common/TieredStorageConfiguration.java | 10 ++++++
.../storage/HashSubpartitionBufferAccumulator.java | 1 +
.../hybrid/tiered/tier/disk/DiskCacheManager.java | 26 +++++++++++----
.../hybrid/tiered/tier/disk/DiskTierFactory.java | 5 +++
.../tiered/tier/disk/DiskTierProducerAgent.java | 2 ++
.../tiered/tier/disk/DiskCacheManagerTest.java | 37 ++++++++++++++++++++++
.../tier/disk/DiskTierProducerAgentTest.java | 1 +
7 files changed, 76 insertions(+), 6 deletions(-)