----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/5401/ -----------------------------------------------------------
(Updated July 24, 2012, 10:09 p.m.) Review request for mesos, Benjamin Hindman and Vinod Kone. Changes ------- Address Ben's review comments. 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 cec9e36 src/linux/cgroups.cpp 93c140f src/tests/cgroups_tests.cpp 7f0f901 Diff: https://reviews.apache.org/r/5401/diff/ Testing ------- On Linux machine, make check. Thanks, Jie Yu
