Bhuvan Arumugam created AURORA-1135:
---------------------------------------
Summary: "download" link broken in logs stdout/stderr page
Key: AURORA-1135
URL: https://issues.apache.org/jira/browse/AURORA-1135
Project: Aurora
Issue Type: Bug
Components: Thermos
Reporter: Bhuvan Arumugam
The {{job-home-page -> stdout}} page return the content and refresh it
periodically. But the {{download}} link on top, always return 404.
The link look something like this:
{code}
http:/host:1338/download/$taskid/tmp/mesos/slaves/$slaveid/frameworks/$frameworkid/executors/thermos-$taskid/sandbox/.logs/$taskname/0/stdout
{code}
... instead, it should look something like this:
{code}
http://host:1338/download/$taskid/.logs/$taskname/0/stdout
{code}
The issue exist for both stdout and stderr pages.
Note, we don't face this problem in {{browse -> .logs -> $taskname -> 0 ->
stdout|stderr}}, as it points to right url.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)