[
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)