You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2020/10/26 09:21:00 UTC

[jira] [Created] (FLINK-19809) Add ServiceConnectionManager

Chesnay Schepler created FLINK-19809:
----------------------------------------

             Summary: Add ServiceConnectionManager
                 Key: FLINK-19809
                 URL: https://issues.apache.org/jira/browse/FLINK-19809
             Project: Flink
          Issue Type: Improvement
          Components: Runtime / Coordination
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.12.0


The Slotpool has to interact with the ResourceManager to declare the resource requirements.

We do not want to provide full access to the ResourceManagerGateway (and as such should wrap it in some form), but we also have to handle the case where no ResourceManager is connected.

Introduce a component for handling this.



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