From 1af1e0114b71a366dc78a47c3d63833f1a0b4c8a Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 6 Aug 2009 17:41:18 +0000 Subject: Fix cman integration to exit immediately on loss of quorum. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@801740 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/cluster/OutputInterceptor.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'cpp/src/qpid/cluster/OutputInterceptor.cpp') diff --git a/cpp/src/qpid/cluster/OutputInterceptor.cpp b/cpp/src/qpid/cluster/OutputInterceptor.cpp index 2025c664da..cb8f01386c 100644 --- a/cpp/src/qpid/cluster/OutputInterceptor.cpp +++ b/cpp/src/qpid/cluster/OutputInterceptor.cpp @@ -46,7 +46,6 @@ extern sys::LatencyTracker doOutputTracker; void OutputInterceptor::send(framing::AMQFrame& f) { LATENCY_TRACK(doOutputTracker.finish(f.getBody())); - parent.getCluster().checkQuorum(); { sys::Mutex::ScopedLock l(lock); next->send(f); -- cgit v1.2.1