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 F31C518B45 for ; Tue, 4 Aug 2015 21:21:38 +0000 (UTC) Received: (qmail 46216 invoked by uid 500); 4 Aug 2015 21:21:38 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 46162 invoked by uid 500); 4 Aug 2015 21:21:38 -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 46151 invoked by uid 99); 4 Aug 2015 21:21:38 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Aug 2015 21:21:38 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 9D1A2DA6B3 for ; Tue, 4 Aug 2015 21:21:37 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.999 X-Spam-Level: *** X-Spam-Status: No, score=3.999 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H2=-0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id v45_VmPXtn_1 for ; Tue, 4 Aug 2015 21:21:37 +0000 (UTC) Received: from mail-pd0-f177.google.com (mail-pd0-f177.google.com [209.85.192.177]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id F18EF267AF for ; Tue, 4 Aug 2015 21:21:35 +0000 (UTC) Received: by pdber20 with SMTP id er20so9075559pdb.1 for ; Tue, 04 Aug 2015 14:21:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:message-id:in-reply-to:references :subject:mime-version:content-type; bh=xdCdzxctfeInejXfizuBcyDyi8vjXYUdW9iu3alKqwk=; b=LCo7jmGuXMRe6DdXYd3jS4P4lzhR3O9mn48gIFkVLpKzhfTsGIjN5bgyngf/ZNxR5g 4WWrgYxuU8w0wLNGVFGwYlrhogLQ3X2aOR6Itf2J8DHzAVGmblP/IH5VTHJrbzvs+AXT hB/r8DJT3cXgMw6XeK91d6o7wlPdCSfp/Fm1sV5HMlgWF327o8/iq3BWUM0yFg0Fjrlp 1u6CnveG4UXfIJco6YoqbBuri2QS8D2o7beEQUxl26m21P5Qt/IlReJE4aEEQhy5LnMN kKyIgrOelxQhPhKFSER50p6lF9Rz+k2gnb34kyo5NgN9zVsIHgQNpf3Vjv8lCb71khY1 ObKQ== X-Gm-Message-State: ALoCoQmIcnv6ck8b02CDv9egDgBzppAy/HJouKTgwEbSmGTmakCOSmk4LYoGpdXRo9MitYcTWMFG X-Received: by 10.70.134.198 with SMTP id pm6mr12140118pdb.17.1438723289354; Tue, 04 Aug 2015 14:21:29 -0700 (PDT) Received: from Jordans-MacBook-Pro.local ([190.140.97.103]) by smtp.gmail.com with ESMTPSA id of5sm345269pdb.52.2015.08.04.14.21.27 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 04 Aug 2015 14:21:28 -0700 (PDT) Date: Tue, 4 Aug 2015 16:21:25 -0500 From: Jordan Zimmerman To: Flavio Junqueira , user@zookeeper.apache.org Message-ID: In-Reply-To: <63702B46-DFBC-4FA3-BD13-E7C8ED3FD4E7@apache.org> References: <2015080414393275398766@baidu.com> <63702B46-DFBC-4FA3-BD13-E7C8ED3FD4E7@apache.org> Subject: Re: Doubts about libzookeeper X-Mailer: Airmail (303) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="55c12cd5_15f3b795_15c" --55c12cd5_15f3b795_15c Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline If the client isn't sure that the delete has gone through, just do it aga= in once reconnected (to server 2 in the scenario described). Whatever res= ponse you get for the delete should determine what you need to do.=C2=A0 =46YI - this is why Curator has =E2=80=9Cguaranteed=22 deletes. So many r= ecipes depend on the delete succeeding. -JZ --55c12cd5_15f3b795_15c--