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

Ted Yu updated HBASE-4135:
--------------------------

    Description: 
Previously we use servername:60010/master.jsp to access web UI.
In case of master failover, the above wouldn't work.

It is desirable to provide unified method of accessing web UI in case of master 
failover. e.g. We can create a simple servlet hosted by zookeeper and redirect 
request to the active master.
 

  was:
Previously we use servername:60010/master.jsp to access web UI.
In case of master failover, the above wouldn't work.

It is desirable to provide unified method of accessing web UI in case of master 
failover. e.g. allow backup master to query zookeeper and redirect request to 
the active master.
 


> Provide unified method of accessing web UI in case of master failover
> ---------------------------------------------------------------------
>
>                 Key: HBASE-4135
>                 URL: https://issues.apache.org/jira/browse/HBASE-4135
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Ted Yu
>
> Previously we use servername:60010/master.jsp to access web UI.
> In case of master failover, the above wouldn't work.
> It is desirable to provide unified method of accessing web UI in case of 
> master failover. e.g. We can create a simple servlet hosted by zookeeper and 
> redirect request to the active master.
>  

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to