-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55476/
-----------------------------------------------------------
Review request for mesos and Vinod Kone.
Bugs: MESOS-6619
https://issues.apache.org/jira/browse/MESOS-6619
Repository: mesos
Description
-------
This task state was always conceptually non-terminal, but previously
`isTerminalState` returned true for it. Now that the master
distinguishes between "removable" and "terminal" task states, we can
correctly classify TASK_UNREACHABLE as a removal but non-terminal task
state.
Diffs
-----
src/common/protobuf_utils.cpp af3c2a660f91c366ca5ffe8671d10c4a270bbbcc
Diff: https://reviews.apache.org/r/55476/diff/
Testing
-------
`make check`
Thanks,
Neil Conway
|