You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2021/02/04 12:30:09 UTC

[flink] branch master updated (b0549d4 -> f5146af)

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 b0549d4  [FLINK-21078] Make DeclarativeSlotPoolService a parent of DeclarativeSlotPoolBridge
     add f5146af  [FLINK-21262] Remove SlotPool.suspend and SlotPoolService.suspend

No new revisions were added by this update.

Summary of changes:
 .../jobmaster/slotpool/DeclarativeSlotPoolBridge.java |  8 --------
 .../slotpool/DeclarativeSlotPoolService.java          |  5 -----
 .../flink/runtime/jobmaster/slotpool/SlotPool.java    |  2 --
 .../runtime/jobmaster/slotpool/SlotPoolImpl.java      | 19 -------------------
 .../runtime/jobmaster/slotpool/SlotPoolService.java   |  3 ---
 .../apache/flink/runtime/jobmaster/JobMasterTest.java |  5 -----
 .../slotpool/DeclarativeSlotPoolBridgeTest.java       |  2 +-
 7 files changed, 1 insertion(+), 43 deletions(-)