-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59861/
-----------------------------------------------------------
(Updated June 16, 2017, 3:29 p.m.)
Review request for mesos, Benjamin Mahler and Neil Conway.
Changes
-------
Added a more descriptive comment for agent `RESERVATION_REFINEMNET` capability.
Bugs: MESOS-7575
https://issues.apache.org/jira/browse/MESOS-7575
Repository: mesos
Description (updated)
-------
With reservation refinement, we now represent the reservation state in
\`Resource.reservations\` rather than with \`Resource.role\` and
\`Resource.reservation\`. We also keep track of the type of reservation,
and the role the reservation is for in the \`Resource.ReservationInfo\`.
This patch introduces these changes and explains the different formats
in detail.
Diffs (updated)
-----
include/mesos/mesos.proto e9a8b1513150b394f4986a1f34483cfca32b35e3
include/mesos/v1/mesos.proto 5e8c15c07a02999e3376d2104c1c642f00511969
src/common/protobuf_utils.hpp 7b1a1289c16edde44143432b645ecc2222e68576
src/common/protobuf_utils.cpp 46331b379c732edc597b46bb10665c95c9640e96
Diff: https://reviews.apache.org/r/59861/diff/11/
Changes: https://reviews.apache.org/r/59861/diff/10-11/
Testing
-------
Updated tests + `make check`
Thanks,
Michael Park