You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jeffrey Zhong (JIRA)" <ji...@apache.org> on 2013/05/08 19:01:19 UTC

[jira] [Updated] (HBASE-8509) ZKUtil#createWithParents won't set data during znode creation when parent folder doesn't exit

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

Jeffrey Zhong updated HBASE-8509:
---------------------------------

    Summary: ZKUtil#createWithParents won't set data during znode creation when parent folder doesn't exit  (was: ZKUtil#createWithParents won't set data during creation when parent folder doesn't exit)
    
> ZKUtil#createWithParents won't set data during znode creation when parent folder doesn't exit
> ---------------------------------------------------------------------------------------------
>
>                 Key: HBASE-8509
>                 URL: https://issues.apache.org/jira/browse/HBASE-8509
>             Project: HBase
>          Issue Type: Bug
>          Components: Zookeeper
>            Reporter: Jeffrey Zhong
>            Assignee: Jeffrey Zhong
>             Fix For: 0.98.0, 0.94.8, 0.95.1
>
>
> As you can see below, we don't pass data down when parent folder doesn't exists.
> {code}
>     } catch(KeeperException.NoNodeException nne) {
>       createWithParents(zkw, getParent(znode));
>       createWithParents(zkw, znode);
> {code}

--
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