-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/45474/
-----------------------------------------------------------
Review request for mesos.
Bugs: MESOS-1739
https://issues.apache.org/jira/browse/MESOS-1739
Repository: mesos
Description
-------
Phase 1
Make SlaveInfo mutable throughout the stack, and allow for expansion of
resources and attributes only (Which allows testing to make sure it propagates
to the allocator, shows up in offers, etc). Ensure there is unified checking
for incompatibilities in both the slave and master (the slave should validate
the config, the master should validate that all operations the slave takes are
legal).
it derived from another PR(https://reviews.apache.org/r/25525/)
Diffs
-----
src/tests/slave_tests.cpp 1f1a31020096efa5db698e86ac74e61dfdb4b94a
Diff: https://reviews.apache.org/r/45474/diff/
Testing
-------
make check on localhost
Thanks,
Deshi Xiao