You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2019/07/10 20:53:21 UTC

[flink] branch release-1.7 updated (5d6ff74 -> 3bcb515)

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

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


    from 5d6ff74  [FLINK-12319][Library/CEP]Change the logic of releasing node from recursive to non-recursive
     add 9069f4d  [FLINK-12736][coordination] Release TaskExecutor in SlotManager only if there were no slot allocations after the partition check
     add 3bcb515  [hotfix][tests][coordination] Move idle task manager release tests into a separate suite

No new revisions were added by this update.

Summary of changes:
 .../resourcemanager/slotmanager/SlotManager.java   |  28 ++--
 .../slotmanager/SlotManagerTest.java               |  88 -----------
 .../TaskManagerReleaseInSlotManagerTest.java       | 172 +++++++++++++++++++++
 .../taskexecutor/TestingTaskExecutorGateway.java   |   6 +-
 .../TestingTaskExecutorGatewayBuilder.java         |   4 +-
 5 files changed, 196 insertions(+), 102 deletions(-)
 create mode 100644 flink-runtime/src/test/java/org/apache/flink/runtime/resourcemanager/slotmanager/TaskManagerReleaseInSlotManagerTest.java