-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44654/
-----------------------------------------------------------
(Updated March 14, 2016, 5:48 p.m.)
Review request for mesos and Ben Mahler.
Bugs: MESOS-4911
https://issues.apache.org/jira/browse/MESOS-4911
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 (updated)
-----
src/exec/exec.cpp dec7e8814e7151718d1c89381458753f2e22739e
Diff: https://reviews.apache.org/r/44654/diff/
Testing
-------
The complete chain was tested. See https://reviews.apache.org/r/44662/.
Thanks,
Alexander Rukletsov