[hornetq-commits] JBoss hornetq SVN: r11289 - branches/Branch_2_2_EAP_cluster_clean3/src/main/org/hornetq/core/persistence/impl/journal.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Sep 1 20:29:38 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-09-01 20:29:38 -0400 (Thu, 01 Sep 2011)
New Revision: 11289

Modified:
   branches/Branch_2_2_EAP_cluster_clean3/src/main/org/hornetq/core/persistence/impl/journal/LargeServerMessageImpl.java
Log:
JBPAPP-7115

Modified: branches/Branch_2_2_EAP_cluster_clean3/src/main/org/hornetq/core/persistence/impl/journal/LargeServerMessageImpl.java
===================================================================
--- branches/Branch_2_2_EAP_cluster_clean3/src/main/org/hornetq/core/persistence/impl/journal/LargeServerMessageImpl.java	2011-09-02 00:27:20 UTC (rev 11288)
+++ branches/Branch_2_2_EAP_cluster_clean3/src/main/org/hornetq/core/persistence/impl/journal/LargeServerMessageImpl.java	2011-09-02 00:29:38 UTC (rev 11289)
@@ -287,8 +287,6 @@
    @Override
    public synchronized ServerMessage copy()
    {
-      incrementDelayDeletionCount();
-
       long idToUse = messageID;
 
       if (linkMessage != null)



More information about the hornetq-commits mailing list