summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/cluster/Cluster.h
Commit message (Expand)AuthorAgeFilesLines
* Merged Alan's cluster changes from trunk.qmf-devel0.7aTed Ross2010-03-301-1/+5
* merge r919024:926606 trunk into this branchKenneth Anthony Giusti2010-03-231-4/+5
* Cluster: debug snapshots of queue depth at broker join, help find inconsisten...Alan Conway2010-02-021-5/+4
* Replace PeriodicTimer with ClusterTimer, which inherits from Timer.Alan Conway2010-01-291-3/+7
* QPID_2634 Management updates in timer create inconsistencies in a cluster.Alan Conway2010-01-271-0/+2
* Cluster implementation of PeriodicTimer.Alan Conway2010-01-271-5/+3
* Fix cluster elder calculation to ensure unique elder.Alan Conway2010-01-271-0/+1
* Added config-seq counter to track config changes since cluster init.Alan Conway2010-01-061-0/+1
* Consistency checks for persistent cluster startup.Alan Conway2009-11-251-1/+1
* Verify stored cluster-id matches agreed cluster-id when joining a persistent ...Alan Conway2009-11-241-3/+2
* Support for restarting a persistent cluster.Alan Conway2009-11-241-7/+11
* Integrated InitialStatusMap into cluster code.Alan Conway2009-11-171-5/+12
* cluster::InitialStatusMap and unit tests, support for improved cluster join p...Alan Conway2009-11-171-0/+1
* Fix cman integration to exit immediately on loss of quorum.Alan Conway2009-08-061-2/+0
* Fixes for cluster code to compile with new stricter corosync header filesAndrew Stitcher2009-08-041-5/+5
* Fix race condition in cluster error handling.Alan Conway2009-07-311-1/+1
* Update queue listeners in the correct order.Alan Conway2009-07-161-15/+19
* Add directory to #includeAlan Conway2009-07-141-15/+15
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-011-3/+5
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-011-1/+5
* Fix cluster race condition with connections closed by broker while in use.Alan Conway2009-06-301-1/+3
* Make error-check a cluster-connection control rather than a cluster control.Alan Conway2009-06-181-1/+0
* Performance improvements in AggregateOutput and SemanticState.Alan Conway2009-06-161-1/+1
* Added missing locks in cluster code.Alan Conway2009-05-271-0/+1
* Undo change from r774809.Alan Conway2009-05-151-6/+1
* Fix for unpredictable enqueues by timer-triggered management code in a cluster.Alan Conway2009-05-141-1/+6
* Improved & simplified cluster output algorithm.Alan Conway2009-04-291-5/+2
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-111-4/+13
* Fix cluster TTL: replicte expiry information to newcomers.Alan Conway2009-03-091-4/+3
* Fixed race conditions in cluster.Alan Conway2009-03-081-43/+53
* Cluster: restore separate event/frame threads.Alan Conway2009-03-051-35/+27
* cluster: fix delivery-property.exchange-name set on updated messages.Alan Conway2009-03-051-2/+2
* Replicate connection decoder fragments to new members.Alan Conway2009-03-021-7/+14
* cluster: apply membership updates while in CATCHUP mode.Alan Conway2009-02-271-1/+3
* Add FrameDecoder unit test, update comments in Cluster.h/cpp.Alan Conway2009-02-251-2/+5
* Cluster security support:Alan Conway2009-02-121-3/+3
* Cluster support for message time-to-live.Alan Conway2009-02-091-3/+9
* Cluster sets recovery flag on Broker for first member in cluster.Alan Conway2009-02-041-6/+11
* Fix for race conditions in cluster join.Alan Conway2009-02-031-9/+14
* Better error messages for not-attached exceptions.Alan Conway2009-01-291-3/+0
* Remove defunct --cluster-mcast-max optionn. Alan Conway2009-01-281-1/+1
* Cluster rename: dump -> update, newbie -> joinerAlan Conway2009-01-271-22/+22
* cluster: Add sequence number to events & framesAlan Conway2009-01-271-2/+1
* Added qpid-cluster utility plus model changes to support it.Ted Ross2009-01-261-0/+3
* QPID-1567: More changes to make clustering and federation work togetherGordon Sim2009-01-221-0/+1
* cluster: Pipeline decoding. About 10% improvement in latency and throughput.Alan Conway2009-01-211-4/+8
* cluster refactor: separate out dispatch strategy, implement poller and thread...Alan Conway2009-01-161-15/+8
* Added --cluster-read-max: max number of outstanding mcasts in CPG buffers.Alan Conway2009-01-091-1/+1
* cluster: Increase initial estimate controlling writes.Alan Conway2008-12-191-1/+4
* cluster: refactor multicast concerns into separate Multicaster class with sep...Alan Conway2008-12-111-32/+30