Return-Path: Delivered-To: apmail-hadoop-zookeeper-user-archive@locus.apache.org Received: (qmail 17940 invoked from network); 12 Dec 2008 04:57:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Dec 2008 04:57:27 -0000 Received: (qmail 81685 invoked by uid 500); 12 Dec 2008 04:57:40 -0000 Delivered-To: apmail-hadoop-zookeeper-user-archive@hadoop.apache.org Received: (qmail 81670 invoked by uid 500); 12 Dec 2008 04:57:40 -0000 Mailing-List: contact zookeeper-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: zookeeper-user@hadoop.apache.org Delivered-To: mailing list zookeeper-user@hadoop.apache.org Received: (qmail 81659 invoked by uid 99); 12 Dec 2008 04:57:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Dec 2008 20:57:40 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [69.147.107.20] (HELO mrout1-b.corp.re1.yahoo.com) (69.147.107.20) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Dec 2008 04:57:25 +0000 Received: from SNV-EXPF01.ds.corp.yahoo.com (snv-expf01.ds.corp.yahoo.com [207.126.227.250]) by mrout1-b.corp.re1.yahoo.com (8.13.8/8.13.8/y.out) with ESMTP id mBC4ubsM082614 for ; Thu, 11 Dec 2008 20:56:37 -0800 (PST) DomainKey-Signature: a=rsa-sha1; s=serpent; d=yahoo-inc.com; c=nofws; q=dns; h=received:user-agent:date:subject:from:to:message-id: thread-topic:thread-index:mime-version:content-type: content-transfer-encoding:return-path:x-originalarrivaltime; b=lqARWj13nagdvO1LljMptLsoc26SNfK7vB/P5/y8cc8iQ6zIc4LNSvFgTw3t5Om6 Received: from SNV-EXVS07.ds.corp.yahoo.com ([207.126.227.6]) by SNV-EXPF01.ds.corp.yahoo.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 11 Dec 2008 20:56:37 -0800 Received: from 10.72.182.90 ([10.72.182.90]) by SNV-EXVS07.ds.corp.yahoo.com ([207.126.227.142]) with Microsoft Exchange Server HTTP-DAV ; Fri, 12 Dec 2008 04:56:36 +0000 User-Agent: Microsoft-Entourage/12.14.0.081024 Date: Thu, 11 Dec 2008 20:56:33 -0800 Subject: zoo_set() version question From: Avery Ching To: Message-ID: Thread-Topic: zoo_set() version question Thread-Index: AclcFgDYP68yPH/hvUSjHIhd1R4XgQ== Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-OriginalArrivalTime: 12 Dec 2008 04:56:37.0253 (UTC) FILETIME=[03618B50:01C95C16] X-Virus-Checked: Checked by ClamAV on apache.org If zoo_set() completes successfully with version != -1, can we assume that version -> version + 1 for this znode? If not, is there a way for the user to get the version of the successfully completed zoo_set() operation? Thanks! Avery