From a49decc7d56bdb704a5d1580058c0da57e9a9353 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 22 Jun 2010 13:29:52 +0000 Subject: Fix cluster broker crashes when management is active. Cluser brokers were exiting with errors "modified cluster state outside cluster context" and "confirmed < (50+0) but only sent < (49+0)" Fix was to: - delay completion of incoming update till update connection closes. - delay addding new connections to managment until connection is announced. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@956882 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/xml/cluster.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cpp/xml') diff --git a/cpp/xml/cluster.xml b/cpp/xml/cluster.xml index 30cd159dd3..25ad978e8e 100644 --- a/cpp/xml/cluster.xml +++ b/cpp/xml/cluster.xml @@ -134,7 +134,9 @@ - + + + -- cgit v1.2.1