-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51674/
-----------------------------------------------------------
(Updated Sept. 26, 2016, 5:13 p.m.)
Review request for mesos, Benjamin Hindman, Artem Harutyunyan, Jie Yu, Joseph Wu, and Kevin
Klues.
Repository: mesos
Description
-------
This patch makes the mesos containerizer destroy to be recursive.
To destroy a container with children nested under it, all its
children will be destroyed first, recursively. Then, the container
will get destroyed after all children destroy finish.
Diffs (updated)
-----
src/slave/containerizer/mesos/containerizer.hpp cf0ec671c1af7450c2eb44a899c98dbf403a76b1
src/slave/containerizer/mesos/containerizer.cpp a88e4039da7319bc5b6c4003b67ef7c23ad5c320
Diff: https://reviews.apache.org/r/51674/diff/
Testing
-------
make check
Thanks,
Gilbert Song
|