-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22251/
-----------------------------------------------------------
Review request for mesos, Ben Mahler and Vinod Kone.
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
-----
src/slave/slave.cpp 643c0882a4bab1b612b3fb6fd1004e09edf5f368
Diff: https://reviews.apache.org/r/22251/diff/
Testing
-------
make check
Thanks,
Ian Downes