-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/48250/
-----------------------------------------------------------
Review request for mesos, Benjamin Mahler and Vinod Kone.
Bugs: MESOS-5547
https://issues.apache.org/jira/browse/MESOS-5547
Repository: mesos
Description
-------
Task state reconciliation is documented to only look at the
`taskId` and `slaveId` fields of the TaskStatus that is sent to
the master; hence, setting the `state` field of TaskStatus is
redundant at best and misleading at worst.
Along the way, make use of C++11 initializer lists.
Diffs
-----
src/tests/reconciliation_tests.cpp 092dff165097315cbebd20bc32fb9fcf5370d136
Diff: https://reviews.apache.org/r/48250/diff/
Testing
-------
make check
Thanks,
Neil Conway