diff options
author | Alan Conway <aconway@apache.org> | 2008-10-16 17:07:26 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-10-16 17:07:26 +0000 |
commit | d39a165c9c8d1fa2fd728a2237117efa71848874 (patch) | |
tree | dd07b81f1f2d2de42ce2fdf28432130566a5622e /cpp/src/qpid/cluster/DumpClient.cpp | |
parent | f7a4f7bcf77726767d0905f56f5c44c7a34d82a3 (diff) | |
download | qpid-python-d39a165c9c8d1fa2fd728a2237117efa71848874.tar.gz |
Fix race in cluster causing incorrect known-broker lists to be sent to clients.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@705287 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/DumpClient.cpp')
-rw-r--r-- | cpp/src/qpid/cluster/DumpClient.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/src/qpid/cluster/DumpClient.cpp b/cpp/src/qpid/cluster/DumpClient.cpp index 2b079a22bc..853eb689c6 100644 --- a/cpp/src/qpid/cluster/DumpClient.cpp +++ b/cpp/src/qpid/cluster/DumpClient.cpp @@ -168,9 +168,6 @@ void DumpClient::dumpConnection(const boost::intrusive_ptr<Connection>& dumpConn // authentication etc. See ConnectionSettings. shadowConnection.open(dumpeeUrl, bc.getUserId()); - // Stop the failover listener as its session will conflict with re-creating-sessions - client::ConnectionAccess::getImpl(shadowConnection)->stopFailoverListener(); - dumpConnection->getBrokerConnection().eachSessionHandler(boost::bind(&DumpClient::dumpSession, this, _1)); ClusterConnectionProxy(shadowConnection).shadowReady( dumpConnection->getId().getMember(), |