-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52723/
-----------------------------------------------------------
Review request for mesos and Vinod Kone.
Bugs: MESOS-6332
https://issues.apache.org/jira/browse/MESOS-6332
Repository: mesos
Description
-------
If a framework attempts to launch a task but the launch message is
dropped after it reaches the master but before it reaches the slave, the
failed launch will be detected during master <-> agent reconciliation
when the agent re-registers. Previously, the agent would generate a
TASK_LOST status update for such dropped tasks; now it will generate
TASK_DROPPED if the framework is partition-aware.
Diffs
-----
src/slave/slave.cpp 119fb36c27b25739f2a86a55d48e964ca4a84ff7
src/tests/master_slave_reconciliation_tests.cpp
2983c1b074c2d4179e95e619083f5dd4e9ac6730
src/tests/slave_recovery_tests.cpp 703948f7a6861a4401ee45ce9cae2644106083f3
Diff: https://reviews.apache.org/r/52723/diff/
Testing
-------
`make check`
Thanks,
Neil Conway