From 291a25b980e537301b1ffc229e09e73a65113883 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 11 Jan 2010 17:23:18 +0000 Subject: Fix broker crash "confirmed N but only sent M" with managed agents running. The broker's ManagementAgent caches schemas from managed agents. This cache was not being replicated to new cluster members. If an agent such as sesame was running and connected to a newly-joined broker, that broker could send schema request messages which were not sent by other brokers that had the schema in cache. This resulted in the other brokers exiting with a "confirmed N but only sent M" message. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@897955 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/xml/cluster.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'qpid/cpp/xml') diff --git a/qpid/cpp/xml/cluster.xml b/qpid/cpp/xml/cluster.xml index 2155b6374e..0359514294 100644 --- a/qpid/cpp/xml/cluster.xml +++ b/qpid/cpp/xml/cluster.xml @@ -226,5 +226,10 @@ + + + + + -- cgit v1.2.1