----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4433/ -----------------------------------------------------------
(Updated 2012-03-23 17:20:46.970844) Review request for mesos, Benjamin Hindman and John Sirois. Changes ------- ben's comments. Summary ------- To avoid ambiguity between the TASK_STARTING state that could be sent by the executors, added a new TASK_STAGING state. This state should only be used by mesos core and a status update with this state is explicitly disallowed from executors. Diffs (updated) ----- include/mesos/mesos.proto 478f561 src/exec/exec.cpp 53f7e54 src/master/http.cpp 628112b src/master/master.cpp 6ae8aef src/slave/http.cpp e259642 src/slave/slave.hpp b7bc45a src/slave/slave.cpp 9332caa Diff: https://reviews.apache.org/r/4433/diff Testing ------- make check Thanks, Vinod
