You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2018/09/24 09:19:00 UTC

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

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)