-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44657/
-----------------------------------------------------------
(Updated March 22, 2016, 5:12 p.m.)
Review request for mesos, Ben Mahler and Gilbert Song.
Bugs: MESOS-4909
https://issues.apache.org/jira/browse/MESOS-4909
Repository: mesos
Description
-------
The command executor determines how much time it allots the
underlying task to clean up (effectively how long to wait for
the task to comply to SIGTERM before sending SIGKILL) based
on both optional task's `KillPolicy` and optional
`shutdown_grace_period` field in `ExecutorInfo`.
Diffs (updated)
-----
src/launcher/executor.cpp 2df62f09637b55c63ae6fe5d5a70b8debc02fbe2
src/slave/slave.cpp 840534ff0687e82ed063c386e36bbabada230697
Diff: https://reviews.apache.org/r/44657/diff/
Testing
-------
The complete chain was tested. See https://reviews.apache.org/r/44662/.
Thanks,
Alexander Rukletsov