-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51407/
-----------------------------------------------------------
(Updated Sept. 18, 2016, 6:40 p.m.)
Review request for mesos and Jie Yu.
Changes
-------
Updated JIRA link
Bugs: MESOS-6204
https://issues.apache.org/jira/browse/MESOS-6204
Repository: mesos
Description
-------
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
-----
src/slave/containerizer/mesos/containerizer.cpp
e54169ba00f6e0cdd7043075b4cdd12d714c99e3
src/tests/containerizer/isolator_tests.cpp
93ce75180520d382f63ce7323be844fe43c6594e
Diff: https://reviews.apache.org/r/51407/diff/
Testing
-------
$ GTEST_FILTER="" make -j check
$ src/mesos-tests
$ sudo src/mesos-tests
Thanks,
Kevin Klues