This is an automated email from the ASF dual-hosted git repository.

guoweijie pushed a change to branch release-1.16
in repository https://gitbox.apache.org/repos/asf/flink.git


    from a48e62bac81 [hotfix][Connectors/AWS][docs] Updating AWS docs branch to 
fix build
     add f35cf96fa61 [hotfix][test] Migrate LocalBufferPoolTest to Junit5 and 
AssertJ.
     add 10a0f3213cf [hotfix] Some minor clean-up and typo fix for 
LocalBufferPool.
     add f1ba3ee94a1 [hotfix] Add missing @GuardedBy annotation for 
LocalBufferPool.
     add 9582727387d [FLINK-31293][runtime] LocalBufferPool request overdraft 
buffer only when no available buffer and pool size is reached.

No new revisions were added by this update.

Summary of changes:
 .../runtime/io/network/buffer/LocalBufferPool.java |  60 ++-
 .../io/network/buffer/LocalBufferPoolTest.java     | 480 ++++++++++++++-------
 .../io/network/buffer/TestingBufferListener.java   |  73 ++++
 3 files changed, 442 insertions(+), 171 deletions(-)
 create mode 100644 
flink-runtime/src/test/java/org/apache/flink/runtime/io/network/buffer/TestingBufferListener.java

Reply via email to