Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ACF5AF2AA for ; Thu, 9 May 2013 00:27:18 +0000 (UTC) Received: (qmail 38410 invoked by uid 500); 9 May 2013 00:27:17 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 38370 invoked by uid 500); 9 May 2013 00:27:17 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 38324 invoked by uid 99); 9 May 2013 00:27:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 May 2013 00:27:17 +0000 Date: Thu, 9 May 2013 00:27:17 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-8509) ZKUtil#createWithParents won't set data during znode creation when parent folder doesn't exit MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-8509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13652582#comment-13652582 ] Ted Yu commented on HBASE-8509: ------------------------------- Test suite was green: {code} [INFO] HBase ............................................. SUCCESS [1.687s] [INFO] HBase - Common .................................... SUCCESS [15.413s] [INFO] HBase - Protocol .................................. SUCCESS [0.529s] [INFO] HBase - Client .................................... SUCCESS [5.649s] [INFO] HBase - Prefix Tree ............................... SUCCESS [2.958s] [INFO] HBase - Hadoop Compatibility ...................... SUCCESS [0.395s] [INFO] HBase - Hadoop One Compatibility .................. SUCCESS [0.824s] [INFO] HBase - Server .................................... SUCCESS [51:55.345s] [INFO] HBase - Integration Tests ......................... SUCCESS [1.232s] [INFO] HBase - Examples .................................. SUCCESS [0.690s] [INFO] HBase - Assembly .................................. SUCCESS [0.026s] {code} Will integrate 8509-v2.txt tomorrow if there is no further review comments. > 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-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