Author: xor
Date: 2009-04-10 11:15:35 +0000 (Fri, 10 Apr 2009)
New Revision: 26700
Modified:
trunk/freenet/src/freenet/support/io/PersistentBlobTempBucketFactory.java
Log:
Add a FIXME for toad, and organize imports while I'm commiting anyway.
Modified:
trunk/freenet/src/freenet/support/io/PersistentBlobTempBucketFactory.java
===================================================================
--- trunk/freenet/src/freenet/support/io/PersistentBlobTempBucketFactory.java
2009-04-10 10:58:58 UTC (rev 26699)
+++ trunk/freenet/src/freenet/support/io/PersistentBlobTempBucketFactory.java
2009-04-10 11:15:35 UTC (rev 26700)
@@ -5,14 +5,10 @@
import java.io.RandomAccessFile;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
-import java.util.ArrayList;
-import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
-import java.util.LinkedList;
import java.util.Map;
import java.util.Random;
-import java.util.Set;
import java.util.TreeMap;
import com.db4o.ObjectContainer;
@@ -223,6 +219,7 @@
}
}
}
+ /* FIXME: The issue below has been marked as FIXED in
the db4o bugtracker. Can this be resolved now? */
// Checking for slots marked occupied with bucket !=
null is nontrivial,
// because constraining to null doesn't work - causes
an OOM with a large database,
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs