----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17567/ -----------------------------------------------------------
(Updated Feb. 11, 2014, 5:38 a.m.) Review request for mesos, Benjamin Hindman and Niklas Nielsen. Changes ------- Made it public even though it is not final yet. Repository: mesos-git Description ------- This patch adds the so-called pluggable containerizer. This containerizer delegates all containerizer calls directly to an external containerizer program (which can be specified on start-up). Few calls have internal fall-back implementations such as wait(), destroy() and usage(). The protocol for the interactions with the external program is as follows: ./containerizer <command> <container-id> (<optional parameters>) When protocol buffers need to be provided, the Mesos side of the pluggable containerizer will serialize the protos on stdin and vice-versa for reading protos on stdout. NOTE: Still work in progress and not yet reviewable. Diffs ----- configure.ac f69908af84882088ccbf14f89cf46c3a5364cabf include/mesos/mesos.proto 655f86757487ddbe551fdcf53eb793e773ecdd34 src/Makefile.am 054ba2e9bd3935ca354b62ecb2a833fc021aec9d src/examples/python/test-containerizer.in PRE-CREATION src/examples/python/test_containerizer.py PRE-CREATION src/slave/containerizer/containerizer.hpp PRE-CREATION src/slave/containerizer/containerizer.cpp PRE-CREATION src/slave/containerizer/mesos_containerizer.hpp PRE-CREATION src/slave/containerizer/mesos_containerizer.cpp PRE-CREATION src/slave/containerizer/pluggable_containerizer.hpp PRE-CREATION src/slave/containerizer/pluggable_containerizer.cpp PRE-CREATION src/slave/flags.hpp 827b2d0d6dc8fa279f3187a09e5dc6d4799d17cd src/slave/slave.hpp b00f97057fd2f9ba72364cb41c543bd24a97b0fa src/slave/slave.cpp 396293b1749afcbebdf366f4105b46e8ec7749de src/slave/status_update_manager.cpp f7a0c40f1b1a8cfab828998146b8f446a0569251 src/tests/containerizer.hpp PRE-CREATION src/tests/containerizer.cpp PRE-CREATION src/tests/isolator_tests.cpp 45a41ca177efbc200c5e83448f92b4f1d8ca30e1 src/tests/mesos.cpp 5359394f45475803e05d281710139e8cbe7c7364 src/tests/pluggable_containerizer_test.cpp PRE-CREATION Diff: https://reviews.apache.org/r/17567/diff/ Testing ------- Thanks, TILL TOENSHOFF
