You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Matthias Veit (JIRA)" <ji...@apache.org> on 2015/11/02 13:15:27 UTC

[jira] [Commented] (MESOS-3816) If a URI can not be fetched or is of wrong type, then TASK_FAILED should contain a meaningful message

    [ https://issues.apache.org/jira/browse/MESOS-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14985129#comment-14985129 ] 

Matthias Veit commented on MESOS-3816:
--------------------------------------

[~bernd-mesos] Please assign to the appropriate person.

> If a URI can not be fetched or is of wrong type, then TASK_FAILED should contain a meaningful message
> -----------------------------------------------------------------------------------------------------
>
>                 Key: MESOS-3816
>                 URL: https://issues.apache.org/jira/browse/MESOS-3816
>             Project: Mesos
>          Issue Type: Bug
>          Components: fetcher
>    Affects Versions: 0.24.1
>            Reporter: Matthias Veit
>
> If a user defines a URI, which is considered not valid (e.g. http://google.com) then the task can not be launched: TASK_FAILED is send with an empty error message. 
> The TASK_FAILED event should contain *ALWAYS* a meaningful error message.
> {noformat}
> {"taskStatus":"TASK_FAILED", "message":"", "slaveId":"xxx", "taskId":"xxx", "appId":"xxx", "host":"xxx", "ports":[31340], "version":"xxx"}
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)