You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Liu Shaohui (JIRA)" <ji...@apache.org> on 2012/12/03 04:31:59 UTC

[jira] [Updated] (HBASE-7258) Hbase needs to create baseZNode recursivly

     [ https://issues.apache.org/jira/browse/HBASE-7258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Liu Shaohui updated HBASE-7258:
-------------------------------

    Fix Version/s: 0.94.2
           Status: Patch Available  (was: Open)
    
> 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
>              Labels: zookeeper, zookeeper.znode.parent
>             Fix For: 0.94.2
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> 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