[
https://issues.apache.org/jira/browse/MESOS-101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14555589#comment-14555589
]
Sanjeev Kulkarni commented on MESOS-101:
----------------------------------------
We are writing a new framework on top of Mesos that launches a new framework
per application. To avoid the framework getting killed, we have to resort to a
lot of heavy weight stuff(like standby frameworks, etc), which are not
completely failsafe(like what happens if primary and all secondary frameworks
die together). If Mesos provides this functionality, it would greatly simplify
our lives.
> Create meta-framework (i.e. a framework for launching and managing other
> frameworks)
> ------------------------------------------------------------------------------------
>
> Key: MESOS-101
> URL: https://issues.apache.org/jira/browse/MESOS-101
> Project: Mesos
> Issue Type: Story
> Components: framework
> Reporter: Andy Konwinski
>
> Framework developers should be able to submit their framework to, and have it
> run by, a metaframework (i.e. the metaframework would launch a mesos task
> which would run the new frameworks scheduler passing it the masters address).
> The meta framework could provide a way to kill or update currently running
> frameworks, it might also have its own webui.
> This framework could be written in any language.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)