Author: toad
Date: 2008-09-23 19:00:00 +0000 (Tue, 23 Sep 2008)
New Revision: 22779

Modified:
   trunk/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java
Log:
Turn rebuildBloom(false) back on. We don't know whether it worked or not.
It works fine for me. The tester with the big problems on Vista+compression 
wasn't running this, he was running data+headers->.hd migration.


Modified: trunk/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java
===================================================================
--- trunk/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java      
2008-09-23 18:24:19 UTC (rev 22778)
+++ trunk/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java      
2008-09-23 19:00:00 UTC (rev 22779)
@@ -943,7 +943,7 @@
                                        if (_rebuildBloom && prevStoreSize == 0 
&& cleanerGlobalLock.tryLock()) {
                                                try {
                                                        isRebuilding = true;
-                                                       rebuildBloom(true);
+                                                       rebuildBloom(false);
                                                } finally {
                                                        isRebuilding = false;
                                                        
cleanerGlobalLock.unlock();


Reply via email to