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

Matthias Veit edited comment on MESOS-3816 at 11/2/15 1:05 PM:
---------------------------------------------------------------

[~gyliu] Sure. Install Marathon and deploy this app definition:
{noformat}
{
  "id": "failing", 
  "cmd": "sleep 100", 
  "uris": [ "http://google.com"; ]
}
{noformat}






was (Author: aquamatthias):
Sure. Install Marathon with and deploy this app definition:
{noformat}
{
  "id": "failing", 
  "cmd": "sleep 100", 
  "uris": [ "http://google.com"; ]
}
{noformat}




> 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
>            Assignee: Guangya Liu
>
> 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)

Reply via email to