From bd5ae249ef74e1707eb05dd6cc70bb816e318757 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 9 Jan 2009 14:47:21 +0000 Subject: Fix --cluster-mast-max: errors in last commit. Work around problems with CPG flow control. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@733051 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/cluster/Quorum_cman.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/cluster/Quorum_cman.cpp') diff --git a/cpp/src/qpid/cluster/Quorum_cman.cpp b/cpp/src/qpid/cluster/Quorum_cman.cpp index d5df758b40..edce1698ee 100644 --- a/cpp/src/qpid/cluster/Quorum_cman.cpp +++ b/cpp/src/qpid/cluster/Quorum_cman.cpp @@ -35,7 +35,7 @@ void Quorum::init() { enable = true; cman = cman_init(0); if (cman == 0) throw ErrnoException("Can't connect to cman service"); - // FIXME aconway 2008-11-13: configure max wait. + // FIXME aconway 2008-11-13: configurable max wait. for (int retry = 0; !cman_is_quorate(cman) && retry < 30; retry++) { QPID_LOG(info, "Waiting for cluster quorum: " << sys::strError(errno)); sys::sleep(1); -- cgit v1.2.1