-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68760/
-----------------------------------------------------------
Review request for mesos, Benjamin Bannier, Jie Yu, and Jan Schlicht.
Bugs: MESOS-9228
https://issues.apache.org/jira/browse/MESOS-9228
Repository: mesos
Description
-------
The `terminate` function will send a kill to its monitoring container
and cause the monitor loop to stop. The loop will be stopped after
the `postStopHook` is called.
Diffs
-----
src/slave/container_daemon.hpp a58140dd787524b0438ba4719fa7e3365ab2fa17
src/slave/container_daemon.cpp e1b0812b8b467ee4061b23d39552e2417d65a14a
src/slave/container_daemon_process.hpp
a5d19a04223f6f595e97ec83962558639fd51f7b
Diff: https://reviews.apache.org/r/68760/diff/1/
Testing
-------
make check
Thanks,
Chun-Hung Hsiao