-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51621/
-----------------------------------------------------------
(Updated 九月 5, 2016, 4:23 a.m.)
Review request for mesos, Benjamin Mahler, Jacob Janco, and Jiang Yan Xu.
Summary (updated)
-----------------
WIP: Made recovered resource allocated as soon as possible.
Bugs: MESOS-3078
https://issues.apache.org/jira/browse/MESOS-3078
Repository: mesos
Description
-------
Enable the `recoverResources` logic to call `ensureAllocation`,
this can make sure the `allocationCandidates` can be updated
as soon as possible and allocate the resources as soon as possible
if there are no request in the message queue.
Diffs (updated)
-----
src/master/allocator/mesos/hierarchical.cpp
9e5db2196c6a541dc1208ba8b9f13ef9a518bcc4
Diff: https://reviews.apache.org/r/51621/diff/
Testing
-------
make
make check
Thanks,
Guangya Liu