----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14434/ -----------------------------------------------------------
(Updated Oct. 14, 2013, 9:40 p.m.) Review request for mesos. Changes ------- Updated as per Ben M's & Ben H's comments. Summary (updated) ----------------- Added StateTransition to Task message. Repository: mesos-git Description (updated) ------- Added StateTransition to Task message. Task now includes repeated state transitions with timestamps. This allows the master to perform some basic task accounting, like displaying the start/finish time for tasks. To support this, a timestamp was added to the TaskStatus message which is also passed to frameworks when there are state transitions. Review: https://reviews.apache.org/r/14434 Diffs (updated) ----- include/mesos/mesos.proto fe1d82bf3580201f2aff2ca775f9d77aef45736e src/common/protobuf_utils.hpp 19a49ab1cb212b454394b78ffedeb9a7eb6b8964 src/exec/exec.cpp 7ca21fa205ee8cb851dc8d826d75d8d438c36860 src/master/http.cpp f2a535a002f07784db724f6fdedfb26b271d6327 src/master/master.cpp 1bf5d47b2894a896ef7ee0cec05170dff86b62e8 src/messages/messages.proto a5dded2c0f3f88a5f7d789ccde6e59f68880374b src/webui/master/static/framework.html 6e5cd9f9e48597c7894d6381377c8a291014e8f3 src/webui/master/static/frameworks.html 7c243d47d80e7c74fcac938d012b91b67b995490 Diff: https://reviews.apache.org/r/14434/diff/ Testing ------- `make check`, tested in staging, and manual web UI testing. Thanks, Brenden Matthews
