This is an automated email from the ASF dual-hosted git repository. trohrmann pushed a change to branch release-1.9 in repository https://gitbox.apache.org/repos/asf/flink.git.
from ea18a24 [FLINK-13399][legal] Update NOTICE-binary for new table uber jars add 1946e51 [hotfix] Fix checkstyle violations in StandaloneResourceManagerTest add ee4efc4 [hotfix][runtime] Extract SlotManager interface add 86491b6 [FLINK-13408][runtime] Let StandaloneResourceManager start startup period upon granting leadership add d85c51be [hotfix] Make TestingSlotManager#setFailUnfulfillableRequestConsumer non-nullable add b21e57a [hotfix] Remove polling loops from StandaloneResourceManagerTest add 2fd6149 [hotfix] Rename TestingSlotManagerFactory into TestingSlotManagerBuilder No new revisions were added by this update. Summary of changes: .../clusterframework/MesosResourceManager.java | 1 - .../runtime/resourcemanager/ResourceManager.java | 11 +- .../ResourceManagerRuntimeServices.java | 3 +- .../resourcemanager/StandaloneResourceManager.java | 30 +- .../resourcemanager/slotmanager/SlotManager.java | 1105 +------------------- .../{SlotManager.java => SlotManagerImpl.java} | 43 +- .../StandaloneResourceManagerTest.java | 85 +- .../slotmanager/SlotManagerBuilder.java | 6 +- .../SlotManagerFailUnfulfillableTest.java | 6 +- .../slotmanager/SlotManagerTest.java | 46 +- .../TaskManagerReleaseInSlotManagerTest.java | 12 +- .../slotmanager/TestingSlotManager.java | 127 +++ .../slotmanager/TestingSlotManagerBuilder.java} | 18 +- .../utils/MockResourceManagerRuntimeServices.java | 20 +- .../org/apache/flink/yarn/YarnResourceManager.java | 1 - 15 files changed, 303 insertions(+), 1211 deletions(-) mode change 100755 => 100644 flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/slotmanager/SlotManager.java copy flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/slotmanager/{SlotManager.java => SlotManagerImpl.java} (97%) create mode 100644 flink-runtime/src/test/java/org/apache/flink/runtime/resourcemanager/slotmanager/TestingSlotManager.java copy flink-runtime/src/{main/java/org/apache/flink/runtime/resourcemanager/slotmanager/TaskManagerSlotId.java => test/java/org/apache/flink/runtime/resourcemanager/slotmanager/TestingSlotManagerBuilder.java} (61%)