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 57f1ba2  [FLINK-13584][table-planner-blink] RankLikeAggFunctionBase 
should take type into account when generate literal expression
     new d6dbf88  [hotfix][runtime] Fix checkstyles in SlotManagerImpl class.
     new 6644321  [FLINK-13555][runtime] Fail slot requests immediately at the 
SlotPool if unfulfillable

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:
 .../runtime/jobmaster/slotpool/SlotPoolImpl.java   | 11 ++++-
 .../runtime/resourcemanager/ResourceManager.java   |  3 +-
 .../UnfulfillableSlotRequestException.java}        | 18 ++++----
 .../resourcemanager/slotmanager/SlotManager.java   |  5 +-
 .../slotmanager/SlotManagerException.java          | 34 --------------
 .../slotmanager/SlotManagerImpl.java               | 19 ++++----
 .../slotpool/SlotPoolBatchSlotRequestTest.java     | 54 ++++++++++++++++++++--
 .../runtime/jobmaster/slotpool/SlotPoolUtils.java  |  4 +-
 .../SlotManagerFailUnfulfillableTest.java          | 23 +++++----
 .../slotmanager/SlotManagerTest.java               |  4 +-
 10 files changed, 101 insertions(+), 74 deletions(-)
 copy 
flink-runtime/src/main/java/org/apache/flink/runtime/{taskexecutor/slot/SlotNotActiveException.java
 => resourcemanager/exceptions/UnfulfillableSlotRequestException.java} (55%)
 delete mode 100644 
flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/slotmanager/SlotManagerException.java

Reply via email to