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

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


    from c9fd695  [FLINK-21859][coordination] Ignore outdated slot offer 
responses
     new 5bbaa9b  [hotfix][tests] Remove unnecessary component
     new 9fd6ecf  [FLINK-22180][coordination] Only reclaim slots if job is 
removed

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/resourcemanager/ResourceManager.java   |  3 +-
 .../slotmanager/DeclarativeSlotManager.java        | 14 +++--
 .../slotmanager/FineGrainedSlotManager.java        |  6 ++
 .../resourcemanager/slotmanager/SlotManager.java   |  9 +++
 .../slotmanager/SlotManagerImpl.java               |  3 +
 .../resourcemanager/ResourceManagerTest.java       | 67 ++++++++++++++++++++++
 .../slotmanager/DeclarativeSlotManagerTest.java    | 47 ++++++++++++---
 .../slotmanager/TestingSlotManager.java            | 18 +++++-
 .../slotmanager/TestingSlotManagerBuilder.java     | 21 ++++++-
 9 files changed, 171 insertions(+), 17 deletions(-)

Reply via email to