From 0fb7ff9cfbfd01e9093c2c6021a5915696d2a089 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 24 Nov 2009 20:07:24 +0000 Subject: Support for restarting a persistent cluster. Option --cluster-size=N: members wait for N members before recovering store. Stores marked as clean/dirty. Automatically recover from clean store on restart. Stores marked with UUID to detect errors. Not yet implemented: consistency checks, manual recovery from all dirty stores. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@883842 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/cluster/InitialStatusMap.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'cpp/src/qpid/cluster/InitialStatusMap.h') diff --git a/cpp/src/qpid/cluster/InitialStatusMap.h b/cpp/src/qpid/cluster/InitialStatusMap.h index 9e9b71e363..72963ea2bb 100644 --- a/cpp/src/qpid/cluster/InitialStatusMap.h +++ b/cpp/src/qpid/cluster/InitialStatusMap.h @@ -57,15 +57,11 @@ class InitialStatusMap /**@pre isComplete(). @return Cluster-wide cluster ID. */ framing::Uuid getClusterId(); - /**@pre isComplete() && !isUpdateNeeded(). - *@return member->URL map for all members. - */ - std::map getMemberUrls(); - private: typedef std::map > Map; static bool notInitialized(const Map::value_type&); static bool isActive(const Map::value_type&); + static bool hasStore(const Map::value_type&); void check(); Map map; MemberSet firstConfig; -- cgit v1.2.1