Liu Shaohui created HBASE-7258:
----------------------------------
Summary: Hbase needs to create baseZNode recursivly
Key: HBASE-7258
URL: https://issues.apache.org/jira/browse/HBASE-7258
Project: HBase
Issue Type: Bug
Components: Zookeeper
Affects Versions: 0.94.2
Reporter: Liu Shaohui
Priority: Critical
In deploy env, multi small hbase clusters may share a same zk cluster. So, for
hbase cluster1, its parent znode is /hbase/cluster1. But in hbase version
0.94.1, hbase use ZKUtil.createWithParents(this, baseZNode) to create parent
path and it will throw a NoNode exception if znode /hbase donot exist.
We want to change it to ZKUtil.createWithParents(this, baseZNode); to suport
create baseZNode recursivly.
--
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