[
https://issues.apache.org/jira/browse/HBASE-8509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13653518#comment-13653518
]
Hudson commented on HBASE-8509:
-------------------------------
Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #523 (See
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/523/])
HBASE-8509 ZKUtil#createWithParents won't set data during znode creation
when parent folder doesn't exit (Jefferey and Ted) (Revision 1480623)
Result = FAILURE
tedyu :
Files :
*
/hbase/trunk/hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKUtil.java
*
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/TestZooKeeper.java
> 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
>
> Attachments: 8509-0.94.txt, 8509-v2.txt, hbase-8509.patch,
> hbase-8509-v2.patch
>
>
> 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