You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/02/04 19:28:13 UTC

[jira] [Created] (MESOS-343) Expose TASK_FAILED reason to Frameworks.

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