summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Cluster.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* sys/PollableQueue: dispatch in batches, allow put-back.Alan Conway2008-12-111-4/+5
* Cluster: Option --cluster-read-max configures read-to-redeliver flow-control.Alan Conway2008-12-091-4/+5
* Cluster: reduced scope of mcast locks.Alan Conway2008-12-081-6/+3
* Cluster: separated connection map lock to reduce contention.Alan Conway2008-12-081-4/+3
* Cluster: handle CPG flow-control conditions.Alan Conway2008-12-021-2/+4
* cluster: Queue outgoing multicast events.Alan Conway2008-12-011-2/+2
* Cluster.cpp: Fixed last-node-standing logic, better logging.Alan Conway2008-11-261-0/+1
* Fix --cluster-cman option to enable cman integration.Alan Conway2008-11-191-2/+4
* Optional cluster integration with cman quorum service.Alan Conway2008-11-181-1/+5
* Add UUID generated for each new cluster instance.Alan Conway2008-10-161-1/+10
* Fix race in cluster causing incorrect known-broker lists to be sent to clients.Alan Conway2008-10-161-10/+21
* broker: Fixed incorrect pass-by-reference of Queue::shared_ptr in several files.Alan Conway2008-10-071-3/+12
* Cluster join & brain-dumps working.Alan Conway2008-10-031-78/+93