-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/28069/
-----------------------------------------------------------
(Updated Nov. 24, 2014, 5:19 p.m.)
Review request for mesos, Ben Mahler, Niklas Nielsen, and Till Toenshoff.
Changes
-------
Address Niklas' comments.
Bugs: MESOS-1571
https://issues.apache.org/jira/browse/MESOS-1571
Repository: mesos-git
Description
-------
The configurable slave's executor_shutdown_grace_period flag is propagated to
Executor and CommandExecutor via CommandInfo and an environment variable.
Shutdown timeout in ExecutorProcess and signal escalation timeout in
CommandExecutor are now dependent on this value.
Diffs (updated)
-----
src/exec/exec.cpp e15f834
src/launcher/executor.cpp 6175bf5
src/slave/constants.hpp fd1c1ab
src/slave/constants.cpp 2a99b11
src/slave/containerizer/containerizer.cpp 1448bea
src/slave/flags.hpp 4f5b8b4
src/slave/slave.cpp ed63ded
src/tests/gc_tests.cpp cb5dc5f
src/tests/slave_tests.cpp 3b80ca9
Diff: https://reviews.apache.org/r/28069/diff/
Testing
-------
make check (Mac OS 10.9.4, Ubuntu 14.04)
Thanks,
Alexander Rukletsov