From: <mar...@us...> - 2014-03-17 15:09:54
|
Revision: 7991 http://sourceforge.net/p/bigdata/code/7991 Author: martyncutcher Date: 2014-03-17 15:09:50 +0000 (Mon, 17 Mar 2014) Log Message: ----------- rollback r7990 to check unit test failures Revision Links: -------------- http://sourceforge.net/p/bigdata/code/7990 Modified Paths: -------------- branches/BIGDATA_RELEASE_1_2_4/bigdata/src/java/com/bigdata/btree/data/DefaultNodeCoder.java Modified: branches/BIGDATA_RELEASE_1_2_4/bigdata/src/java/com/bigdata/btree/data/DefaultNodeCoder.java =================================================================== --- branches/BIGDATA_RELEASE_1_2_4/bigdata/src/java/com/bigdata/btree/data/DefaultNodeCoder.java 2014-03-17 15:00:40 UTC (rev 7990) +++ branches/BIGDATA_RELEASE_1_2_4/bigdata/src/java/com/bigdata/btree/data/DefaultNodeCoder.java 2014-03-17 15:09:50 UTC (rev 7991) @@ -219,11 +219,11 @@ final long childAddr = node.getChildAddr(i); - if (childAddr == IRawStore.NULL) - throw new AssertionError("Child is not persistent: index=" + i - + " out of " + nkeys + " entries, " + node.toString()); +// if (childAddr == IRawStore.NULL) +// throw new AssertionError("Child is not persistent: index=" + i +// + " out of " + nkeys + " entries, " + node.toString()); - buf.putLong(node.getChildAddr(i)); + buf.putLong(childAddr); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |