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

Andrew Schwartzmeyer updated MESOS-6838:
----------------------------------------
    Issue Type: Improvement  (was: Bug)

> Reconsider the semantics of `subprocess` on Windows
> ---------------------------------------------------
>
>                 Key: MESOS-6838
>                 URL: https://issues.apache.org/jira/browse/MESOS-6838
>             Project: Mesos
>          Issue Type: Improvement
>          Components: libprocess
>            Reporter: Alex Clemmer
>            Assignee: Andrew Schwartzmeyer
>              Labels: microsoft
>
> Right now, throughout the codebase, we are passing Windows shell commands 
> into `subprocess`'s `argv` parameter, and ignoreing the `path` parameter. For 
> example, we might do something like:
> {code}
> subprocess("", "cmd /c mesos-containerizer.exe", ...)
> {code}
> The `cmd /c` here is required. This obviously does not have high cohesion 
> with the Unix usage of this, so we should consider ways to clean this up.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to