Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-8173

Improve fetcher exit status message

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 1.5.0
    • fetcher
    • None

    Description

      When the fetcher fails, we emit a message:

              return Failure("Failed to fetch all URIs for container '" +
                             stringify(containerId) +
                             "' with exit status: " +
                             stringify(status.get()));
      

      But `status` is the return value from wait(2) so we should be using WSTRINGIFY.

      Attachments

        Activity

          People

            jamespeach James Peach
            jamespeach James Peach
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: