[
https://issues.apache.org/jira/browse/MESOS-7837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16156151#comment-16156151
]
Jie Yu commented on MESOS-7837:
-------------------------------
commit f07d3a7f5aa5005d5304fcfd3db9f3435513488a
Author: Benjamin Bannier <[email protected]>
Date: Wed Sep 6 15:23:50 2017 -0700
Sent a resource provider message when providers subscribe.
In order to inform users of resource provider managers that the
managed resources have changed, we add a new 'ResourceProviderMessage'
type for communicating changes to the managed total resources.
We add code to trigger sending of that message when a resource
provider subscribes with the manager.
In the future this message could also be used to communicate changes
to an already subscribed resource provider's total resources.
Review: https://reviews.apache.org/r/61182/
> Propagate resource updates from local resource providers to master
> ------------------------------------------------------------------
>
> Key: MESOS-7837
> URL: https://issues.apache.org/jira/browse/MESOS-7837
> Project: Mesos
> Issue Type: Improvement
> Components: agent
> Reporter: Benjamin Bannier
> Assignee: Benjamin Bannier
> Labels: mesosphere, storage
>
> When a resource provider registers with a resource provider manager, the
> manager should sent a message to its subscribers informing them on the
> changed resources.
> For the first iteration where we add agent-specific, local resource
> providers, the agent would be subscribed to the manager. It should be changed
> to handle such a resource update by informing the master about its changed
> resources. In order to support master failovers, we should make sure to
> similarly inform the master on agent reregistration.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)