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:36:13 UTC

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

Zhou wenjian created HBASE-7112:
-----------------------------------

             Summary: 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.94.2
            Reporter: Zhou wenjian
             Fix For: 0.94.4


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

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

Posted by "Zhou wenjian (JIRA)" <ji...@apache.org>.
    [ 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

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

Posted by "Zhou wenjian (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-7112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zhou wenjian updated HBASE-7112:
--------------------------------

    Affects Version/s:     (was: 0.94.2)
                       0.90.6
        Fix Version/s:     (was: 0.94.4)
                       0.90.7
    
> 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