-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56716/
-----------------------------------------------------------
Review request for mesos and Vinod Kone.
Bugs: MESOS-7129
https://issues.apache.org/jira/browse/MESOS-7129
Repository: mesos
Description
-------
There was an incorrect assumption when kiling a task group that
all its other tasks would still be active. Its possible that
some of them terminated successfully earlier.
Diffs
-----
src/launcher/default_executor.cpp e63cf153831088851863d0956455a024e9bc172a
src/tests/default_executor_tests.cpp 1afab8292c7fc15bd16bee4bcd93ce290a233c9a
Diff: https://reviews.apache.org/r/56716/diff/
Testing
-------
make check + added test
Thanks,
Anand Mazumdar