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

Hudson commented on HBASE-14661:
--------------------------------

FAILURE: Integrated in HBase-TRUNK #6963 (See 
[https://builds.apache.org/job/HBase-TRUNK/6963/])
HBASE-14661 RegionServer link is not opening, in HBase Table page (Y. (stack: 
rev 928dade1da5d83df2fc3d9b84160da0eec4efee2)
* hbase-server/src/main/resources/hbase-webapps/master/table.jsp


> RegionServer link is not opening, in HBase Table page.
> ------------------------------------------------------
>
>                 Key: HBASE-14661
>                 URL: https://issues.apache.org/jira/browse/HBASE-14661
>             Project: HBase
>          Issue Type: Bug
>          Components: UI
>    Affects Versions: 2.0.0, 1.0.2
>            Reporter: Y. SREENIVASULU REDDY
>            Assignee: Y. SREENIVASULU REDDY
>            Priority: Minor
>             Fix For: 2.0.0, 1.2.0, 1.3.0, 1.0.3, 1.1.3
>
>         Attachments: HBASE-14661-branch-1.patch
>
>
> In HBase table page Regionserver link is not opening the regionserver UI.
> currently the url is
> {code}
> String url = "//" + addr.getHostname() + ":" + 
> master.getRegionServerInfoPort(addr) + "/";
> {code}
> change in table.jsp file should be
> {code}
> String url = "//" + addr.getHostname() + ":" + 
> master.getRegionServerInfoPort(addr) + "/rs-status";
> {code}



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

Reply via email to