-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59762/
-----------------------------------------------------------
Review request for mesos and Vinod Kone.
Bugs: MESOS-7610
https://issues.apache.org/jira/browse/MESOS-7610
Repository: mesos
Description
-------
This means that each master's domain is stored in ZooKeeper, along with
the rest of the MasterInfo protobuf message.
Each agent's domain is stored as part of its checkpointed resources.
Changing the agent's domain requires a full drain of the agent; this
behavior might be relaxed in the future.
Diffs
-----
include/mesos/mesos.proto 5f80170fcd3c05add8b6e9e3107cff062818c1dc
include/mesos/v1/mesos.proto 4b528751006f709f841e44f48c9f5c2dc035b402
src/common/http.hpp 93d6088e97c2384f9f6d26e010a501abf2deb43e
src/common/http.cpp 167dce2b9a2d3b68a1df5b4079f701482d34db28
src/common/type_utils.cpp 5f8e72b97d6766f9729079f6c6c013bc117cedb9
src/internal/evolve.hpp 9db5fe6155243576f186a8b974e81068505b9fcb
src/internal/evolve.cpp 93196f301e820b99572ee008b98a124ddafe9697
src/master/http.cpp 1dcfe6ef00b0e3984deb79a511e665f638661323
src/master/master.cpp c66907bd55cb2eb549ec89f048d41376df556eb9
src/slave/http.cpp 78b35865e465ff1e8e7e4950fdb60e3a48b916b6
src/slave/slave.cpp 0c7e5f4ef905b3897d341c3147a208fc7a8a12e0
src/tests/api_tests.cpp 91b3473452b8e65cab9f2e873837d64a0edf4b54
src/tests/master_tests.cpp 490d7ed4b275ebf5ff6956f7d40dbea3ce3b63e2
src/tests/mesos.hpp 48072a976cdbe6e655dc6f5f258abc6d737ed068
src/v1/mesos.cpp 3b9f9b43e748159ae753880bbe4a5975814073ab
Diff: https://reviews.apache.org/r/59762/diff/1/
Testing
-------
`make check`
Thanks,
Neil Conway