-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52659/
-----------------------------------------------------------
(Updated Oct. 18, 2016, 1:05 a.m.)
Review request for mesos and Vinod Kone.
Changes
-------
Tweak comment per review.
Bugs: MESOS-6329
https://issues.apache.org/jira/browse/MESOS-6329
Repository: mesos
Description
-------
When a task launch fails due to a transient error (e.g., insufficient
available resources at an agent), the master sends a TASK_LOST update to
the framework. For PARTITION_AWARE frameworks, we now send TASK_DROPPED
instead.
Diffs (updated)
-----
src/master/master.cpp 3c6b18ead44cd5f2978093f5415e974cfcbfa714
src/tests/master_authorization_tests.cpp
a4623d15c246651fd1038fdedf16321b1d5f273f
src/tests/master_tests.cpp 88cf1e612ad8186ef2cea161b3a52b0df9517305
Diff: https://reviews.apache.org/r/52659/diff/
Testing
-------
`make check`
Thanks,
Neil Conway