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)