-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63977/
-----------------------------------------------------------
Review request for mesos and Benjamin Mahler.
Bugs: MESOS-8221
https://issues.apache.org/jira/browse/MESOS-8221
Repository: mesos
Description
-------
With the updated `downgradeResources` based on protobuf-reflection,
we can now invoke `downgradeResources` on an entire protobuf message
rather than pulling out the components that contain `Resource`s.
Diffs
-----
src/master/master.cpp 7417b5d641fd4bb6d91cb0e6456c60201bbc8206
src/slave/slave.cpp 6e9adc60f593faf1b0e56caeea04882f67af7080
src/slave/state.hpp 8d088d02b786e1d4bf0187f4a574a0222811d10c
src/tests/slave_recovery_tests.cpp f14c6ef69eb20a03454c8197df79b572a3c6d050
Diff: https://reviews.apache.org/r/63977/diff/1/
Testing
-------
`make check`
Thanks,
Michael Park