-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/28065/
-----------------------------------------------------------
(Updated Nov. 24, 2014, 5:13 p.m.)
Review request for mesos, Ben Mahler, Niklas Nielsen, and Till Toenshoff.
Changes
-------
Address Niklas' comments, fix nearby indentation issues in Makefile.
Bugs: MESOS-1571
https://issues.apache.org/jira/browse/MESOS-1571
Repository: mesos-git
Description
-------
Shutdown grace period differs across shutdown levels (containerizer,
ExecutorProcess, CommandExecutor). Each nested timeout is somewhat shorter than
the parent one.
Diffs (updated)
-----
src/Makefile.am 2448db8
src/slave/constants.hpp fd1c1ab
src/slave/constants.cpp 2a99b11
src/slave/grace_shutdown.hpp PRE-CREATION
src/slave/grace_shutdown.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/28065/diff/
Testing
-------
make check (Mac OS 10.9.4, Ubuntu 14.04)
Thanks,
Alexander Rukletsov