[
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