You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by az...@apache.org on 2020/07/28 11:17:55 UTC

[flink] branch master updated (5dccc99 -> 3d056c8)

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

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


    from 5dccc99  [FLINK-18656][network,metrics] Fix startDelay metric for unaligned checkpoints
     add 3d056c8  [FLINK-18646] Verify memory manager empty in a separate thread with larger timeout

No new revisions were added by this update.

Summary of changes:
 .../flink/runtime/memory/UnsafeMemoryBudget.java   | 41 +++++++++++++++-------
 .../runtime/taskexecutor/TaskManagerServices.java  |  9 +++--
 .../flink/runtime/taskexecutor/slot/TaskSlot.java  | 34 +++++++++++-------
 .../taskexecutor/slot/TaskSlotTableImpl.java       | 13 +++++--
 .../flink/runtime/memory/MemoryManagerTest.java    | 10 ++++++
 .../runtime/taskexecutor/TaskExecutorTest.java     | 16 +++++++--
 .../runtime/taskexecutor/slot/TaskSlotTest.java    |  3 +-
 .../runtime/taskexecutor/slot/TaskSlotUtils.java   |  4 ++-
 8 files changed, 97 insertions(+), 33 deletions(-)