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