You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Ilya Pronin (JIRA)" <ji...@apache.org> on 2016/12/09 16:13:58 UTC

[jira] [Created] (MESOS-6768) Introduce a containerizer and executor suitable for scale testing

Ilya Pronin created MESOS-6768:
----------------------------------

             Summary: Introduce a containerizer and executor suitable for scale testing
                 Key: MESOS-6768
                 URL: https://issues.apache.org/jira/browse/MESOS-6768
             Project: Mesos
          Issue Type: Improvement
          Components: containerization
            Reporter: Ilya Pronin
            Assignee: Ilya Pronin
            Priority: Minor


The {{ScaleTestContainerizer}} and {{ScaleTestExecutor}} implement the basic behaviors of a containerizer and executor while consuming no resources. They are intended for use in scale testing a large number of agents interacting with a master.

The containerizer does no actual containerization nor does it actually even run the taks. It simply runs a {{ScaleTestExecutor}} which sends {{TASK_RUNNING}} on {{Executor::launchTask()}} and {{TASK_KILLED}} on {{Executor::killTask()}}.

Because no resources are actually consumed (but are accounted for by the agent) any amount of resources can be offered by the agent through {{--resources}} so that any desired number of tasks can be run.

Enable it with {{--containerizers=scale-test}}.

[~jieyu], can you shepherd this, please?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)