----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18604/#review35750 -----------------------------------------------------------
Ship it! Ship It! - Vinod Kone On Feb. 28, 2014, 2:07 a.m., Niklas Nielsen wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/18604/ > ----------------------------------------------------------- > > (Updated Feb. 28, 2014, 2:07 a.m.) > > > 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 > >
