Chesnay Schepler created FLINK-19306:
----------------------------------------
Summary: Implement DeclarativeSlotManager
Key: FLINK-19306
URL:
https://issues.apache.org/jira/browse/FLINK-19306 Project: Flink
Issue Type: Sub-task
Reporter: Chesnay Schepler
Assignee: Chesnay Schepler
Fix For: 1.12.0
Implement a new SlotManager that works with declarative resource management.
The current SlotManager accepts slot requests and attempts to fulfill them. One of the key differences in the new version is that it no longer accepts slot requests, but requirements detailing what the job requires. From these requirements it internally generates slot requests, and proceeds similar to current implementation.
Since we are not writing a new implementation this is also a good opportunity to split the implementation into several components, as it has grown quite large.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)