-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65591/
-----------------------------------------------------------
Review request for mesos, Jie Yu and Jan Schlicht.
Bugs: MESOS-8382
https://issues.apache.org/jira/browse/MESOS-8382
Repository: mesos
Description
-------
This patch adds explicit tracking of resource providers to the master
process. While we already had explicitly send resource provider
information in e.g., `UpdateSlaveMessage`, we only stored that
information aggregated over the full agent in the master up to now.
Diffs
-----
src/common/protobuf_utils.cpp b5c2997ada8362e42150fa3cfd762120e5ea715f
src/master/master.hpp b434d2398b8815811345b6586ca586d2025cb2a2
src/master/master.cpp d7d22866f7a4eb87bd8949efafc97e828e7d4b94
Diff: https://reviews.apache.org/r/65591/diff/1/
Testing
-------
`make check`
Thanks,
Benjamin Bannier
|