[jira] [Created] (FLINK-10404) Declarative resource management

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-10404) Declarative resource management

Shang Yuanchun (Jira)
Till Rohrmann created FLINK-10404:
-------------------------------------

             Summary: Declarative resource management
                 Key: FLINK-10404
                 URL: https://issues.apache.org/jira/browse/FLINK-10404
             Project: Flink
          Issue Type: New Feature
          Components: Distributed Coordination
    Affects Versions: 1.7.0
            Reporter: Till Rohrmann
             Fix For: 1.7.0


This is the umbrella issue to track the progress on implementing declarative resource management.

Declarative resource management is a change to Flink's current slot allocation protocol. Instead of letting the {{JobMaster}} ask for each slot individually, it will tell the {{ResourceManager}} its current need (min, target, max) of slots. Based on that, the {{ResourceManager}} will assign available slots or start new {{TaskExecutors}} to fulfill the request.

More details soon to follow.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)