Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Introduce the Scheduler interface. The ExecutionGraph contains scheduling logic at the moment. We can use the adapter pattern to translate the scheduling-relevant methods on the ExecutionGraph to the Scheduler interface.
Acceptance Criteria:
- JobMaster does not have a reference to the ExecutionGraph
Attachments
Issue Links
- is blocked by
-
FLINK-12312 Temporarily disable CLI command for rescaling
- Closed
- is depended upon by
-
FLINK-12432 Add SchedulerNG Stub Implementation
- Closed
- is duplicated by
-
FLINK-10498 Decouple ExecutionGraph from JobMaster
- Closed
- links to