-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58486/
-----------------------------------------------------------
(Updated May 11, 2017, 8:21 p.m.)
Review request for mesos, James Peach and Jiang Yan Xu.
Summary (updated)
-----------------
Update the allocator on a per offer operation.
Bugs: MESOS-7308
https://issues.apache.org/jira/browse/MESOS-7308
Repository: mesos
Description (updated)
-------
The allocator is updated for each offer operation in the order specified
in the `ACCEPT` call. Once the allocator is updated successfully, we
handle subsequent operations as follows:
1) Launch or Launch Group: We launch the tasks or task group on the
agent.
2) (Un)reservation or Create/Destroy of Persistent Volumes: We send
the `CheckPointResourcesMessage` to the agent.
If allocation for any of the operations fail, those resources are not
recovered from the allocator.
Diffs (updated)
-----
src/master/master.hpp 89d0790fd5fea59e74276f462581fe0073594732
src/master/master.cpp 4e7a161f431624bd78d3e9032eb8587687149cad
Diff: https://reviews.apache.org/r/58486/diff/4/
Changes: https://reviews.apache.org/r/58486/diff/3-4/
Testing
-------
Tests passed.
Thanks,
Anindya Sinha
|