Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.13.0
-
None
Description
The adaptive scheduler is a new scheduler which first declares the required resources and waits for them before deciding on the parallelism with which to execute a job. This behaviour has the benefit that Flink will be able to adjust the job to the available resources and to also make use of resources which arrive later. The details can be found in the FLIP-160.
This ticket serves as the umbrella for all the MVP targeted for Flink 1.13.0 (as described in FLIP-160). Improvements beyond the MVP are captured in there own tickets.
Attachments
Issue Links
- blocks
-
FLINK-10407 FLIP-159: Reactive mode
- Closed
- is depended upon by
-
FLINK-21510 ExecutionGraph metrics collide on restart
- Closed
-
FLINK-21450 Add local recovery support to adaptive scheduler
- Resolved
-
FLINK-21439 Adaptive Scheduler: Add support for exception history
- Closed
- relates to
-
FLINK-21846 Rethink whether failure of ExecutionGraph creation in Adaptive Scheduler should directly fail the job
- Open
-
FLINK-21954 Test failures occur due to the test not waiting for the ExecutionGraph to be created in Adaptive Scheduler
- Closed
-
FLINK-21964 HA e2e test failed due to not enough resources being available with Adaptive Scheduler
- Closed
-
FLINK-22255 AdaptiveScheduler improvements/bugs
- Open
-
FLINK-21604 Remove adaptive scheduler nightly test profile, replace with more specific testing approach
- Open
- links to