summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Cluster.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add directory to #includeAlan Conway2009-07-141-7/+7
* Fix cluster handling of multiple errors.Alan Conway2009-07-101-1/+2
* Minor improvement to cluster logging.Alan Conway2009-07-091-3/+6
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-011-27/+52
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-011-21/+88
* Fix cluster race condition with connections closed by broker while in use.Alan Conway2009-06-301-11/+33
* Make error-check a cluster-connection control rather than a cluster control.Alan Conway2009-06-181-15/+2
* Handle invalid AMPQ data to a cluster by closing the offending connection.Alan Conway2009-06-171-2/+12
* Performance improvements in AggregateOutput and SemanticState.Alan Conway2009-06-161-3/+6
* Added missing locks in cluster code.Alan Conway2009-05-271-3/+10
* Add missing null body check in ErrorCheckAlan Conway2009-05-201-5/+11
* Instrumentation for measuring latencies.Alan Conway2009-05-191-6/+15