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)