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 97DB3104EC for ; Tue, 25 Jun 2013 23:20:44 +0000 (UTC) Received: (qmail 24369 invoked by uid 500); 25 Jun 2013 23:20:44 -0000 Delivered-To: apmail-curator-dev-archive@curator.apache.org Received: (qmail 24338 invoked by uid 500); 25 Jun 2013 23:20:44 -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 24330 invoked by uid 99); 25 Jun 2013 23:20:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jun 2013 23:20:44 +0000 X-ASF-Spam-Status: No, hits=-2001.1 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; Tue, 25 Jun 2013 23:20:42 +0000 Received: (qmail 23515 invoked by uid 99); 25 Jun 2013 23:20:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jun 2013 23:20:20 +0000 Date: Tue, 25 Jun 2013 23:20:20 +0000 (UTC) From: "Jordan Zimmerman (JIRA)" To: dev@curator.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CURATOR-42) DeleteBuilder considers NoNode to be a failed 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-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13693483#comment-13693483 ] Jordan Zimmerman edited comment on CURATOR-42 at 6/25/13 11:18 PM: ------------------------------------------------------------------- Do you mean calling delete on a non-existent node shouldn't fail? I disagree. Curator does not try to change the semantics of ZooKeeper. A feature like this should only be added with a modifier of some time, i.e. delete().ignoringMissingNodes().forPath(...) was (Author: randgalt): Do you that calling delete on a non-existent node shouldn't fail? I disagree. Curator does not try to change the semantics of ZooKeeper. A feature like this should only be added with a modifier of some time, i.e. delete().ignoringMissingNodes().forPath(...) > DeleteBuilder considers NoNode to be a failed delete > ---------------------------------------------------- > > Key: CURATOR-42 > URL: https://issues.apache.org/jira/browse/CURATOR-42 > Project: Apache Curator > Issue Type: Bug > Reporter: Shevek > Assignee: Jordan Zimmerman > > In delete(), NoNode should be a special case which succeeds instantly, and does not consider the delete failed. -- 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