summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Cluster.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update cluster store status with a single atomic write() operation.Alan Conway2010-04-011-7/+13
* Cluster: remove un-necessary code for config-seq.Alan Conway2010-03-311-5/+1
* Joining a cluster: don't push an empty store.Alan Conway2010-03-301-0/+1
* Fix hanging failover_soak test.Alan Conway2010-03-301-0/+2
* Cluster logging improvements: log config changes in the deliver thread.Alan Conway2010-03-301-36/+41
* Raise ClusterTimer lateness threshold to reduce noisy warnings.Alan Conway2010-03-291-1/+3
* New cluster member pushes store when joining an active cluster.Alan Conway2010-03-121-24/+67
* QPID-2436: Fix cluster update of remote agents.Alan Conway2010-03-081-2/+6
* Minor cleanup: removed unused parameter of initial-status in cluster.xml.Alan Conway2010-03-051-5/+3
* Don't generate debug snapshot messages unless debug logging enabled.Alan Conway2010-03-051-7/+6
* QPID-2412: Support for EXTERNAL mechanism on client-authenticated SSL connect...Gordon Sim2010-03-051-2/+7
* Amended cluster error message for decoding failures.Alan Conway2010-03-031-1/+1
* Fix cluster abort on shutdown in ClusterTimer::fire.Alan Conway2010-02-261-1/+1
* Last member of a cluster always has clean store.Alan Conway2010-02-251-0/+6
* Consistent connection names across a cluster.Alan Conway2010-02-051-3/+1
* Synchronize management agent lists during cluster update.Alan Conway2010-02-051-2/+10
* Fix cluster bug introduced in r905674, incorrect frame-sequence count.Alan Conway2010-02-021-1/+1
* Cluster: fix update of failover exchange.Alan Conway2010-02-021-3/+3
* Cluster: debug snapshots of queue depth at broker join, help find inconsisten...Alan Conway2010-02-021-4/+29
* Replace PeriodicTimer with ClusterTimer, which inherits from Timer.Alan Conway2010-01-291-20/+28
* QPID_2634 Management updates in timer create inconsistencies in a cluster.Alan Conway2010-01-271-8/+9
* Cluster implementation of PeriodicTimer.Alan Conway2010-01-271-1/+18
* In clustered broker: move construction of broker::Connections to the cluster ...Alan Conway2010-01-271-16/+6
* Fix cluster elder calculation to ensure unique elder.Alan Conway2010-01-271-5/+9
* Cluster-safe assertions.Alan Conway2010-01-201-0/+6
* Fix broker crash "confirmed N but only sent M" with managed agents running.Alan Conway2010-01-111-1/+1
* Added config-seq counter to track config changes since cluster init.Alan Conway2010-01-061-22/+19
* Exception handling for URL parsing in cluster.Alan Conway2010-01-061-5/+9
* Don't hold up broker initialization for cluster initialization.Alan Conway2010-01-061-32/+8
* QPID-2266: error sending update: Enqueue capacity threshold exceededAlan Conway2009-12-111-0/+2
* QPID-2253 - Cluster node shuts down with inconsistent error.Alan Conway2009-12-091-5/+4
* Cluster consistency: check for no clean store condition.Alan Conway2009-11-261-0/+1
* Consistency checks for persistent cluster startup.Alan Conway2009-11-251-21/+12
* Verify stored cluster-id matches agreed cluster-id when joining a persistent ...Alan Conway2009-11-241-20/+28
* Support for restarting a persistent cluster.Alan Conway2009-11-241-35/+101
* Added cluster option --cluster-size.Alan Conway2009-11-181-5/+4
* Integrated InitialStatusMap into cluster code.Alan Conway2009-11-171-47/+71
* cluster::InitialStatusMap and unit tests, support for improved cluster join p...Alan Conway2009-11-171-3/+14
* QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...Gordon Sim2009-11-091-4/+17
* Reduce redundancy in cluster log output.Alan Conway2009-10-281-5/+1
* Cluster shuts down broker via SignalHandler to fix memory errors on exit.Alan Conway2009-10-081-1/+2
* Removed LatencyTracker from cluster.Alan Conway2009-10-011-16/+3
* Set cluster version number from SVN revision.Alan Conway2009-10-011-2/+6
* Revert "Batch multiple events into a single CPG multicast."Alan Conway2009-08-141-5/+3
* Batch multiple events into a single CPG multicast.Alan Conway2009-08-121-3/+5
* Fix cman integration to exit immediately on loss of quorum.Alan Conway2009-08-061-16/+12
* Fixes for cluster code to compile with new stricter corosync header filesAndrew Stitcher2009-08-041-6/+6
* Fix race condition in cluster error handling.Alan Conway2009-07-311-12/+9
* Provide more informative cluster logging at notice levelAlan Conway2009-07-291-19/+18
* Minor cluster optimizations.Alan Conway2009-07-141-1/+1