You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by dw...@apache.org on 2021/11/08 07:56:57 UTC

[flink] branch master updated (365d12d -> 23d081d)

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

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


    from 365d12d  [FLINK-24401][runtime] Fix the bug of TM cannot exit after Metaspace OOM
     add 138e83e  [FLINK-24738][runtime] Ignoring buffer size announcement if the channel is released already
     add 23d081d  [refactor][runtime] Getting rid of code style warnings in LocalInputChannelTest

No new revisions were added by this update.

Summary of changes:
 .../partition/consumer/RemoteInputChannel.java     |   1 +
 .../partition/consumer/SingleInputGate.java        |   8 +-
 .../network/partition/InputChannelTestUtils.java   |  28 ++++
 .../partition/consumer/LocalInputChannelTest.java  | 153 +++++++++------------
 .../partition/consumer/RemoteInputChannelTest.java |   9 ++
 .../partition/consumer/SingleInputGateTest.java    |  33 +++++
 6 files changed, 142 insertions(+), 90 deletions(-)