-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63105/
-----------------------------------------------------------
(Updated Oct. 20, 2017, 2:53 p.m.)
Review request for mesos, Benjamin Bannier and Jie Yu.
Changes
-------
Changed scope. No longer alters resources.
Summary (updated)
-----------------
Removed TODOs from storage operation 'apply' handlers.
Bugs: MESOS-7594
https://issues.apache.org/jira/browse/MESOS-7594
Repository: mesos
Description (updated)
-------
These operations don't alter the offered resources immediately.
Only after operation feedback has been received, resources might
be altered. But this will be handled in a different code path.
Diffs (updated)
-----
src/common/resources.cpp 7ee4dae1389e037531aec533a3d235ee06443ea8
Diff: https://reviews.apache.org/r/63105/diff/2/
Changes: https://reviews.apache.org/r/63105/diff/1-2/
Testing
-------
make check
Thanks,
Jan Schlicht