----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15954/ -----------------------------------------------------------
(Updated Dec. 3, 2013, 6:52 p.m.) Review request for mesos, Benjamin Hindman, Ben Mahler, Chi Zhang, and Jie Yu. Changes ------- Added comments 1. cgroup.procs as suggested by bmahler 2. we parse into a set so the pids returned are unique and sorted. Repository: mesos-git Description ------- the cgroup "tasks" file lists the *threads* in a cgroup. we should use the "cgroup.procs" which lists processes. see https://issues.apache.org/jira/browse/MESOS-859 Diffs (updated) ----- src/linux/cgroups.hpp 6f60c43 src/linux/cgroups.cpp 5a95e75 src/tests/cgroups_tests.cpp bc5f961 Diff: https://reviews.apache.org/r/15954/diff/ Testing ------- make check # on linux Thanks, Ian Downes
