DevinLeamy opened a new pull request, #509: URL: https://github.com/apache/mesos/pull/509
Removing programs that are attached to a cgroup is a three step process. 1. We fetch the program ids that are attached to the cgroup. 2. We fetch the file descriptors of the attached programs, using their program ids. 3. We use the file descriptors of the attached programs to detach them. This patch introduces the function `ebpf::cgroups2::attached()` to carry out the first step. This will be followed by patches for the subsequent two steps. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
