You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benno Evers (JIRA)" <ji...@apache.org> on 2018/11/15 13:29:00 UTC

[jira] [Created] (MESOS-9391) Parallel test runner can exhaust system resource in combination with libtool wrappers

Benno Evers created MESOS-9391:
----------------------------------

             Summary: Parallel test runner can exhaust system resource in combination with libtool wrappers
                 Key: MESOS-9391
                 URL: https://issues.apache.org/jira/browse/MESOS-9391
             Project: Mesos
          Issue Type: Bug
            Reporter: Benno Evers


Using the default autotools build currently enables both the parallel test runner (--enable-parallel-test-execution) and the use of libtool wrapper scripts (--enable-libtool-wrappers).

These have an unfortunate interaction where the wrapper scripts will actually call the linker on first invocation, and the parallel test runner will run with the `nrproc` parallel tests, leading to this many parallel invocations of the linker for a huge link, which can completely exhaust available resources on the host machine.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)