You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Yan Xu (JIRA)" <ji...@apache.org> on 2016/08/12 18:24:20 UTC

[jira] [Commented] (MESOS-4680) HTTP requests to non leading mesos-master redirect to top level page

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

Yan Xu commented on MESOS-4680:
-------------------------------

Just so it's clear on this JIRA: this is resolved by MESOS-1865 because webUI doesn't do redirects anymore, all masters now serve browser traffic and the redirects now happen at the HTTP endpoint level, i.e., the webUI on a follower talks to the endpoint on the leading master.

> HTTP requests to non leading mesos-master redirect to top level page
> --------------------------------------------------------------------
>
>                 Key: MESOS-4680
>                 URL: https://issues.apache.org/jira/browse/MESOS-4680
>             Project: Mesos
>          Issue Type: Bug
>          Components: webui
>    Affects Versions: 0.25.0
>            Reporter: James Mulcahy
>             Fix For: 1.0.0
>
>
> If a client hyperlinks to the Mesos Web UI but links to a non-leading instance, then the WebUI redirects to the leading master but chops the path off during the redirect.
> This isn't especially user friendly, and forces the client to try to locate the leading master when building URLs (and even with this approach, the client is exposed to a master failover race).
> It'd be great if mesos preserved the path when performing the redirect. 



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