-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44660/
-----------------------------------------------------------
(Updated March 24, 2016, 4:18 p.m.)
Review request for mesos, Ben Mahler, Gilbert Song, and Timothy Chen.
Bugs: MESOS-4909
https://issues.apache.org/jira/browse/MESOS-4909
Repository: mesos
Description
-------
The docker executor determines how much time it allots the
underlying container to clean up (via passing the timeout to
the docker daemon) based on both optional task's `KillPolicy`
and optional `shutdown_grace_period` field in `ExecutorInfo`.
Diffs (updated)
-----
include/mesos/mesos.proto 59f5d3aadd1cb32c1eb869451ad55d877bdeee28
include/mesos/v1/mesos.proto 6556a1c243d227fdb9af0d3c1063fed08d3f6c8b
src/docker/executor.cpp afc769d0887e3842106e4c350e94c95c8ffc085e
Diff: https://reviews.apache.org/r/44660/diff/
Testing
-------
The complete chain was tested. See https://reviews.apache.org/r/44662/.
Thanks,
Alexander Rukletsov