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 9c5ca059080 [FLINK-31707][python] Fix Pandas UDAF to support accepting 
constant string as inputs
     new 3b1ab11068c [hotfix][test] Migrate LocalBufferPoolTest to Junit5 and 
AssertJ.
     new 5bc196382a3 [hotfix] Some minor clean-up and typo fix for 
LocalBufferPool.
     new 0b1433c2379 [hotfix] Add missing @GuardedBy annotation for 
LocalBufferPool.
     new 6a476bee5e4 [FLINK-31293][runtime] LocalBufferPool request overdraft 
buffer only when no available buffer and pool size is reached.

The 4 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 |  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