----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/75159/ -----------------------------------------------------------
Review request for mesos and Benjamin Mahler. Repository: mesos Description ------- Currently the core controller is skipped over during prepare(), and it is not added to the container's registered controlelrs. We need to register the core controller so that its functions can be called by the isolator. Diffs ----- src/slave/containerizer/mesos/isolators/cgroups2/cgroups2.cpp b28ae7f386c03c12889faf901c516132aa3fccc4 Diff: https://reviews.apache.org/r/75159/diff/1/ Testing ------- CgroupsIsolatorTest.ROOT_CGROUPS_PidsAndTids is able to correctly find the number of processes/threads Thanks, Jason Zhou
