You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Jie Yu (JIRA)" <ji...@apache.org> on 2017/06/08 23:17:18 UTC

[jira] [Created] (MESOS-7647) Add a common ResourceProviderManager.

Jie Yu created MESOS-7647:
-----------------------------

             Summary: Add a common ResourceProviderManager.
                 Key: MESOS-7647
                 URL: https://issues.apache.org/jira/browse/MESOS-7647
             Project: Mesos
          Issue Type: Task
            Reporter: Jie Yu


ResourceProviderManager will be used to manage the lifecycle of resource providers, including both local resource providers and external resource providers.

It resides in both the agent and the master (future). The agent's resource provider manager will be used to manage local resource providers. It processes resource_provider::Call from the local resource providers and sends resource_provider::Event to the local resource providers.

The agent will also polling the manager for updates like resource changes so that it can inform the master about that.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)