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

Hadoop QA commented on HBASE-19010:
-----------------------------------

| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue}  0m  
0s{color} | {color:blue} Docker mode activated. {color} |
| {color:red}-1{color} | {color:red} docker {color} | {color:red}  0m 
18s{color} | {color:red} Docker failed to build yetus/hbase:5d60123. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Issue | HBASE-19010 |
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12892969/HBASE-19010.master.003.patch
 |
| Console output | 
https://builds.apache.org/job/PreCommit-HBASE-Build/9197/console |
| Powered by | Apache Yetus 0.4.0   http://yetus.apache.org |


This message was automatically generated.



> Reimplement getMasterInfoPort for Admin
> ---------------------------------------
>
>                 Key: HBASE-19010
>                 URL: https://issues.apache.org/jira/browse/HBASE-19010
>             Project: HBase
>          Issue Type: Sub-task
>          Components: Client
>            Reporter: Guanghao Zhang
>            Assignee: Guanghao Zhang
>             Fix For: 2.0.0-beta-1
>
>         Attachments: HBASE-19010.master.001.patch, 
> HBASE-19010.master.002.patch, HBASE-19010.master.002.patch, 
> HBASE-19010.master.002.patch, HBASE-19010.master.002.patch, 
> HBASE-19010.master.003.patch
>
>
> Current implementation.
> {code}
>   public int getMasterInfoPort() throws IOException {
>     // TODO: Fix!  Reaching into internal implementation!!!!
>     ConnectionImplementation connection = 
> (ConnectionImplementation)this.connection;
>     ZooKeeperKeepAliveConnection zkw = 
> connection.getKeepAliveZooKeeperWatcher();
>     try {
>       return MasterAddressTracker.getMasterInfoPort(zkw);
>     } catch (KeeperException e) {
>       throw new IOException("Failed to get master info port from 
> MasterAddressTracker", e);
>     }
>   }
> {code}
> Open this issue to fix TODO.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to