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

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


    from c773ce5  [FLINK-13063] Temporary fix for AsyncWaitOperator consistency 
problems
     new 5c762ce  [FLINK-12736][coordination] Release TaskExecutor in 
SlotManager only if there were no slot allocations after the partition check
     new fd75bcd  [hotfix][tests][coordination] Move idle task manager release 
tests into a separate suite

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:
 .../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

Reply via email to