-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65591/
-----------------------------------------------------------
(Updated March 14, 2018, 1:03 p.m.)
Review request for mesos, Greg Mann, Jie Yu, and Jan Schlicht.
Changes
-------
Rebased.
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 (updated)
-----
src/common/protobuf_utils.cpp 9c5fb97afb58f98013b79f3cbaea7dacc3603271
src/master/http.cpp cf03d8bf7df583c849a3b2a326d3772820181b0f
src/master/master.hpp 8bf2c763dafdb7df55c46a56f2ff66f2a951d947
src/master/master.cpp 223ebf29ac4dd1dea9080e4bef4b2d4d064d847f
Diff: https://reviews.apache.org/r/65591/diff/9/
Changes: https://reviews.apache.org/r/65591/diff/8-9/
Testing
-------
`make check`
Thanks,
Benjamin Bannier