You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2007/09/27 11:06:19 UTC

svn propchange: r579577 - svn:log

Author: ritchiem
Revision: 579577
Modified property: svn:log

Modified: svn:log at Thu Sep 27 02:06:19 2007
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Thu Sep 27 02:06:19 2007
@@ -1,3 +1,5 @@
 Updated TransportConnection to synchronize around the creation/destruction of VM Brokers. I had observed a ConcurrentModificationException in the KillAllVMBrokers().
 
 This isn't good this suggests that the tests are overlapping. This fix won't address that problem but will stop any CModifications occuring. If there is test setup/teardown overlapping we should now see tests failing because the VM broker isn't there.
+
+Potentially addresses VM issues in QPID-596