You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ashish Singhi (JIRA)" <ji...@apache.org> on 2017/03/10 13:32:04 UTC

[jira] [Commented] (HBASE-17769) In webUI, master and regionserver address should use rpc-port instead of infoport

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

Ashish Singhi commented on HBASE-17769:
---------------------------------------

Can you attach the sceenshots before and after ?

{code}
-                String host = masterServerName.getHostname() + ":" + infoPort;
+                String host = masterServerName.getHostname() + ":" + port;
                 String url = "//" + host + "/master-status";
{code}
The above change of yours will break the URL now. Please check whether on clicking the URL it still redirects to master page.

> In webUI, master and regionserver address should use rpc-port instead of infoport
> ---------------------------------------------------------------------------------
>
>                 Key: HBASE-17769
>                 URL: https://issues.apache.org/jira/browse/HBASE-17769
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 2.0.0, 1.4.0
>            Reporter: Guangxu Cheng
>            Assignee: Guangxu Cheng
>         Attachments: HBASE-17769-v1.patch
>
>
> On table.jsp display regionserver address is ip:infoport, it may be more appropriate to use ip:hbase.regionserver.port
> Similarly, the master address displayed on the regionserver page should be ip:hbase.master.port



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)