Thanks! I've committed this. On Mon, Oct 11, 2010 at 9:08 PM, Filipe David Manana <[email protected]> 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 { > } > } catch (Exception e) { > if (!shuttingDown) { > - LOG.info("Lost connection to GraphProcessor [" + > bspMasterAddr > + LOG.info("Lost connection to BSP Master [" + bspMasterAddr > + "]. Retrying...", e); > try { > Thread.sleep(5000); > > > > -- > Filipe David Manana, > [email protected], [email protected] > > "Reasonable men adapt themselves to the world. > Unreasonable men adapt the world to themselves. > That's why all progress depends on unreasonable men." >
-- Best Regards, Edward J. Yoon [email protected] http://blog.udanax.org
