----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/5401/ -----------------------------------------------------------
(Updated June 20, 2012, 4:49 p.m.) Review request for mesos, Benjamin Hindman and Vinod Kone. Changes ------- Adapt to the new cgroups basic APIs. 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 (updated) ----- 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
