Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.11.0
-
Flink no longer supports the legacy scheduler. Hence, setting `jobmanager.scheduler: legacy` will no longer work and fail with an `IllegalArgumentException`. The only valid option for `jobmanager.scheduler` is the default value `ng`.
Description
This task is to remove the LegacyScheduler class and the consequently unused codes after this removal.
Note that the scheduling/failover logics in ExecutionGraph would be removed in a separate task.
Attachments
Issue Links
- blocks
-
FLINK-15813 Set default value of jobmanager.execution.failover-strategy to region
- Closed
- is duplicated by
-
FLINK-17738 Remove legacy scheduler option
- Closed
- links to