-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65109/
-----------------------------------------------------------
(Updated Jan. 16, 2018, 10:14 p.m.)
Review request for mesos, Benjamin Mahler and Vinod Kone.
Changes
-------
Patches updated.
Summary (updated)
-----------------
Fixed a bug relating to lingering executors.
Bugs: MESOS-8411
https://issues.apache.org/jira/browse/MESOS-8411
Repository: mesos
Description (updated)
-------
An executor should be shutdown if it has never got any tasks
i.e. all of its initial tasks are killed before launching.
See MESOS-8411.
This patch ensures this by checking an executor's various
tasks queues during task kill and executor registration,
and shutting down executors that had never received any tasks.
Diffs (updated)
-----
src/slave/constants.hpp e6cb7cc0ccdaaf981eb66defa21b38720f4e1de9
src/slave/slave.hpp a07f046c7ed980bed3e3d0d2780295727b87ee44
src/slave/slave.cpp 1672c06894c25e7120bb8a1da15f7d6432eb5954
Diff: https://reviews.apache.org/r/65109/diff/2/
Changes: https://reviews.apache.org/r/65109/diff/1-2/
Testing (updated)
-------
make check
new tests in #65111
Thanks,
Meng Zhu