----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22251/#review44829 -----------------------------------------------------------
src/slave/slave.hpp <https://reviews.apache.org/r/22251/#comment79384> Move it to src/slave/constants.hpp? - Jie Yu On June 5, 2014, 12:15 a.m., Ian Downes wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/22251/ > ----------------------------------------------------------- > > (Updated June 5, 2014, 12:15 a.m.) > > > Review request for mesos, Ben Mahler, Jie Yu, 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.hpp 34687e555e6ba07863c45840aa6d07717388cf62 > src/slave/slave.cpp 643c0882a4bab1b612b3fb6fd1004e09edf5f368 > > Diff: https://reviews.apache.org/r/22251/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Ian Downes > >
