Benjamin Mahler created MESOS-343:
-------------------------------------

             Summary: Expose TASK_FAILED reason to Frameworks.
                 Key: MESOS-343
                 URL: https://issues.apache.org/jira/browse/MESOS-343
             Project: Mesos
          Issue Type: New Feature
            Reporter: Benjamin Mahler


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..
}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to