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)