You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Till Rohrmann (Jira)" <ji...@apache.org> on 2021/01/21 17:24:00 UTC

[jira] [Created] (FLINK-21077) Abstract SlotPool from JobManager by introducing SlotPoolService

Till Rohrmann created FLINK-21077:
-------------------------------------

             Summary: Abstract SlotPool from JobManager by introducing SlotPoolService
                 Key: FLINK-21077
                 URL: https://issues.apache.org/jira/browse/FLINK-21077
             Project: Flink
          Issue Type: Sub-task
          Components: Runtime / Coordination
    Affects Versions: 1.13.0
            Reporter: Till Rohrmann
             Fix For: 1.13.0


In order to support different slot pools in the {{JobMaster}}, I propose to introduce a {{SlotPoolService}} which is used by the {{JobMaster}} to manage different slot pool types. Additionally, this service allows to retrieve the encapsulated slot pool given the correct type. This will be helpful in order to use the {{DeclarativeSlotPool}} instead of the {{DefaultSlotPool}} when using the declarative scheduler.



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