This is an automated email from the ASF dual-hosted git repository.
guoweijie pushed a change to branch release-1.18
in repository https://gitbox.apache.org/repos/asf/flink.git
from 9c1318ca7fa [FLINK-15736][docs] Add Java compatibility page
new 59368aedad9 [hotfix][network] Flush writing buffers when closing
HashSubpartitionBufferAccumulator of tiered storage
new 7997cf152cc [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(-)