[jira] [Created] (FLINK-20835) Implement FineGrainedSlotManager

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-20835) Implement FineGrainedSlotManager

Shang Yuanchun (Jira)
Yangze Guo created FLINK-20835:
----------------------------------

             Summary: Implement FineGrainedSlotManager
                 Key: FLINK-20835
                 URL: https://issues.apache.org/jira/browse/FLINK-20835
             Project: Flink
          Issue Type: Sub-task
          Components: Runtime / Coordination
            Reporter: Yangze Guo
             Fix For: 1.13.0


Introduce SlotManager plugin for fine-grained resource management.
- Request slot from TaskExecutor with the actual resource profiles.
- Use ResourceTracker to bookkeep the resource requirements
- Introduce TaskExecutorTracker, which bookkeep the total / available resource and slot assignment for registered task executor.
** Bookkeep task manager total and available resources.
** Bookkeep slot allocations and assignments.
** Intorduce PendingTaskManager.
** Map registered task executors to matching PendingTaskManager.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)