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 08e25db  [FLINK-10415] Fail requests with empty Netty pipeline in 
RestClient
     new 771277b  [FLINK-9455][RM] Add support for multi task slot TaskExecutors
     new fb50658  [hotfix] Cancel actual pending slot request in 
SlotManager#updateSlotState
     new 0c95396  [hotfix] Remove mocking from SlotManagerTest
     new b0ba980  [hotfix] Remove mocking from SlotProtocolTest
     new e663990  [hotfix] Start MesosWorkers with default 
ContaineredTaskManagerConfiguration

The 5 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     |  47 +--
 .../clusterframework/MesosResourceManagerTest.java |   2 +-
 .../clusterframework/types/ResourceProfile.java    |   3 +
 .../runtime/resourcemanager/ResourceManager.java   |  20 +-
 .../resourcemanager/StandaloneResourceManager.java |   6 +-
 .../slotmanager/PendingSlotRequest.java            |  23 ++
 .../slotmanager/PendingTaskManagerSlot.java        |  64 ++++
 .../slotmanager/ResourceActions.java               |   5 +-
 .../resourcemanager/slotmanager/SlotManager.java   | 123 ++++++-
 ...anagerException.java => TaskManagerSlotId.java} |  18 +-
 .../runtime/taskexecutor/TaskManagerServices.java  |   3 +-
 .../resourcemanager/TestingResourceManager.java    |   7 +-
 .../slotmanager/SlotManagerTest.java               | 406 ++++++++++++++-------
 .../slotmanager/SlotProtocolTest.java              |  54 +--
 .../slotmanager/TestingResourceActions.java        |  14 +-
 .../slotmanager/TestingResourceActionsBuilder.java |  20 +-
 .../org/apache/flink/yarn/YarnResourceManager.java |  40 +-
 17 files changed, 623 insertions(+), 232 deletions(-)
 create mode 100644 
flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/slotmanager/PendingTaskManagerSlot.java
 copy 
flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/slotmanager/{SlotManagerException.java
 => TaskManagerSlotId.java} (67%)

Reply via email to