-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52693/
-----------------------------------------------------------
Review request for mesos and Vinod Kone.
Bugs: MESOS-6330
https://issues.apache.org/jira/browse/MESOS-6330
Repository: mesos
Description
-------
Previously, the master would send TASK_LOST in response to explicit
reconciliation requests for (a) unknown tasks at registered slaves and
(b) tasks at unknown slaves (neither registered nor unreachable). The
master will now send TASK_UNKNOWN for these situations if the framework
has the PARTITION_AWARE capability.
Diffs
-----
src/master/master.cpp ad8993ae43e2508a3777f4062acaca1177ac77f2
src/tests/partition_tests.cpp 12fe8593ff17c35d540f944c428cf7f33b7dcbb3
src/tests/reconciliation_tests.cpp 1412090299df388456f04ed58a1d384ce3ff550a
Diff: https://reviews.apache.org/r/52693/diff/
Testing
-------
`make check`
Thanks,
Neil Conway