From 4886e2bcce72d99d34330c84ce33f6975f34b825 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 12 Oct 2012 18:38:53 +0000 Subject: QPID-4369: HA backup brokers core dump in benchmark test. Was seeing core dumps with QueueReplicator::queue == 0. Caused by race conditions when calling QueueReplicator::deactivate. Renamed deactivate to destroy and call it only when the broker::Queue is destroyed. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1397676 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/ha/StatusCheck.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/ha/StatusCheck.cpp') diff --git a/cpp/src/qpid/ha/StatusCheck.cpp b/cpp/src/qpid/ha/StatusCheck.cpp index e4597a5a45..01fceb7783 100644 --- a/cpp/src/qpid/ha/StatusCheck.cpp +++ b/cpp/src/qpid/ha/StatusCheck.cpp @@ -93,7 +93,7 @@ void StatusCheckThread::run() { QPID_LOG(debug, statusCheck.logPrefix << "Status of " << url << ": " << status); } } catch(const exception& error) { - QPID_LOG(warning, "Error checking status of " << url << ": " << error.what()); + QPID_LOG(info, "Checking status of " << url << ": " << error.what()); } delete this; } -- cgit v1.2.1