From 1e20951003db44b71298649f674664a9e1ba26c5 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 1 Dec 2010 21:33:12 +0000 Subject: Modified cluster_tests causes broker shut down with invalid-argument error. Described in https://bugzilla.redhat.com/show_bug.cgi?id=655078. The management agent's deleted-object list was not being replicated to new members joining the cluster, so management generated fewer deleted object notifications on the newer member, causing it to fail with an invalid-argument error. The list is now being replicated correctly. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1041181 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/xml/cluster.xml | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'cpp/xml') diff --git a/cpp/xml/cluster.xml b/cpp/xml/cluster.xml index 9cbad82d61..dfe9554ad1 100644 --- a/cpp/xml/cluster.xml +++ b/cpp/xml/cluster.xml @@ -263,20 +263,10 @@ - - - - - - - - - - -- cgit v1.2.1