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

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Aug 4 14:12:40 EDT 2010


Author: clebert.suconic at jboss.com
Date: 2010-08-04 14:12:40 -0400 (Wed, 04 Aug 2010)
New Revision: 9505

Modified:
   trunk/src/main/org/hornetq/core/journal/impl/ImportJournal.java
Log:
HORNETQ-180 - Import / export tool shouldn't compact on import

Modified: trunk/src/main/org/hornetq/core/journal/impl/ImportJournal.java
===================================================================
--- trunk/src/main/org/hornetq/core/journal/impl/ImportJournal.java	2010-08-04 17:19:50 UTC (rev 9504)
+++ trunk/src/main/org/hornetq/core/journal/impl/ImportJournal.java	2010-08-04 18:12:40 UTC (rev 9505)
@@ -238,8 +238,6 @@
             System.err.println("Error at line " + lineNumber + ", operation=" + operation + " msg = " + ex.getMessage());
          }
       }
-
-      journal.compact();
       
       journal.stop();
    }



More information about the hornetq-commits mailing list