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 e29cd17  [FLINK-13399][legal] Update NOTICE-binary for new table uber 
jars
     new b4a2269  [hotfix] Fix checkstyle violations in 
StandaloneResourceManagerTest
     new 052599d  [hotfix][runtime] Extract SlotManager interface
     new 0f9d095  [FLINK-13408][runtime] Let StandaloneResourceManager start 
startup period upon granting leadership
     new a3ac577  [hotfix] Make 
TestingSlotManager#setFailUnfulfillableRequestConsumer non-nullable
     new 22a9644  [hotfix] Remove polling loops from 
StandaloneResourceManagerTest
     new 70fe6aa  [hotfix] Rename TestingSlotManagerFactory into 
TestingSlotManagerBuilder

The 6 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:
 .../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%)

Reply via email to