-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44654/
-----------------------------------------------------------
(Updated March 15, 2016, 2:15 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 741786132f3a8cc43f5b9ced262429038832a946
Diff: https://reviews.apache.org/r/44654/diff/
Testing
-------
The complete chain was tested. See https://reviews.apache.org/r/44662/.
Thanks,
Alexander Rukletsov