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

stack updated HBASE-10483:
--------------------------
       Resolution: Fixed
    Fix Version/s: 0.99.2
                   2.0.0
     Release Note: 
Adds new method to Admin so clients can ask the master's info port. Also fixes 
info port display in UI to use what master is actually using rather than 
display what is Configuration

{code}
+  /**
+   * Get the info port of the current master if one is available.
+   * @return master info port
+   * @throws IOException
+   */
+  public int getMasterInfoPort() throws IOException;
{code}
     Hadoop Flags: Reviewed
           Status: Resolved  (was: Patch Available)

Pushed to branch-1+.  Lots of conflicts trying to cherry-pick to 0.98 so 
passed. Thanks for patch [~liushaohui]

> Provide API for retrieving info port when hbase.master.info.port is set to 0
> ----------------------------------------------------------------------------
>
>                 Key: HBASE-10483
>                 URL: https://issues.apache.org/jira/browse/HBASE-10483
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Ted Yu
>            Assignee: Liu Shaohui
>             Fix For: 2.0.0, 0.99.2
>
>         Attachments: HBASE-10483-trunk-v1.diff, HBASE-10483-trunk-v2.diff, 
> HBASE-10483-v3.diff, HBASE-10483-v4.diff, HBASE-10483-v5.diff
>
>
> When hbase.master.info.port is set to 0, info port is dynamically determined.
> An API should be provided so that client can retrieve the actual info port.



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

Reply via email to