[
https://issues.apache.org/jira/browse/HBASE-7112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cosmin Lehene resolved HBASE-7112.
----------------------------------
Resolution: Invalid
> 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
>
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)