James Peach created MESOS-8173:
----------------------------------

             Summary: 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
            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)

Reply via email to