You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Bannier (JIRA)" <ji...@apache.org> on 2017/12/07 20:12:00 UTC

[jira] [Created] (MESOS-8312) Pass resource provider information to master as part of UpdateSlaveMessage

Benjamin Bannier created MESOS-8312:
---------------------------------------

             Summary: Pass resource provider information to master as part of UpdateSlaveMessage
                 Key: MESOS-8312
                 URL: https://issues.apache.org/jira/browse/MESOS-8312
             Project: Mesos
          Issue Type: Bug
            Reporter: Benjamin Bannier


We extended {{UpdateSlaveMessage}} so updates to an agent's total resources from resource providers are possible. We realized that will need to explicitly pass resource provider details (here for now: {{ResourceProviderInfo}}) to the master so it can be queried for the providers present on certain agents. This should happen as part of {{UpdateSlaveMessage}} so a single synchronization channel is used for this kind of information.

We need to adjust {{UpdateSlaveMessage}} for these requirements. This should happen before 1.5.0 gets released so we do not need to deprecate a never really used message format.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)