----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51668/ -----------------------------------------------------------
(Updated Sept. 24, 2016, 11:50 a.m.) Review request for mesos, Benjamin Hindman, Artem Harutyunyan, Jie Yu, Joseph Wu, and Kevin Klues. Repository: mesos Description ------- To support nested containers, each container should maintain a list of its children containers in structure. The tree-like structure is not necessary though. We just need to keep a flat hashset for nested containers. Diffs (updated) ----- src/slave/containerizer/mesos/containerizer.hpp 16f9e3e92e90fe7f8a0ebd24e567800e1f285bc9 Diff: https://reviews.apache.org/r/51668/diff/ Testing ------- make check Thanks, Gilbert Song
