[ https://issues.apache.org/jira/browse/FLINK-21075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Konstantin Knauf updated FLINK-21075: ------------------------------------- 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|https://cwiki.apache.org/confluence/x/mwtRCg]. This ticket serves as the umbrella for all the MVP targeted for Flink 1.13.0. Improvements beyond the MVP are captured in was: 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|https://cwiki.apache.org/confluence/x/mwtRCg]. This ticket serves as the umbrella for all related sub tasks. > FLIP-160: Adaptive scheduler > ---------------------------- > > Key: FLINK-21075 > URL: https://issues.apache.org/jira/browse/FLINK-21075 > Project: Flink > Issue Type: New Feature > Components: Runtime / Coordination > Affects Versions: 1.13.0 > Reporter: Till Rohrmann > Priority: Major > Fix For: 1.13.0 > > > 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|https://cwiki.apache.org/confluence/x/mwtRCg]. > This ticket serves as the umbrella for all the MVP targeted for Flink 1.13.0. > Improvements beyond the MVP are captured in -- This message was sent by Atlassian Jira (v8.3.4#803005)