-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38653/
-----------------------------------------------------------
(Updated Sept. 23, 2015, 8:55 a.m.)
Review request for mesos, Benjamin Hindman, Artem Harutyunyan, and Joris Van
Remoortere.
Changes
-------
Addressed comments. Thanks Qian Zhang & Joris!
Bugs: MESOS-3489
https://issues.apache.org/jira/browse/MESOS-3489
Repository: mesos
Description
-------
Adds a `getInverseOfferStatuses` method to the allocator, which returns some
`InverseOfferStatus` objects, grouped by Agent and Framework.
Changes the `/maintenance/status` endpoint to return this additional
information about draining machines.
Diffs (updated)
-----
include/mesos/maintenance/maintenance.proto
ee01c5d29b792ca660c9dff90ea1c3f93ac6a492
include/mesos/master/allocator.hpp 2fd00ca4f0ce6efa5ffb0af33bc4e791d66c04cc
include/mesos/master/allocator.proto b42f19def20ac3144e07144aece0da6873888b02
src/common/protobuf_utils.hpp 3817c6a3374b2e8f333784261a0c8edabf854fd9
src/common/protobuf_utils.cpp 4dc58fed315d99fd9cdde49e91eab1f4947ef046
src/master/allocator/mesos/allocator.hpp
dca256598a19ccc83885af202554dfe21e3e6095
src/master/allocator/mesos/hierarchical.hpp
4ec08fd4f897fb0a4acb22a06ca69175ef7b9b55
src/master/http.cpp 3e44b06eafa73c5eb4cd8cd90d9e7f14b3fc4e59
src/master/master.cpp 90ef8c663c90ffbdcb4aa2377bfba65ea5d3fda9
src/tests/master_maintenance_tests.cpp
c5277a13bd42e7e5d3c298f51823f12d31a6325f
src/tests/mesos.hpp ff241cca567870f6dfd85bbe835754a4156c8874
Diff: https://reviews.apache.org/r/38653/diff/
Testing
-------
`make check` (OSX clang 7.0)
Thanks,
Joseph Wu