Xintong Song created FLINK-14191: ------------------------------------ Summary: Extend SlotManager to support dynamic slot allocation on pending task executors Key: FLINK-14191 URL: https://issues.apache.org/jira/browse/FLINK-14191 Project: Flink Issue Type: Sub-task Reporter: Xintong Song
* Introduce PendingTaskManagerResources * Create PendingTaskManagerSlot on allocation, from PendingTaskManagerResource * Map registered task executors to matching PendingTaskManagerResources, and allocate slots for corresponding PendingTaskManagerSlots Convert registered task executor free slots into equivalent available resources according to default slot resource profiles. -- This message was sent by Atlassian Jira (v8.3.4#803005)