You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "James Peach (JIRA)" <ji...@apache.org> on 2018/06/30 10:59:00 UTC

[jira] [Created] (MESOS-9041) Break agent dependencies out of libmesos.

James Peach created MESOS-9041:
----------------------------------

             Summary: Break agent dependencies out of libmesos.
                 Key: MESOS-9041
                 URL: https://issues.apache.org/jira/browse/MESOS-9041
             Project: Mesos
          Issue Type: Task
          Components: agent, build
            Reporter: James Peach


{{libmesos.so}} includes all the dependencies for both the master and the agent. This means that is has way more symbols than necessary (causing inflated built times), and drags in dependencies (e.g. libnl.so, libblkid.so) that are only necessary on the agent. We should attempt to separate the agent code out of {{libmesos.so}}, which would improve the build cleanliness and hopefully performance.



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