Return-Path: X-Original-To: apmail-zookeeper-commits-archive@www.apache.org Delivered-To: apmail-zookeeper-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 990731161B for ; Mon, 13 May 2013 07:33:18 +0000 (UTC) Received: (qmail 3416 invoked by uid 500); 13 May 2013 07:33:17 -0000 Delivered-To: apmail-zookeeper-commits-archive@zookeeper.apache.org Received: (qmail 3197 invoked by uid 500); 13 May 2013 07:33:12 -0000 Mailing-List: contact commits-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ Delivered-To: mailing list commits@zookeeper.apache.org Received: (qmail 3137 invoked by uid 99); 13 May 2013 07:33:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 May 2013 07:33:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 May 2013 07:33:08 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E096F23888E4; Mon, 13 May 2013 07:32:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1481718 - in /zookeeper/trunk: CHANGES.txt src/docs/src/documentation/content/xdocs/recipes.xml Date: Mon, 13 May 2013 07:32:47 -0000 To: commits@zookeeper.apache.org From: fpj@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130513073247.E096F23888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fpj Date: Mon May 13 07:32:47 2013 New Revision: 1481718 URL: http://svn.apache.org/r1481718 Log: ZOOKEEPER-1706. Typo in Double Barriers example (Jingguo Yao via fpj) Modified: zookeeper/trunk/CHANGES.txt zookeeper/trunk/src/docs/src/documentation/content/xdocs/recipes.xml Modified: zookeeper/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/zookeeper/trunk/CHANGES.txt?rev=1481718&r1=1481717&r2=1481718&view=diff ============================================================================== --- zookeeper/trunk/CHANGES.txt (original) +++ zookeeper/trunk/CHANGES.txt Mon May 13 07:32:47 2013 @@ -348,6 +348,8 @@ BUGFIXES: ZOOKEEPER-1697. large snapshots can cause continuous quorum failure (phunt via fpj) + ZOOKEEPER-1706. Typo in Double Barriers example (Jingguo Yao via fpj) + IMPROVEMENTS: ZOOKEEPER-1170. Fix compiler (eclipse) warnings: unused imports, Modified: zookeeper/trunk/src/docs/src/documentation/content/xdocs/recipes.xml URL: http://svn.apache.org/viewvc/zookeeper/trunk/src/docs/src/documentation/content/xdocs/recipes.xml?rev=1481718&r1=1481717&r2=1481718&view=diff ============================================================================== --- zookeeper/trunk/src/docs/src/documentation/content/xdocs/recipes.xml (original) +++ zookeeper/trunk/src/docs/src/documentation/content/xdocs/recipes.xml Mon May 13 07:32:47 2013 @@ -216,7 +216,7 @@ if p is the lowest process - node in L, wait on highest process node in P + node in L, wait on highest process node in L