-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21991/
-----------------------------------------------------------
Review request for mesos, Benjamin Hindman and Vinod Kone.
Bugs: MESOS-1388
https://issues.apache.org/jira/browse/MESOS-1388
Repository: mesos-git
Description
-------
The slave must send terminal unacknowledged tasks for terminal executors so
that the master can correctly reconcile tasks when the slave re-registers.
Otherwise, the master may see a missing task (terminal, unacknowledged) on the
slave and incorrectly inform the framework via TASK_LOST, per MESOS-1388.
Diffs
-----
src/slave/slave.cpp 7fbedb1e4ff768d42de75d20c86a6c927f65b86b
src/tests/fault_tolerance_tests.cpp 3f2639347c7fde1b1b8e3c976e493b5fa2c3ade2
Diff: https://reviews.apache.org/r/21991/diff/
Testing
-------
Modified the existing test to ensure that MESOS-1388 is fixed.
Thanks,
Ben Mahler