----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56210/ -----------------------------------------------------------
(Updated Feb. 8, 2017, 3:16 p.m.) Review request for mesos, Gastón Kleiman and Vinod Kone. Bugs: MESOS-6906 https://issues.apache.org/jira/browse/MESOS-6906 Repository: mesos Description ------- When a new task status update is generated in the executor, we have to make sure specific data is duplicated from the previous update to, e.g., avoid shadowing of those data during reconciliation. For instance, consider a check status being sent; in this status update we must include the latest known health information. Diffs (updated) ----- src/launcher/executor.cpp d9417ce1d5b108f5292a66010eab80f11552a969 Diff: https://reviews.apache.org/r/56210/diff/ Testing ------- See https://reviews.apache.org/r/56218/ Thanks, Alexander Rukletsov