You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Xintong Song (Jira)" <ji...@apache.org> on 2019/09/24 11:24:00 UTC

[jira] [Created] (FLINK-14189) Extend TaskExecutor to support dynamic slot allocation

Xintong Song created FLINK-14189:
------------------------------------

             Summary: Extend TaskExecutor to support dynamic slot allocation
                 Key: FLINK-14189
                 URL: https://issues.apache.org/jira/browse/FLINK-14189
             Project: Flink
          Issue Type: Sub-task
            Reporter: Xintong Song


* TaskSlotTable
 ** Bookkeep task manager available resources
 ** Add and implement interface for dynamic allocating slot (with resource profile instead of slot index)
 ** Create slot report with dynamic allocated slots and remaining available resources
 * TaskExecutor
 ** Support request slot with resource profile rather than slot id.

The slot report still contain status of legacy free slots. When ResourceManager requests slots with slot id, convert it to default slot resource profiles for bookkeeping.



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