----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18604/ -----------------------------------------------------------
Review request for mesos. Repository: mesos-git Description ------- If command executor processes doesn't respond to SIGTERM during shutdown, the slave will call containerizer->destroy() after EXECUTOR_SHUTDOWN_GRACE_PERIOD seconds. MesosContainerizer::destroy() calls SIGKILL on the process tree which effectively is the necessary signal escalation. Diffs ----- src/launcher/executor.cpp e30d77a Diff: https://reviews.apache.org/r/18604/diff/ Testing ------- make check Thanks, Niklas Nielsen
