summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/cluster/StoreStatus.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update cluster store status with a single atomic write() operation.Alan Conway2010-04-011-64/+60
* Cluster: remove un-necessary code for config-seq.Alan Conway2010-03-311-18/+2
* New cluster member pushes store when joining an active cluster.Alan Conway2010-03-121-9/+30
* Last member of a cluster always has clean store.Alan Conway2010-02-251-0/+6
* Removed unecessary include of Msg.h in Exception.hAndrew Stitcher2010-02-251-0/+1
* QPID-2384: Fix for problem of cluster nodes recovering from both cluster and ...Kim van der Riet2010-02-021-1/+3
* Make cluster::StoreStatus::load/save no-ops if broker has no data-dir.Alan Conway2010-01-061-0/+2
* Fix uninitialized read error in cluster::StoreStatus.Alan Conway2010-01-061-7/+22
* Added config-seq counter to track config changes since cluster init.Alan Conway2010-01-061-20/+53
* QPID-2231: Cluster + store fails with default data-directoryAlan Conway2009-12-031-7/+7
* Cluster consistency: check for no clean store condition.Alan Conway2009-11-261-0/+16
* Consistency checks for persistent cluster startup.Alan Conway2009-11-251-2/+0
* Verify stored cluster-id matches agreed cluster-id when joining a persistent ...Alan Conway2009-11-241-15/+15
* Support for restarting a persistent cluster.Alan Conway2009-11-241-0/+96