-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56210/
-----------------------------------------------------------
(Updated Feb. 28, 2017, 3:52 p.m.)
Review request for mesos, Gastón Kleiman and Vinod Kone.
Summary (updated)
-----------------
Reused previous task status for health updates in command executor.
Bugs: MESOS-6906
https://issues.apache.org/jira/browse/MESOS-6906
Repository: mesos
Description (updated)
-------
When a new health task status update is generated in the executor, we
have to make sure specific data is duplicated from the previous one to
avoid shadowing of those data during reconciliation.
Diffs (updated)
-----
src/launcher/executor.cpp adcc50fb7df91b9f8dff0f583b61e0efcd6da378
Diff: https://reviews.apache.org/r/56210/diff/
Testing (updated)
-------
See https://reviews.apache.org/r/56213/
Thanks,
Alexander Rukletsov