[hornetq-commits] JBoss hornetq SVN: r10342 - branches/Branch_2_2_EAP/src/main/org/hornetq/core/journal/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Mar 17 20:11:19 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-03-17 20:11:19 -0400 (Thu, 17 Mar 2011)
New Revision: 10342

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/journal/impl/JournalImpl.java
Log:
small tweak on tool used to debug journal data

Modified: branches/Branch_2_2_EAP/src/main/org/hornetq/core/journal/impl/JournalImpl.java
===================================================================
--- branches/Branch_2_2_EAP/src/main/org/hornetq/core/journal/impl/JournalImpl.java	2011-03-17 13:36:04 UTC (rev 10341)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/journal/impl/JournalImpl.java	2011-03-18 00:11:19 UTC (rev 10342)
@@ -1539,7 +1539,7 @@
                failureCallback.failedTransaction(transactionID, records, recordsToDelete);
             }
          }
-      });
+      }, fixBadTX);
 
       for (RecordInfo record : records)
       {



More information about the hornetq-commits mailing list