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 f097b93 [FLINK-19832][tests] Add test for immediately failed
PhysicalSlot in SlotSharingExecutionSlotAllocator
add 203a3c0 [FLINK-20591] Remove JobManagerOptions.SCHEDULING_STRATEGY
add 9ba5ab4 [FLINK-20592] Remove LazyFromSourcesSchedulingStrategy
add 774e6a3 [FLINK-20593] Remove EagerSchedulingStrategy
No new revisions were added by this update.
Summary of changes:
.../flink/configuration/JobManagerOptions.java | 16 -
.../scheduler/DefaultSchedulerComponents.java | 69 +---
.../strategy/EagerSchedulingStrategy.java | 91 -----
.../LazyFromSourcesSchedulingStrategy.java | 155 --------
.../DefaultSchedulerComponentsFactoryTest.java | 40 +--
.../runtime/scheduler/DefaultSchedulerTest.java | 7 +-
.../runtime/scheduler/SchedulerTestingUtils.java | 3 +-
.../strategy/EagerSchedulingStrategyTest.java | 120 -------
.../LazyFromSourcesSchedulingStrategyTest.java | 400 ---------------------
.../ApproximateLocalRecoveryDownstreamITCase.java | 5 +-
.../PipelinedRegionSchedulingITCase.java | 1 -
11 files changed, 13 insertions(+), 894 deletions(-)
delete mode 100644
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/strategy/EagerSchedulingStrategy.java
delete mode 100644
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/strategy/LazyFromSourcesSchedulingStrategy.java
delete mode 100644
flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/strategy/EagerSchedulingStrategyTest.java
delete mode 100644
flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/strategy/LazyFromSourcesSchedulingStrategyTest.java