-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64033/
-----------------------------------------------------------
(Updated Nov. 24, 2017, 7:13 p.m.)
Review request for mesos, Andrei Budnik, Armand Grillet, and Vinod Kone.
Summary (updated)
-----------------
Terminated driver-based executors if kill arrives before launch task.
Bugs: MESOS-8247
https://issues.apache.org/jira/browse/MESOS-8247
Repository: mesos
Description (updated)
-------
`ExecutorRegisteredMessage` or `RunTaskMessage` may not be delivered
to a driver-based executor. Since these messages are not retried,
without this patch an executor never starts a task and remains idle,
ignoring kill task request. This patch ensures all driver-based
executors eventually shut down if kill task arrives before the task
has been started.
Diffs (updated)
-----
src/exec/exec.cpp cdbf149a9047ddad6beef64be1266e15e7643afc
Diff: https://reviews.apache.org/r/64033/diff/2/
Changes: https://reviews.apache.org/r/64033/diff/1-2/
Testing
-------
make check on MacOS 10.11.6
Manual testing using modified "exec.cpp" that drops executor registration
confirmation.
Thanks,
Alexander Rukletsov