DevinLeamy commented on code in PR #571:
URL: https://github.com/apache/mesos/pull/571#discussion_r1578088671
##########
src/slave/containerizer/mesos/isolators/cgroups2/cgroups2.hpp:
##########
@@ -149,7 +149,7 @@ class Cgroups2IsolatorProcess : public MesosIsolatorProcess
process::Future<Nothing> __cleanup(
const ContainerID& containerId,
- const std::vector<process::Future<Nothing>>& futures);
+ const process::Future<Nothing>& future);
Review Comment:
There was already a `__cleanup` function (that wasn't being used) inside of
the `Cgroups2IsolatorProcess`. Therefore, rather than having to _add_ a
`__cleanup` function, we just needed to update the parameters it took.
--
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]