Author: j16sdiz
Date: 2008-06-04 08:54:12 +0000 (Wed, 04 Jun 2008)
New Revision: 20193

Modified:
   
branches/saltedhashstore/freenet/src/freenet/store/SaltedHashFreenetStore.java
Log:
fix shutdown while resizing


Modified: 
branches/saltedhashstore/freenet/src/freenet/store/SaltedHashFreenetStore.java
===================================================================
--- 
branches/saltedhashstore/freenet/src/freenet/store/SaltedHashFreenetStore.java  
    2008-06-04 08:53:46 UTC (rev 20192)
+++ 
branches/saltedhashstore/freenet/src/freenet/store/SaltedHashFreenetStore.java  
    2008-06-04 08:54:12 UTC (rev 20193)
@@ -1228,12 +1228,11 @@

                        synchronized (cleanerLock) {
                                cleanerLock.notifyAll();
+                               cleanerThread.interrupt();
                        }

                        configLock.writeLock().lock();
                        try {
-                               cleanerThread.interrupt();
-
                                flushAndClose();

                                try {


Reply via email to