----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72122/#review219556 -----------------------------------------------------------
Bad review! Reviews applied: [72122, 71966, 71965, 72121] Error: 2020-02-12 16:44:33 URL:https://reviews.apache.org/r/71965/diff/raw/ [12198/12198] -> "71965.patch" [1] error: patch failed: src/slave/containerizer/mesos/isolators/cgroups/cgroups.cpp:818 error: src/slave/containerizer/mesos/isolators/cgroups/cgroups.cpp: patch does not apply - Mesos Reviewbot On Feb. 12, 2020, 3:48 p.m., Andrei Budnik wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/72122/ > ----------------------------------------------------------- > > (Updated Feb. 12, 2020, 3:48 p.m.) > > > Review request for mesos, Greg Mann and Qian Zhang. > > > Repository: mesos > > > Description > ------- > > This patch modifies `cgroups::create` function to call > `cloneCpusetCpusMems` for all non-existent nested cgroups. > For instance, if `cgroups::create` is called to create three > non-existent cgroups recursively for the path `/a/b/c`, then > `cloneCpusetCpusMems` will clone both `cpuset.cpus` and `cpuset.mems` > for `/a`, then `/a/b`, and then `/a/b/c`. > > > Diffs > ----- > > src/linux/cgroups.cpp 73646c9eb39948192acedb67e3d2fb13acb14b30 > > > Diff: https://reviews.apache.org/r/72122/diff/1/ > > > Testing > ------- > > > Thanks, > > Andrei Budnik > >
