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 2017/11/06 18:50:00 UTC

[jira] [Assigned] (MESOS-8173) Improve fetcher exit status message

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

James Peach reassigned MESOS-8173:
----------------------------------

    Assignee: James Peach

> Improve fetcher exit status message
> -----------------------------------
>
>                 Key: MESOS-8173
>                 URL: https://issues.apache.org/jira/browse/MESOS-8173
>             Project: Mesos
>          Issue Type: Bug
>          Components: fetcher
>            Reporter: James Peach
>            Assignee: James Peach
>            Priority: Minor
>
> When the fetcher fails, we emit a message:
> {code}
>         return Failure("Failed to fetch all URIs for container '" +
>                        stringify(containerId) +
>                        "' with exit status: " +
>                        stringify(status.get()));
> {code}
> But `status` is the return value from [wait(2)|http://man7.org/linux/man-pages/man2/waitpid.2.html] so we should be using {{WSTRINGIFY}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)