Return-Path: Delivered-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Received: (qmail 59201 invoked from network); 12 Oct 2010 01:12:52 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Oct 2010 01:12:52 -0000 Received: (qmail 10413 invoked by uid 500); 12 Oct 2010 01:12:52 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 10375 invoked by uid 500); 12 Oct 2010 01:12:52 -0000 Mailing-List: contact hama-dev-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-dev@incubator.apache.org Received: (qmail 10367 invoked by uid 99); 12 Oct 2010 01:12:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Oct 2010 01:12:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.9] (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 12 Oct 2010 01:12:49 +0000 Received: (qmail 59179 invoked by uid 99); 12 Oct 2010 01:12:28 -0000 Received: from localhost.apache.org (HELO mail-iw0-f175.google.com) (127.0.0.1) (smtp-auth username edwardyoon, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Oct 2010 01:12:28 +0000 Received: by iwn2 with SMTP id 2so405716iwn.6 for ; Mon, 11 Oct 2010 18:12:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.15.203 with SMTP id l11mr5102299iba.182.1286845947381; Mon, 11 Oct 2010 18:12:27 -0700 (PDT) Received: by 10.231.31.195 with HTTP; Mon, 11 Oct 2010 18:12:27 -0700 (PDT) In-Reply-To: References: Date: Tue, 12 Oct 2010 10:12:27 +0900 Message-ID: Subject: Re: one line patch - replace GraphProcessor with BSP Master in log message From: "Edward J. Yoon" To: hama-dev@incubator.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Thanks! I've committed this. On Mon, Oct 11, 2010 at 9:08 PM, Filipe David Manana wrote: > diff --git a/src/java/org/apache/hama/bsp/GroomServer.java > b/src/java/org/apache/hama/bsp/GroomServer.java > index 95ec290..16a9ec2 100644 > --- a/src/java/org/apache/hama/bsp/GroomServer.java > +++ b/src/java/org/apache/hama/bsp/GroomServer.java > @@ -341,7 +341,7 @@ public class GroomServer implements Runnable { > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 } > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 } catch (Exception e) { > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 if (!shuttingDown) { > - =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0LOG.info("Lost c= onnection to GraphProcessor [" + bspMasterAddr > + =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0LOG.info("Lost c= onnection to BSP Master [" + bspMasterAddr > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 + "= ]. =C2=A0Retrying...", e); > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 try { > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Thread.sle= ep(5000); > > > > -- > Filipe David Manana, > fdmanana@gmail.com, fdmanana@apache.org > > "Reasonable men adapt themselves to the world. > =C2=A0Unreasonable men adapt the world to themselves. > =C2=A0That's why all progress depends on unreasonable men." > --=20 Best Regards, Edward J. Yoon edwardyoon@apache.org http://blog.udanax.org