-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61180/
-----------------------------------------------------------
Review request for mesos, Jie Yu and Jan Schlicht.
Bugs: MESOS-7837
https://issues.apache.org/jira/browse/MESOS-7837
Repository: mesos
Description
-------
Since resource provider resources are dynamic (as opposed to how e.g.,
agent total resources are implemented), they are not part of the
'ResourceProviderInfo'. Instead they are communicated explicitly.
This commit adds total resources the resource provider 'SUBSCRIBE'
call which can be used to communicate the total capacity in both
subscription and resubscription scenarios.
Diffs
-----
include/mesos/resource_provider/resource_provider.proto
a8a27ed09cde7a9f137e76900a3a1c1a547752ed
include/mesos/v1/resource_provider/resource_provider.proto
34bce7511bc74e157277371a7f46111c9537bcf2
Diff: https://reviews.apache.org/r/61180/diff/1/
Testing
-------
Tested as part of https://reviews.apache.org/r/61182/.
Thanks,
Benjamin Bannier