[ 
https://issues.apache.org/jira/browse/MESOS-343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Mahler updated MESOS-343:
----------------------------------

    Priority: Minor  (was: Major)
    
> Expose TASK_FAILED reason to Frameworks.
> ----------------------------------------
>
>                 Key: MESOS-343
>                 URL: https://issues.apache.org/jira/browse/MESOS-343
>             Project: Mesos
>          Issue Type: Story
>            Reporter: Benjamin Mahler
>            Priority: Minor
>
> 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