You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Yan Xu (JIRA)" <ji...@apache.org> on 2013/11/19 00:07:20 UTC

[jira] [Created] (MESOS-818) Bump up the minimum number threads libprocess creates to accommodate new tests

Yan Xu created MESOS-818:
----------------------------

             Summary: Bump up the minimum number threads libprocess creates to accommodate new tests
                 Key: MESOS-818
                 URL: https://issues.apache.org/jira/browse/MESOS-818
             Project: Mesos
          Issue Type: Improvement
            Reporter: Yan Xu
            Assignee: Yan Xu
             Fix For: 0.16.0


Currently the minimum number of threads libprocess creates is 4 which causes some newly written tests that have more libprocess processes needing to wait on latches than the number of threads libprocess has thus are starved.

See:
https://github.com/apache/mesos/blob/dd89ea359ec55fbc90b5718d9cdbf021f189c2fa/3rdparty/libprocess/src/process.cpp#L1367

Need to bump the minimum number to 8.




--
This message was sent by Atlassian JIRA
(v6.1#6144)