You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Anand Mazumdar (JIRA)" <ji...@apache.org> on 2016/07/25 18:45:20 UTC

[jira] [Created] (MESOS-5901) Make the command executor unversioned

Anand Mazumdar created MESOS-5901:
-------------------------------------

             Summary: Make the command executor unversioned
                 Key: MESOS-5901
                 URL: https://issues.apache.org/jira/browse/MESOS-5901
             Project: Mesos
          Issue Type: Improvement
            Reporter: Anand Mazumdar
             Fix For: 1.1.0


Currently, the command executor in {{src/launcher/executor.cpp}} is in the {{v1}} namespace. As referenced in the versioning design doc, we had agreed to keep the mesos internal code in the unversioned namespace and use {{evolve/devolve}} helpers for requests/responses. 

Following this pattern, we should bring the command executor in the {{mesos::internal}} namespace.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)