----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43760/ -----------------------------------------------------------
Review request for mesos, Anand Mazumdar and Ben Mahler. Bugs: MESOS-1571 https://issues.apache.org/jira/browse/MESOS-1571 Repository: mesos Description ------- Executor shutdown grace period, which configured on the agent, is propagated to executors via the `MESOS_EXECUTOR_SHUTDOWN_GRACE_PERIOD` environment variable. The executor library uses this timeout to delay the hard shutdown of the related executor. Diffs ----- src/exec/exec.cpp 83dbee9dd2d9a4e7ebf395c8070bc7f9f8412ef1 src/slave/containerizer/containerizer.cpp 59904684cdeb17ef2b42092a3558802c42bfb6bd Diff: https://reviews.apache.org/r/43760/diff/ Testing ------- The complete chain was tested. See https://reviews.apache.org/r/43764/ . Thanks, Alexander Rukletsov