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 CEB2B946D for ; Thu, 29 Sep 2011 23:15:42 +0000 (UTC) Received: (qmail 48488 invoked by uid 500); 29 Sep 2011 23:15:42 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 48456 invoked by uid 500); 29 Sep 2011 23:15:42 -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 48447 invoked by uid 99); 29 Sep 2011 23:15:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2011 23:15:42 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ted.dunning@gmail.com designates 209.85.216.42 as permitted sender) Received: from [209.85.216.42] (HELO mail-qw0-f42.google.com) (209.85.216.42) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2011 23:15:36 +0000 Received: by qadc12 with SMTP id c12so689qad.15 for ; Thu, 29 Sep 2011 16:15:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=64FgouNygaFtNmjv2vq6PF7iZ1JwmwYDL7GbHlJvdU8=; b=bqXVlThqpjq/5iieiMKJQA2JO8UP/CpjITvtRQeL27MPH0aSfUmPdEclnnEzbN6A4u Q2cpz35zrtOX2gbtveYEZ7R1By1nGTtwOOs+EaEkqdhRbdw3aqZS71YPVbUWfG6/Qb2x NIBtdI55/2Rmc7W38zy2Cjnviq5/zYPTSt/mA= Received: by 10.224.189.197 with SMTP id df5mr8347166qab.210.1317338115195; Thu, 29 Sep 2011 16:15:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.89.13 with HTTP; Thu, 29 Sep 2011 16:14:55 -0700 (PDT) In-Reply-To: References: From: Ted Dunning Date: Fri, 30 Sep 2011 08:14:55 +0900 Message-ID: Subject: Re: Zookeeper 3.4 To: user@zookeeper.apache.org Content-Type: multipart/alternative; boundary=20cf300fb19167c38504ae1caeb3 --20cf300fb19167c38504ae1caeb3 Content-Type: text/plain; charset=UTF-8 Performance was never the goal, but it might come along with the rest because only a single round trip and single commit is required. I would love to hear your results on this. On Thu, Sep 29, 2011 at 11:28 PM, Raj N wrote: > Whats the release date for Zookeeper 3.4? I would like to use the batch > operations(https://issues.apache.org/jira/browse/ZOOKEEPER-965). Has > anybody > done any benchmarking on this one? How much of a performance gain does > batch > update give? > > Thanks > -Raj > --20cf300fb19167c38504ae1caeb3--