You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Anand Mazumdar (JIRA)" <ji...@apache.org> on 2017/02/15 19:41:41 UTC

[jira] [Created] (MESOS-7131) Make the long lived framework use the default executor.

Anand Mazumdar created MESOS-7131:
-------------------------------------

             Summary: Make the long lived framework use the default executor.
                 Key: MESOS-7131
                 URL: https://issues.apache.org/jira/browse/MESOS-7131
             Project: Mesos
          Issue Type: Improvement
            Reporter: Anand Mazumdar


Currently, the [long lived framework| https://github.com/apache/mesos/blob/master/src/examples/long_lived_framework.cpp] uses it's own executor {{long_lived_executor}} for launching tasks. Now that we have added functionality to the default executor to launch multiple task groups (MESOS-6296), we should make the long lived framework use the [default executor| https://github.com/apache/mesos/blob/master/src/launcher/default_executor.cpp] instead. 

Also, we do not have a metric for executor failures on the long running framework. We should also consider adding a metric for it as part of this change to ensure that we can test the life cycle of the default executor.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)