-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64423/
-----------------------------------------------------------
(Updated Dec. 8, 2017, 1:17 a.m.)
Review request for mesos, Jie Yu and Jan Schlicht.
Changes
-------
Addressed comments from Jie.
Bugs: MESOS-8312
https://issues.apache.org/jira/browse/MESOS-8312
Repository: mesos
Description
-------
This patch changes the way resource-provider related information is
passed. Instead of aggregating all information from both the agent and
resource providers into global per-agent lists in
`UpdateSlaveMessage`, with this patch we pass resource-provider
related information explicitly. We can in a subsequent patch surface
this information in e.g., the operator API.
Diffs (updated)
-----
src/master/master.hpp 2658312b0d10a72fefda68c7d3137b94afbd8249
src/master/master.cpp 1d192db8edd36dac99ebecd17edd9a4df53a416e
src/slave/slave.hpp bbf5b79528eda42465b62e49d4cea3bda3931241
src/slave/slave.cpp fb077b7a979ebf6b406cd711642dd05f8749f2d0
src/tests/slave_tests.cpp 25cfd4730c3d77d1886745204b13ca3cb140620c
Diff: https://reviews.apache.org/r/64423/diff/2/
Changes: https://reviews.apache.org/r/64423/diff/1-2/
Testing
-------
`make check`
Thanks,
Benjamin Bannier