----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53666/#review155711 -----------------------------------------------------------
Patch looks great! Reviews applied: [53666] Passed command: export OS='ubuntu:14.04' BUILDTOOL='autotools' COMPILER='gcc' CONFIGURATION='--verbose' ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'; ./support/docker_build.sh - Mesos ReviewBot On Nov. 11, 2016, 8:22 a.m., Anindya Sinha wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/53666/ > ----------------------------------------------------------- > > (Updated Nov. 11, 2016, 8:22 a.m.) > > > Review request for mesos, Jie Yu and Jiang Yan Xu. > > > Bugs: MESOS-6489 > https://issues.apache.org/jira/browse/MESOS-6489 > > > Repository: mesos > > > Description > ------- > > Added a `continueOnError` attribute to cgroups `Destroyer` to allow > cgroups cleanup to continue incase of any error. The linux launcher > continues cleanup of cgroups even if there is an error. However, if > the top level cgroup is actually removed, it treats it as a success. > > > Diffs > ----- > > src/linux/cgroups.hpp cfce09cb57501f2c988a8d997d7c6150280ed53d > src/linux/cgroups.cpp 630e2ec2d0eac2bb35488d0416883df1601224c8 > src/slave/containerizer/mesos/linux_launcher.cpp > 0305d14c1f791c93edcd3b32786b483b15f40a2d > > Diff: https://reviews.apache.org/r/53666/diff/ > > > Testing > ------- > > All tests passed. > > > Thanks, > > Anindya Sinha > >
