-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59759/
-----------------------------------------------------------
Review request for mesos and Vinod Kone.
Bugs: MESOS-7608
https://issues.apache.org/jira/browse/MESOS-7608
Repository: mesos
Description
-------
This introduces a first-class notion of a "domain", which is a set of
hosts that have similar characteristics. Mesos will initially only
support "fault domains", which identify groups of hosts with similar
failure characteristics.
Diffs
-----
include/mesos/mesos.proto 5f80170fcd3c05add8b6e9e3107cff062818c1dc
include/mesos/type_utils.hpp c7872c0cd7f19d923e8be1f33a775d5eb17a0cf7
include/mesos/v1/mesos.hpp c2e6ec5c4fa06d0179d6aaf3371ace4b6e6dbdaf
include/mesos/v1/mesos.proto 4b528751006f709f841e44f48c9f5c2dc035b402
src/common/type_utils.cpp 5f8e72b97d6766f9729079f6c6c013bc117cedb9
src/v1/mesos.cpp 3b9f9b43e748159ae753880bbe4a5975814073ab
Diff: https://reviews.apache.org/r/59759/diff/1/
Testing
-------
`make check`
Thanks,
Neil Conway