You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by xt...@apache.org on 2020/07/30 07:58:54 UTC

[flink] branch master updated (875e95f -> 73a3111)

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

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


    from 875e95f  [FLINK-18493] Make Yarn staging directory for Flink application configurable
     add 73a3111  [FLINK-18625][runtime] Maintain redundant taskmanagers to speed up failover

No new revisions were added by this update.

Summary of changes:
 .../generated/resource_manager_configuration.html  |   6 +
 .../configuration/ResourceManagerOptions.java      |  13 ++
 .../slotmanager/SlotManagerConfiguration.java      |  15 ++-
 .../slotmanager/SlotManagerImpl.java               |  72 +++++++---
 .../resourcemanager/ResourceManagerHATest.java     |   3 +-
 .../slotmanager/SlotManagerBuilder.java            |  10 +-
 .../slotmanager/SlotManagerImplTest.java           |   4 +
 ...java => TaskManagerCheckInSlotManagerTest.java} | 146 ++++++++++++++++++++-
 8 files changed, 245 insertions(+), 24 deletions(-)
 rename flink-runtime/src/test/java/org/apache/flink/runtime/resourcemanager/slotmanager/{TaskManagerReleaseInSlotManagerTest.java => TaskManagerCheckInSlotManagerTest.java} (56%)