[hornetq-commits] JBoss hornetq SVN: r8647 - trunk/src/main/org/hornetq/core/journal/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Dec 9 13:59:58 EST 2009


Author: clebert.suconic at jboss.com
Date: 2009-12-09 13:59:58 -0500 (Wed, 09 Dec 2009)
New Revision: 8647

Modified:
   trunk/src/main/org/hornetq/core/journal/impl/TimedBuffer.java
Log:
tweak on doc

Modified: trunk/src/main/org/hornetq/core/journal/impl/TimedBuffer.java
===================================================================
--- trunk/src/main/org/hornetq/core/journal/impl/TimedBuffer.java	2009-12-09 18:59:05 UTC (rev 8646)
+++ trunk/src/main/org/hornetq/core/journal/impl/TimedBuffer.java	2009-12-09 18:59:58 UTC (rev 8647)
@@ -256,9 +256,9 @@
       timer.resumeSpin();
    }
 
+   
    /** 
-    * force means the Journal is moving to a new file. Any pending write need to be done immediately
-    * or data could be lost
+    * Note: Flush could be called by either the CheckTime, or by the Journal directly when moving to a new file
     * */
    public synchronized void flush()
    {



More information about the hornetq-commits mailing list