On Monday 15 September 2008 14:55, [EMAIL PROTECTED] wrote: > Author: j16sdiz > Date: 2008-09-15 13:55:44 +0000 (Mon, 15 Sep 2008) > New Revision: 22661 > > Modified: > trunk/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java > Log: > don't rebuild dirty bloom filter on start -- faster node restart
So it gets rebuilt online instead?
>
> Modified:
trunk/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java
> ===================================================================
> --- trunk/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java
2008-09-14 19:27:04 UTC (rev 22660)
> +++ trunk/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java
2008-09-15 13:55:44 UTC (rev 22661)
> @@ -151,6 +151,7 @@
> flags |= FLAG_REBUILD_BLOOM;
> checkBloom = false;
>
> + /*-
> if (cleanerGlobalLock.tryLock()) {
> System.out.println("Bloom filter for datastore
> (" + name + ")
missing/mismatch, rebuilding.");
> try {
> @@ -160,6 +161,7 @@
> }
> writeConfigFile();
> }
> + */
> }
>
> cleanerThread.start();
>
> _______________________________________________
> cvs mailing list
> [EMAIL PROTECTED]
> http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
>
>
pgpRdZHPARBb6.pgp
Description: PGP signature
_______________________________________________ Devl mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
