[
https://issues.apache.org/jira/browse/MESOS-8?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13139045#comment-13139045
]
Thomas Marshall commented on MESOS-8:
-------------------------------------
So, my initial thought was that we wouldn't want to leave the entire
framework/task objects lying around in a cache because they contain a lot of
extra information that we don't really need for the webui, so I've been making
a std::map<string, string> to store the info from the framework that's actually
going to be displayed. The problem I'm running into, though, is that not all
the info fits into a map easily (ex: date info, logs). Its still probably
possible to make this work, but I'm not sure if there's a better approach. Any
thoughts? Thanks.
> Maintain a history of executed frameworks/tasks and show it on the web UI
> -------------------------------------------------------------------------
>
> Key: MESOS-8
> URL: https://issues.apache.org/jira/browse/MESOS-8
> Project: Mesos
> Issue Type: Improvement
> Reporter: Matei Zaharia
>
> This is kind of a big task but ultimately important for cluster management.
> See https://github.com/mesos/mesos/issues#issue/39 for previous discussion on
> GitHub.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira