-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22251/
-----------------------------------------------------------
(Updated June 4, 2014, 5:15 p.m.)
Review request for mesos, Ben Mahler, Jie Yu, and Vinod Kone.
Changes
-------
Addressed Vinod's comments.
Bugs: MESOS-1417
https://issues.apache.org/jira/browse/MESOS-1417
Repository: mesos-git
Description
-------
Give the command executor some cpu and memory.
This is necessary because after a terminal task status update the slave updates
the container's resources, which would be zero if the executor didn't have its
own resources.
This does lead to a small overcommit but the command executor is only (mainly?)
used for tests.
Diffs (updated)
-----
src/slave/slave.hpp 34687e555e6ba07863c45840aa6d07717388cf62
src/slave/slave.cpp 643c0882a4bab1b612b3fb6fd1004e09edf5f368
Diff: https://reviews.apache.org/r/22251/diff/
Testing
-------
make check
Thanks,
Ian Downes