-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52803/
-----------------------------------------------------------
(Updated Oct. 14, 2016, 4:02 p.m.)
Review request for mesos and Vinod Kone.
Changes
-------
Tweak comment.
Bugs: MESOS-6332
https://issues.apache.org/jira/browse/MESOS-6332
Repository: mesos
Description
-------
The agent previously sent TASK_LOST updates for tasks that are killed
for various reasons, such as containerizer errors or QoS preemption. The
agent now sends TASK_GONE to partition-aware frameworks instead.
Diffs (updated)
-----
src/slave/slave.cpp 6bd9b49c3bbdb973a0d03552ae8fe55b33371083
src/tests/containerizer/docker_containerizer_tests.cpp
6d26797abf6d2b5e42b9e7743789e1edc62c9c1a
src/tests/oversubscription_tests.cpp b356fb62a4e068bc171a75a76001c6d0e76af92a
src/tests/slave_tests.cpp 93b81d3e5b90d8036409e943f598c865fe335bcc
Diff: https://reviews.apache.org/r/52803/diff/
Testing
-------
`make check`
Thanks,
Neil Conway