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

do-not-reply at jboss.org do-not-reply at jboss.org
Sat Aug 22 03:56:07 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-08-22 03:56:07 -0400 (Sat, 22 Aug 2009)
New Revision: 7883

Modified:
   trunk/src/main/org/hornetq/core/persistence/impl/journal/BatchingIDGenerator.java
Log:
small tweak

Modified: trunk/src/main/org/hornetq/core/persistence/impl/journal/BatchingIDGenerator.java
===================================================================
--- trunk/src/main/org/hornetq/core/persistence/impl/journal/BatchingIDGenerator.java	2009-08-21 23:05:34 UTC (rev 7882)
+++ trunk/src/main/org/hornetq/core/persistence/impl/journal/BatchingIDGenerator.java	2009-08-22 07:56:07 UTC (rev 7883)
@@ -127,7 +127,7 @@
    {
       try
       {
-         journalStorage.appendAddRecord(id, ID_COUNTER_RECORD, new IDCounterEncoding(id), true);
+         journalStorage.appendAddRecord(journalID, ID_COUNTER_RECORD, new IDCounterEncoding(id), true);
       }
       catch (Exception e)
       {



More information about the hornetq-commits mailing list