-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51407/
-----------------------------------------------------------
(Updated Sept. 18, 2016, 6:36 p.m.)
Review request for mesos and Jie Yu.
Changes
-------
Updated based on new decision to checkpoint all runtime information about
containers in the containerizer instead of the launcher.
Summary (updated)
-----------------
Updated mesos containerizer to checkpoint container runtime information.
Bugs: MESOS-6088
https://issues.apache.org/jira/browse/MESOS-6088
Repository: mesos
Description (updated)
-------
This includes checkpointing both the container pid and the status of
the container upon exit. This also includes an update to tests to
account for new 'init' process semantics in a container. That is, the
name of the init process of the container is now "mesos-containerizer"
not "sh".
Diffs (updated)
-----
src/slave/containerizer/mesos/containerizer.cpp
e54169ba00f6e0cdd7043075b4cdd12d714c99e3
src/tests/containerizer/isolator_tests.cpp
93ce75180520d382f63ce7323be844fe43c6594e
Diff: https://reviews.apache.org/r/51407/diff/
Testing (updated)
-------
$ GTEST_FILTER="" make -j check
$ src/mesos-tests
$ sudo src/mesos-tests
Thanks,
Kevin Klues