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

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


    from e93fb03  [FLINK-25280][connector/kafka] Disable log deletion in 
KafkaTestEnvironmentImpl to prevent records from being deleted during test run
     new 1c151e46 [hotfix] Rename some methods of NetworkBufferPool and add 
more comments for better readability
     new 7784ec7  [FLINK-25407][network] Fix the issues caused by FLINK-24035

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:
 .../flink/core/memory/MemorySegmentProvider.java   |  4 +-
 .../runtime/io/network/buffer/LocalBufferPool.java |  6 +-
 .../io/network/buffer/NetworkBufferPool.java       | 52 +++++++++---
 .../network/partition/consumer/BufferManager.java  |  7 +-
 .../io/network/buffer/BufferPoolFactoryTest.java   | 12 +--
 .../io/network/buffer/LocalBufferPoolTest.java     | 63 ++++++++++++++-
 .../io/network/buffer/NetworkBufferPoolTest.java   | 93 +++++++++++-----------
 .../network/partition/InputChannelTestUtils.java   | 10 ++-
 8 files changed, 170 insertions(+), 77 deletions(-)

Reply via email to