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 2F00E10480 for ; Fri, 3 May 2013 08:29:15 +0000 (UTC) Received: (qmail 30661 invoked by uid 500); 3 May 2013 08:29:10 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 29922 invoked by uid 500); 3 May 2013 08:29:09 -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 29467 invoked by uid 99); 3 May 2013 08:29:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 May 2013 08:29:04 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of desai.p.rohan@gmail.com designates 209.85.219.54 as permitted sender) Received: from [209.85.219.54] (HELO mail-oa0-f54.google.com) (209.85.219.54) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 May 2013 08:28:58 +0000 Received: by mail-oa0-f54.google.com with SMTP id j1so1405297oag.13 for ; Fri, 03 May 2013 01:28:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=jGcBFXCfOcloNt71V29owde/03Jl236DdBzjL9xBk6w=; b=OibbfKAtn+E8ug6oQSMV0t4Te1wWbHBzsa5orVE7nxUMvfeMVh1Wfe+s6iUORDONp+ xuwhESLL5eczPqYy/v2/uG4Bg/SQoJwCdFHSrbNgzeQsou28yEJFW9wdn14lAAR6Stiy 9lFH0WuzaCnezPBHbXlWWAKBh3OtjJ00YDtlxyiLiKuWyxlestk8ffqchrHAaOUFAL+/ jgonGbptL1oKpAVYSOTFikLELpYQZsfIuV0s/YG8rU3qpdnTh92WuPO8BenpV1E92qCf JCantBBE47Bhd9maxjo3zinHzyCY97rCPwavfDR8qRwwpvd8wYg/fJfj19TFhH21ZJkr Ow5g== MIME-Version: 1.0 X-Received: by 10.182.45.197 with SMTP id p5mr161870obm.92.1367569717685; Fri, 03 May 2013 01:28:37 -0700 (PDT) Received: by 10.60.20.98 with HTTP; Fri, 3 May 2013 01:28:37 -0700 (PDT) In-Reply-To: <1367487847122-7578651.post@n2.nabble.com> References: <1367487847122-7578651.post@n2.nabble.com> Date: Fri, 3 May 2013 01:28:37 -0700 Message-ID: Subject: Re: Semantics of close and ephemeral nodes From: Rohan Desai To: user@zookeeper.apache.org Cc: zookeeper-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=047d7b67637a3a768404dbcc233d X-Virus-Checked: Checked by ClamAV on apache.org --047d7b67637a3a768404dbcc233d Content-Type: text/plain; charset=ISO-8859-1 Right, but is the session guaranteed to be over once close() has returned? On Thu, May 2, 2013 at 2:44 AM, Deepa wrote: > The ephemerals will get deleted once close()is called and the session > associated with the handle is no more valid. > > > > -- > View this message in context: > http://zookeeper-user.578899.n2.nabble.com/Semantics-of-close-and-ephemeral-nodes-tp7578627p7578651.html > Sent from the zookeeper-user mailing list archive at Nabble.com. > --047d7b67637a3a768404dbcc233d--