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

Expose TASK_FAILED reason to Frameworks.

    XMLWordPrintableJSON

Details

    • Story
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 0.21.0
    • None
    • None
    • Twitter Mesos Q4 Sprint 3
    • 8

    Description

      We now have a message string inside TaskStatus that provides human readable information about TASK_FAILED.

      It would be good to add some structure to the failure reasons, for framework schedulers to act on programmatically.

      E.g.

      enum TaskFailure {
      EXECUTOR_OOM;
      EXECUTOR_OUT_OF_DISK;
      EXECUTOR_TERMINATED;
      SLAVE_LOST;
      etc..
      }

      Attachments

        Issue Links

          Activity

            People

              dhamon Dominic Hamon
              bmahler Benjamin Mahler
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: