----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16147/ -----------------------------------------------------------
(Updated Dec. 10, 2013, 2:21 a.m.) Review request for mesos, Benjamin Hindman, Ben Mahler, Chi Zhang, Niklas Nielsen, samya, and Jason Dusek. Repository: mesos-git Description ------- The proposed Containerizer interface is to replace the existing Isolator. One ContainerizerProcess has been written: MesosContainerizerProcess - implements containerizeration internally using a Launcher and one or more Isolators (following review) The intent is to also support a generic ExternalContainerizerProcess that can delegate containerizeration by making external calls. Other Containerizers could interface with specific external containerization techniques such as Docker or LXC. Diffs ----- src/slave/container/containerizer.hpp PRE-CREATION src/slave/container/containerizer.cpp PRE-CREATION src/slave/container/mesos_containerizer.hpp PRE-CREATION src/slave/container/mesos_containerizer.cpp PRE-CREATION src/slave/slave.hpp 2d093a3 src/slave/slave.cpp 91afe03 src/tests/test_containerizer.hpp PRE-CREATION Diff: https://reviews.apache.org/r/16147/diff/ Testing ------- Thanks, Ian Downes