-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59195/
-----------------------------------------------------------
Review request for mesos, James Peach and Jiang Yan Xu.
Bugs: MESOS-7308
https://issues.apache.org/jira/browse/MESOS-7308
Repository: mesos
Description
-------
In addition to `apply()` on `offeredResources`, we ensure this operation
can be applied on `slave.allocated`. It is is so because certain
operations require that they are applicable to the agent's allocated
resources as a whole.
Note that we return a failed future on the first error (and there may
be other operations which might have failed). However, we do not
modify the state of the allocator if any of the operations fail.
Diffs
-----
include/mesos/allocator/allocator.hpp
dc34a1b6f0c2bdf0d653bd53394364cfa9873ca7
src/master/allocator/mesos/allocator.hpp
119b461136123229f85ed3c3cfd41137974a6b9b
src/master/allocator/mesos/hierarchical.hpp
123f97cf495bff0f822838e09df0d88818f04da6
src/master/allocator/mesos/hierarchical.cpp
b75ed9a20a9a42f958cebbacd91e5e15b0d21394
src/tests/allocator.hpp 4ea722491f63f5ceda5a47228aafddc020f643b0
src/tests/hierarchical_allocator_tests.cpp
08180b9975869de328f0c095dd3cddf0c84fbecf
Diff: https://reviews.apache.org/r/59195/diff/1/
Testing
-------
All tests passed.
Thanks,
Anindya Sinha