You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Gavin (JIRA)" <ji...@apache.org> on 2019/04/29 09:27:37 UTC

[jira] [Issue Comment Deleted] (MESOS-9041) Break agent dependencies out of libmesos.

     [ https://issues.apache.org/jira/browse/MESOS-9041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gavin updated MESOS-9041:
-------------------------
    Comment: was deleted

(was: www.rtat.net)

> 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
>            Priority: Major
>
> {{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)