This is an automated email from the ASF dual-hosted git repository.
fanrui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 393ef1cc439 [FLINK-33865][runtime] Adding an ITCase to ensure
`exponential-delay.attempts-before-reset-backoff` works well
add 551bb9ebdc4 [FLINK-34174][runtime] Remove SlotMatchingStrategy related
logic
No new revisions were added by this update.
Summary of changes:
.../AnyMatchingSlotMatchingStrategy.java | 42 ----------
.../LeastUtilizationSlotMatchingStrategy.java | 82 ------------------
.../slotmanager/SlotManagerConfiguration.java | 12 ---
.../slotmanager/SlotMatchingStrategy.java | 44 ----------
.../AnyMatchingSlotMatchingStrategyTest.java | 96 ----------------------
.../LeastUtilizationSlotMatchingStrategyTest.java | 82 ------------------
.../SlotManagerConfigurationBuilder.java | 3 -
7 files changed, 361 deletions(-)
delete mode 100644
flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/slotmanager/AnyMatchingSlotMatchingStrategy.java
delete mode 100644
flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/slotmanager/LeastUtilizationSlotMatchingStrategy.java
delete mode 100644
flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/slotmanager/SlotMatchingStrategy.java
delete mode 100644
flink-runtime/src/test/java/org/apache/flink/runtime/resourcemanager/slotmanager/AnyMatchingSlotMatchingStrategyTest.java
delete mode 100644
flink-runtime/src/test/java/org/apache/flink/runtime/resourcemanager/slotmanager/LeastUtilizationSlotMatchingStrategyTest.java