You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2007/11/29 17:05:53 UTC

svn commit: r599495 - /incubator/qpid/trunk/qpid/cpp/src/qpid/broker/PersistableMessage.h

Author: gsim
Date: Thu Nov 29 08:05:50 2007
New Revision: 599495

URL: http://svn.apache.org/viewvc?rev=599495&view=rev
Log:
Temp hack to fix as yet unclear issue with concurrent flush() and enqueueComplete()


Modified:
    incubator/qpid/trunk/qpid/cpp/src/qpid/broker/PersistableMessage.h

Modified: incubator/qpid/trunk/qpid/cpp/src/qpid/broker/PersistableMessage.h
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/qpid/broker/PersistableMessage.h?rev=599495&r1=599494&r2=599495&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/qpid/broker/PersistableMessage.h (original)
+++ incubator/qpid/trunk/qpid/cpp/src/qpid/broker/PersistableMessage.h Thu Nov 29 08:05:50 2007
@@ -120,7 +120,7 @@
                 for (syncList::iterator i = synclist.begin(); i != synclist.end(); ++i) {
                     (*i)->notifyDurableIOComplete();
                 } 
-                synclist.clear();
+                //synclist.clear();
             }            
         }
     }