This is an automated email from the ASF dual-hosted git repository.
rmetzger pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from dc29f13 [FLINK-20596][runtime] Removed SlotProvider and Scheduler
interfaces, corresponding classes, and test cases. Comments were adapted
accordingly.
add 433c4cd [FLINK-20600][runtime] Deleted unused SlotSharingManager and
corresponding test class SlotSharingManagerTest.
No new revisions were added by this update.
Summary of changes:
.../jobmaster/slotpool/SlotSharingManager.java | 900 ---------------------
.../jobmaster/slotpool/SlotSharingManagerTest.java | 897 --------------------
2 files changed, 1797 deletions(-)
delete mode 100644
flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/slotpool/SlotSharingManager.java
delete mode 100644
flink-runtime/src/test/java/org/apache/flink/runtime/jobmaster/slotpool/SlotSharingManagerTest.java