This is an automated email from the ASF dual-hosted git repository.
guoweijie pushed a change to branch release-1.17
in repository https://gitbox.apache.org/repos/asf/flink.git
from 91dfb22e0bc [FLINK-31834][Azure] Free up disk space before caching
new 703a3f11ee6 [hotfix] Fix the link to a private field in other class.
new c838d68a9db [FLINK-31764][runtime] Introduce
getNumberOfRequestedMemorySegments and rename the old one to a more appropriate
name.
new 2edc003004d [FLINK-31764][runtime] Get rid of
numberOfRequestedOverdraftMemorySegments in LocalBufferPool.
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:
.../runtime/io/network/buffer/LocalBufferPool.java | 75 ++++++++--------------
.../io/network/buffer/NetworkBufferPool.java | 18 +++---
.../network/metrics/NettyShuffleMetricFactory.java | 2 +-
.../io/network/buffer/LocalBufferPoolTest.java | 24 ++++---
.../io/network/buffer/NetworkBufferPoolTest.java | 24 +++----
5 files changed, 64 insertions(+), 79 deletions(-)