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

Review request for mesos, Benjamin Hindman and Vinod Kone.


Description
-------

This patch provides APIs for controlling the cgroups freezer subsystem.

It is very useful when a slave wants to kill/pause all the processes in (or 
forked by) an executor.

For example, when an out-of-memory event happens, the slave could choose 1) 
kill the executor, 2) pause the executor and notify the user, and so on.


Diffs
-----

  src/linux/cgroups.hpp PRE-CREATION 
  src/linux/cgroups.cpp PRE-CREATION 
  src/tests/cgroups_tests.cpp PRE-CREATION 

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


Testing
-------

On Linux machine, make check.


Thanks,

Jie Yu

Reply via email to