-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63555/
-----------------------------------------------------------
Review request for mesos, Gilbert Song, Jie Yu, Joseph Wu, and Jan Schlicht.
Bugs: MESOS-7550
https://issues.apache.org/jira/browse/MESOS-7550
Repository: mesos
Description
-------
`Slave::publishAllocatedResources()` will compute the total allocated
resources for all currently running executor containers, and takes an
`extra` argument for resources that will be used by the executor that
is about to launch, then sums them up and asks the resource provider
manager to publish the resources.
Diffs
-----
src/slave/slave.hpp df1b0205124555dcb6a0efa5c237f5e77fa2bdf7
src/slave/slave.cpp 337083dbe60bba2d3773b785bdceeaf0b8fcd070
Diff: https://reviews.apache.org/r/63555/diff/1/
Testing
-------
make check
Thanks,
Chun-Hung Hsiao
|