You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Jie Yu <yu...@gmail.com> on 2012/08/09 23:29:37 UTC

Review Request: Organize cgroups used by the slave in a hierarchical structure.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6501/
-----------------------------------------------------------

Review request for mesos and Benjamin Hindman.


Description
-------

Have a top level cgroup (called rootCgroup) for each slave execution.

all the executor cgroups are children of the rootCgroup.


Diffs
-----

  src/slave/cgroups_isolation_module.hpp 00255b5 
  src/slave/cgroups_isolation_module.cpp 8a121e0 

Diff: https://reviews.apache.org/r/6501/diff/


Testing
-------

make check


Thanks,

Jie Yu