-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66050/
-----------------------------------------------------------
(Updated March 22, 2018, 9:27 a.m.)
Review request for mesos, Chun-Hung Hsiao and Gaston Kleiman.
Changes
-------
Proper implementation as non-speculative operations.
Bugs: MESOS-4965
https://issues.apache.org/jira/browse/MESOS-4965
Repository: mesos
Description
-------
The new offer operations are implemented as non-speculative operations,
which means they cannot be chained with previous offer operations which
depend on results of each other.
Diffs (updated)
-----
src/common/protobuf_utils.cpp e0609b6154409d24ee99365feeffbdabe90d4e67
src/common/resources_utils.cpp 9be01c1abd48264e308960f35cc7c2ee8a367518
src/master/master.cpp 78f16d685328cf203e0d684338a2d8df943c9292
src/master/validation.hpp 7c129ceb929596acbb64d37025e055661277e6bf
src/master/validation.cpp 9254cd22e67d9aca53135701575fb0857ff6f7d6
src/slave/slave.cpp 915d4f1bbd642ca5d2587cfdd846262cb7e08788
src/tests/mesos.hpp 2c3d0c9350bbbbcd2223ff20c0797d1849d38c19
src/tests/persistent_volume_tests.cpp
924d8458e54e34a49c99593482b5908c5f7c7a48
src/tests/reservation_tests.cpp 8d8e9c8390e65187269bd194bb322bbdff88e0bd
Diff: https://reviews.apache.org/r/66050/diff/3/
Changes: https://reviews.apache.org/r/66050/diff/2-3/
Testing
-------
Thanks,
Zhitao Li