Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
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.
Attachments
Issue Links
- is a parent of
-
FLINK-19307 Add ResourceTracker
- Closed
-
FLINK-19308 Add SlotTracker
- Closed
-
FLINK-19309 Add TaskExecutorAllocator
- Closed
-
FLINK-19310 Add new TaskManagerSlot implementation
- Closed
- links to