Joseph Wu created MESOS-5062:
--------------------------------
Summary: Update the long-lived-framework example to run on test
clusters
Key: MESOS-5062
URL: https://issues.apache.org/jira/browse/MESOS-5062
Project: Mesos
Issue Type: Improvement
Components: framework, technical debt
Reporter: Joseph Wu
Assignee: Joseph Wu
There are a couple of problems with the long-lived framework that prevent it
from being deployed (easily) on an actual cluster:
* The framework will greedily accept all offers; it runs one executor per agent
in the cluster.
* The framework assumes the {{long-lived-executor}} binary is available on each
agent. This is generally only true in the build environment or in single-agent
test environments.
* The framework does not specify an resources with the executor. This is
required by many isolators.
* The framework has no metrics.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)