----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/75159/ -----------------------------------------------------------
(Updated Aug. 9, 2024, 7:29 p.m.) 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 (updated) ----- src/slave/containerizer/mesos/isolators/cgroups2/cgroups2.cpp 55cc759a3cbc662b16a0281c9f04b3009fa7c1fb Diff: https://reviews.apache.org/r/75159/diff/2/ Changes: https://reviews.apache.org/r/75159/diff/1-2/ Testing ------- CgroupsIsolatorTest.ROOT_CGROUPS_PidsAndTids is able to correctly find the number of processes/threads Thanks, Jason Zhou
