Return-Path: X-Original-To: apmail-curator-dev-archive@minotaur.apache.org Delivered-To: apmail-curator-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5958210D32 for ; Wed, 10 Jul 2013 19:02:10 +0000 (UTC) Received: (qmail 93758 invoked by uid 500); 10 Jul 2013 19:02:10 -0000 Delivered-To: apmail-curator-dev-archive@curator.apache.org Received: (qmail 93716 invoked by uid 500); 10 Jul 2013 19:02:09 -0000 Mailing-List: contact dev-help@curator.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@curator.incubator.apache.org Delivered-To: mailing list dev@curator.incubator.apache.org Received: (qmail 93702 invoked by uid 99); 10 Jul 2013 19:02:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jul 2013 19:02:09 +0000 X-ASF-Spam-Status: No, hits=-2000.3 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 10 Jul 2013 19:02:08 +0000 Received: (qmail 90199 invoked by uid 99); 10 Jul 2013 19:01:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jul 2013 19:01:48 +0000 Date: Wed, 10 Jul 2013 19:01:48 +0000 (UTC) From: "Jordan Zimmerman (JIRA)" To: dev@curator.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CURATOR-30) Recursive delete MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CURATOR-30?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13704919#comment-13704919 ] Jordan Zimmerman commented on CURATOR-30: ----------------------------------------- Looks good. One last thing, please add a test of guaranteed deletingChildrenIfNeeded(). After that, it's ready for merging. > Recursive delete > ---------------- > > Key: CURATOR-30 > URL: https://issues.apache.org/jira/browse/CURATOR-30 > Project: Apache Curator > Issue Type: Improvement > Components: Client, Framework > Reporter: John Vines > Attachments: CURATOR-30-p2.patch, CURATOR-30.patch > > > Currently there is the ability to recursive create parent znodes when you create a node. However, there is no ability to recursively delete a hierarchy. Zookeeper already provides this in their ZKUtil.java package, but it seems like a very curator-ish thing to perform as well. There is the potential difficulty involved with the guarantee() functionality, but it should be workable. -- 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