-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/36571/
-----------------------------------------------------------
(Updated Aug. 27, 2015, 5:57 p.m.)
Review request for mesos, Benjamin Hindman, Ben Mahler, Artem Harutyunyan,
Joris Van Remoortere, and Vinod Kone.
Changes
-------
Rename `MachineAddress` to `MachineID`. Tweak some comments.
Bugs: MESOS-3066
https://issues.apache.org/jira/browse/MESOS-3066
Repository: mesos
Description
-------
New protobufs:
* MachineAddress - Describes a single box that holds one or more agents.
* MachineAddresses - A list of boxes.
* MachineInfo - Holds a box and some extra information about its status.
* MachineInfo::Mode - An enum for the three states of a machine: UP, DRAINING,
DOWN.
* maintenance::Window - A set of machines and a planned downtime period.
* maintenance::Schedule - A set of maintenance windows.
Diffs (updated)
-----
include/mesos/maintenance/maintenance.hpp PRE-CREATION
include/mesos/maintenance/maintenance.proto PRE-CREATION
include/mesos/mesos.proto 715b8cf38e1e56c18a3f2ddbb82c920bd9414f05
include/mesos/v1/mesos.proto 382b978dca769757171c5558b7f259870592c321
src/Makefile.am 7b620ff66856b3f0adac121b3297d55ed71a3d99
src/master/registry.proto a1995e56886f5296bc71d1bdfebec0d8316396c6
Diff: https://reviews.apache.org/r/36571/diff/
Testing
-------
`make check`
Thanks,
Joseph Wu