-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2990/
-----------------------------------------------------------
(Updated 2012-03-06 00:35:01.185527)
Review request for mesos, Benjamin Hindman and Andy Konwinski.
Changes
-------
Converted to using protobufs for storing completed frameworks and executors,
and added history recovery after a master failure.
Summary
-------
Added a framework history to the slave page, an executor history to the
framework page, and a task history to the executor page. Allows stdout and
stderr of executors to be viewed after they finish executing.
Also added history recovery after a master failure.
This addresses bug MESOS-8.
https://issues.apache.org/jira/browse/MESOS-8
Diffs (updated)
-----
src/master/http.cpp 591433a
src/master/master.hpp 53551b0
src/master/master.cpp 1d3961e
src/messages/messages.proto 11a2c41
src/slave/constants.hpp f0c8679
src/slave/http.cpp f03815d
src/slave/slave.hpp b1a07e9
src/slave/slave.cpp ce8fda5
src/webui/slave/executor.tpl dd53464
src/webui/slave/framework.tpl 9488da5
src/webui/slave/index.tpl 0f18de6
Diff: https://reviews.apache.org/r/2990/diff
Testing
-------
Thanks,
Thomas