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

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

     [ https://issues.apache.org/jira/browse/MESOS-6075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gilbert Song reassigned MESOS-6075:
-----------------------------------

    Assignee: Gilbert Song

> 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
>            Assignee: Gilbert Song
>
> 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)