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)