From 4ceab39ad4caa3e1769ead86291b8f4297488fd8 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 1 Jul 2009 21:58:40 +0000 Subject: Fix members joining cluster while cluster is handling client errors. Completes the previous incomplete fix in r790163. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@790397 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/cluster/UpdateClient.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/src/qpid/cluster/UpdateClient.cpp') diff --git a/cpp/src/qpid/cluster/UpdateClient.cpp b/cpp/src/qpid/cluster/UpdateClient.cpp index bad56de826..a8ab105395 100644 --- a/cpp/src/qpid/cluster/UpdateClient.cpp +++ b/cpp/src/qpid/cluster/UpdateClient.cpp @@ -146,7 +146,8 @@ void UpdateClient::update() { client::ConnectionAccess::getImpl(connection)->handle(frame); connection.close(); - QPID_LOG(debug, updaterId << " updated state to " << updateeId << " at " << updateeUrl); + QPID_LOG(debug, updaterId << " update completed to " << updateeId + << " at " << updateeUrl << ": " << membership); } namespace { -- cgit v1.2.1