-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63680/
-----------------------------------------------------------
(Updated Nov. 29, 2017, 8:52 p.m.)
Review request for mesos, Gilbert Song, Jie Yu, and Joseph Wu.
Changes
-------
Made hook functions optional.
Bugs: MESOS-8183
https://issues.apache.org/jira/browse/MESOS-8183
Repository: mesos
Description
-------
The `ContanierDaemon` class is responsible to monitor if a long-running
service running in a standalone container, and restart the service
container after it exits. It takes the following hook functions:
* `postStartHook`: called after the container is launched every time.
* `postStopHook`: called after the container exits every time.
`ContainerDaemon` does not manage the lifecycle of the contanier it
monitors, so the container persists across `ContainerDaemon`s.
Diffs (updated)
-----
src/Makefile.am 9641ad4cf2a1f7fe56a4dcccb6eeff7130872fa8
src/slave/container_daemon.hpp PRE-CREATION
src/slave/container_daemon.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/63680/diff/7/
Changes: https://reviews.apache.org/r/63680/diff/6-7/
Testing (updated)
-------
make
Thanks,
Chun-Hung Hsiao