----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63680/#review190664 -----------------------------------------------------------
FAIL: Failed to apply the dependent review: 62145. Failed command: `python.exe .\support\apply-reviews.py -n -r 62145` All the build artifacts available at: http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/63680 Relevant logs: - [apply-review-62145-stdout.log](http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/63680/logs/apply-review-62145-stdout.log): ``` error: patch failed: src/slave/http.cpp:2345 error: src/slave/http.cpp: patch does not apply ``` - Mesos Reviewbot Windows On Nov. 10, 2017, 2:13 a.m., Chun-Hung Hsiao wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/63680/ > ----------------------------------------------------------- > > (Updated Nov. 10, 2017, 2:13 a.m.) > > > Review request for mesos, Gilbert Song, Jie Yu, and Joseph Wu. > > > 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 launch. > * `postStopHook`: called after the container exits. > > `ContainerDaemon` does not manage the lifecycle of the contanier it > monitors, so the container persists across `ContainerDaemon`s. However, > it provides a `terminate()` method to completely shutdown the monitoring > container. > > > Diffs > ----- > > src/Makefile.am 1c97b1fd8151f87c4e9e6d62884b0ef7d582c312 > src/slave/container_daemon.hpp PRE-CREATION > src/slave/container_daemon.cpp PRE-CREATION > > > Diff: https://reviews.apache.org/r/63680/diff/2/ > > > Testing > ------- > > > Thanks, > > Chun-Hung Hsiao > >
