Return-Path: X-Original-To: apmail-incubator-hama-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-hama-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 509394E60 for ; Tue, 21 Jun 2011 08:11:30 +0000 (UTC) Received: (qmail 14824 invoked by uid 500); 21 Jun 2011 08:11:30 -0000 Delivered-To: apmail-incubator-hama-commits-archive@incubator.apache.org Received: (qmail 14793 invoked by uid 500); 21 Jun 2011 08:11:29 -0000 Mailing-List: contact hama-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-dev@incubator.apache.org Delivered-To: mailing list hama-commits@incubator.apache.org Received: (qmail 14785 invoked by uid 99); 21 Jun 2011 08:11:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jun 2011 08:11:29 +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; Tue, 21 Jun 2011 08:11:28 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9B46A2388A29; Tue, 21 Jun 2011 08:11:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1137902 - /incubator/hama/trunk/src/java/org/apache/hama/bsp/BSPPeer.java Date: Tue, 21 Jun 2011 08:11:08 -0000 To: hama-commits@incubator.apache.org From: edwardyoon@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110621081108.9B46A2388A29@eris.apache.org> Author: edwardyoon Date: Tue Jun 21 08:11:08 2011 New Revision: 1137902 URL: http://svn.apache.org/viewvc?rev=1137902&view=rev Log: Fix typo. Modified: incubator/hama/trunk/src/java/org/apache/hama/bsp/BSPPeer.java Modified: incubator/hama/trunk/src/java/org/apache/hama/bsp/BSPPeer.java URL: http://svn.apache.org/viewvc/incubator/hama/trunk/src/java/org/apache/hama/bsp/BSPPeer.java?rev=1137902&r1=1137901&r2=1137902&view=diff ============================================================================== --- incubator/hama/trunk/src/java/org/apache/hama/bsp/BSPPeer.java (original) +++ incubator/hama/trunk/src/java/org/apache/hama/bsp/BSPPeer.java Tue Jun 21 08:11:08 2011 @@ -217,7 +217,7 @@ public class BSPPeer implements Watcher, localQueueForNextIteration = new ConcurrentLinkedQueue(); // TODO: This is a quite temporary solution of HAMA-387. - // When zk.getChildren() response is slower than 200 milliseconds, + // If zk.getChildren() response is slower than 200 milliseconds, // BSP system will be hanged. // We have to consider another way to avoid this problem.