You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Jie Yu (JIRA)" <ji...@apache.org> on 2016/08/23 21:29:20 UTC

[jira] [Created] (MESOS-6075) Avoid libprocess functions in `mesos-containerizer launch`.

Jie Yu created MESOS-6075:
-----------------------------

             Summary: Avoid libprocess functions in `mesos-containerizer launch`.
                 Key: MESOS-6075
                 URL: https://issues.apache.org/jira/browse/MESOS-6075
             Project: Mesos
          Issue Type: Improvement
          Components: containerization
    Affects Versions: 1.1.0
            Reporter: Jie Yu


Calling libprocses functions in `mesos-containerizer launch` will cause libprocess being initialized. That will have some performance impact as it'll create N threads (N == #cores).

Given that `mesos-containerizer launch` can be blocking, we should avoid using libprocess methods for performance.



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