diff options
author | Alan Conway <aconway@apache.org> | 2009-07-01 21:58:40 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2009-07-01 21:58:40 +0000 |
commit | 4ceab39ad4caa3e1769ead86291b8f4297488fd8 (patch) | |
tree | 83e0533ec3bcaa3c63e27daac8d1614ab6997141 /cpp/src/qpid/cluster/UpdateClient.cpp | |
parent | 205287377cf6d24b461ef336b268294f860862a3 (diff) | |
download | qpid-python-4ceab39ad4caa3e1769ead86291b8f4297488fd8.tar.gz |
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
Diffstat (limited to 'cpp/src/qpid/cluster/UpdateClient.cpp')
-rw-r--r-- | cpp/src/qpid/cluster/UpdateClient.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |