You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by pn...@apache.org on 2019/07/11 07:27:31 UTC

[flink] branch master updated (cf88489 -> 775cd8f)

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 cf88489  [FLINK-12852][network] Timeout to avoid the deadlock when requesting exclusive buffers (#8925)
     add 775cd8f  [FLINK-13141][network] Remove getBufferSize method from BufferPoolFactory

No new revisions were added by this update.

Summary of changes:
 .../flink/runtime/io/network/NettyShuffleServiceFactory.java  |  3 ++-
 .../flink/runtime/io/network/buffer/BufferPoolFactory.java    |  6 ------
 .../flink/runtime/io/network/buffer/NetworkBufferPool.java    |  5 -----
 .../runtime/io/network/partition/ResultPartitionFactory.java  | 11 +++++++----
 .../runtime/io/network/partition/ResultPartitionBuilder.java  | 11 ++++++++++-
 .../io/network/partition/ResultPartitionFactoryTest.java      |  4 ++--
 6 files changed, 21 insertions(+), 19 deletions(-)