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/07/04 12:11:00 UTC

[jira] [Created] (MESOS-9051) Move agent call validation into common validation library.

James Peach created MESOS-9051:
----------------------------------

             Summary: Move agent call validation into common validation library.
                 Key: MESOS-9051
                 URL: https://issues.apache.org/jira/browse/MESOS-9051
             Project: Mesos
          Issue Type: Bug
          Components: agent, build
            Reporter: James Peach


The executor driver callsĀ {{executor::call::validate()}} from {{src/slave/validation.cpp}}, which creates an upward dependency from libmesos.so (where the executor driver has to live) to the agent. If we can move the validation calls down to the common validation library, we can break this dependency.



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