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

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


    from f957e3f  [FLINK-25441][network] Wrap failure cuase with 
ProducerFailedException only for PipelinedSubpartitionView.
     new 38f7c59  [hotfix] Rename some methods of NetworkBufferPool and add 
more comments for better readability
     new 1ea2a7a  [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