-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55476/
-----------------------------------------------------------
(Updated Jan. 18, 2017, 7:33 p.m.)
Review request for mesos and Vinod Kone.
Changes
-------
Tweak commit message.
Bugs: MESOS-6619
https://issues.apache.org/jira/browse/MESOS-6619
Repository: mesos
Description (updated)
-------
This task state was always conceptually non-terminal, but previously
`isTerminalState` returned true for it. The master now distinguishes
between "removable" and "terminal" task states, so we can correctly
classify TASK_UNREACHABLE as a removable but non-terminal task state.
Diffs (updated)
-----
src/common/protobuf_utils.cpp af3c2a660f91c366ca5ffe8671d10c4a270bbbcc
Diff: https://reviews.apache.org/r/55476/diff/
Testing
-------
`make check`
Thanks,
Neil Conway
|