There are at least two mechanisms for shutdown by timeout in mesos: * through the separate ShutdownProcess (src/exec/exec.cpp:383) * delay in the same process (src/launcher/executor.cpp:325) Why do we need two different ways of doing that?
Regards, Alex
