You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Zhou wenjian (JIRA)" <ji...@apache.org> on 2012/11/07 07:50:12 UTC

[jira] [Commented] (HBASE-7112) ZK_CLIENT_PORT_KEY maybe is not correct

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

Zhou wenjian commented on HBASE-7112:
-------------------------------------

94 has correct it, just for 90.
                
> ZK_CLIENT_PORT_KEY maybe is not correct
> ---------------------------------------
>
>                 Key: HBASE-7112
>                 URL: https://issues.apache.org/jira/browse/HBASE-7112
>             Project: HBase
>          Issue Type: Bug
>          Components: Zookeeper
>    Affects Versions: 0.90.6
>            Reporter: Zhou wenjian
>             Fix For: 0.90.7
>
>
> the ZK_CLIENT_PORT_KEY is declared as followed:
> private static final String ZK_CFG_PROPERTY = "hbase.zookeeper.property.";
>   private static final String ZK_CLIENT_PORT_KEY = ZK_CFG_PROPERTY
>       + "clientPort";
> i think it is not correct exactly, it should not contain the prefix  ZK_CFG_PROPERTY.
> IMO, need to change it to private static final String ZK_CLIENT_PORT_KEY = "clientPort";

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira