Return-Path: X-Original-To: apmail-zookeeper-user-archive@www.apache.org Delivered-To: apmail-zookeeper-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 154E718BA5 for ; Tue, 4 Aug 2015 21:29:11 +0000 (UTC) Received: (qmail 60485 invoked by uid 500); 4 Aug 2015 21:29:10 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 60432 invoked by uid 500); 4 Aug 2015 21:29:10 -0000 Mailing-List: contact user-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@zookeeper.apache.org Delivered-To: mailing list user@zookeeper.apache.org Received: (qmail 60414 invoked by uid 99); 4 Aug 2015 21:29:10 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Aug 2015 21:29:10 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id A6E69C019E for ; Tue, 4 Aug 2015 21:29:09 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.019 X-Spam-Level: X-Spam-Status: No, score=-0.019 tagged_above=-999 required=6.31 tests=[HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id rIxMY8Yv47MB for ; Tue, 4 Aug 2015 21:29:01 +0000 (UTC) Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 02D8B20D30 for ; Tue, 4 Aug 2015 21:29:01 +0000 (UTC) Received: by wijp15 with SMTP id p15so22949895wij.0 for ; Tue, 04 Aug 2015 14:29:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=/aouxxmBEwC/5MAbNpm3TQHiB+Qi3zKTCbq/m5YCsus=; b=Bms33t3vjebWX1BtRpbTXD7BX5u44iIQWzlJmAiZMU3WdRhRbufidxjDMH34/62NNk OJ81KKGZ+yyBOq3ypbgKPdyYFQXdlgX3BDXo6DE627uQoMJPqyLjpL0l1zBGJNSoEseZ RRXx/eLqsGR6zyt0A275ctsGNylRwnoV/hsoAJFGFoNH+8tYZS3fpCVTnI8HBRF7Rqkw 3cQ0eVEYfpbD/P2656bU1KPk1KCdPP1bCzZ8f4UKSEUxsypIkByTuriTG7Rq57JZVaR1 DIfD14sAlJedQ8kAdmPMOAbC2nsJH1bA3dpVLNhU6QlXGO6ynwPMuOT7tgLnkg4ofQoQ SklA== X-Received: by 10.180.83.137 with SMTP id q9mr3124543wiy.68.1438723740761; Tue, 04 Aug 2015 14:29:00 -0700 (PDT) Received: from [192.168.1.64] (host86-132-169-13.range86-132.btcentralplus.com. [86.132.169.13]) by smtp.gmail.com with ESMTPSA id bm5sm4278734wib.17.2015.08.04.14.28.59 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 04 Aug 2015 14:29:00 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: Doubts about libzookeeper From: Flavio Junqueira In-Reply-To: Date: Tue, 4 Aug 2015 22:29:00 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <84FAFBB2-F548-49F2-9316-7024D386C323@apache.org> References: <2015080414393275398766@baidu.com> <63702B46-DFBC-4FA3-BD13-E7C8ED3FD4E7@apache.org> To: user@zookeeper.apache.org X-Mailer: Apple Mail (2.2098) Touch=C3=A9! -Flavio > On 04 Aug 2015, at 22:21, Jordan Zimmerman = wrote: >=20 > If the client isn't sure that the delete has gone through, just do it = again once reconnected (to server 2 in the scenario described). Whatever = response you get for the delete should determine what you need to do.=20 >=20 >=20 > FYI - this is why Curator has =E2=80=9Cguaranteed" deletes. So many = recipes depend on the delete succeeding. >=20 > -JZ >=20