|
From: Jonathan L. <le...@us...> - 2008-12-19 02:50:59
|
Update of /cvsroot/pyxida/Pyxida/src/edu/harvard/syrah/pyxida/nc In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17194/src/edu/harvard/syrah/pyxida/nc Modified Files: NCManager.java Log Message: debugging output for Erics fixes and increased version number, currently running overnight to check for errors and behavior Index: NCManager.java =================================================================== RCS file: /cvsroot/pyxida/Pyxida/src/edu/harvard/syrah/pyxida/nc/NCManager.java,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** NCManager.java 18 Dec 2008 21:49:51 -0000 1.42 --- NCManager.java 19 Dec 2008 02:50:54 -0000 1.43 *************** *** 734,738 **** // ask our ncClient if it has a preferred gossip node ! if (localNC.primaryNC.stabilized() && localNC.primaryNC.neighborsFull()) { log.info("NCManager - stabilized and full"); neighbor = localNC.primaryNC.getNeighborToPing(System.currentTimeMillis()); --- 734,738 ---- // ask our ncClient if it has a preferred gossip node ! if (localNC.primaryNC.stabilized() && localNC.primaryNC.hasAllNeighbors()) { log.info("NCManager - stabilized and full"); neighbor = localNC.primaryNC.getNeighborToPing(System.currentTimeMillis()); |