summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Cluster.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove defunct --cluster-mcast-max optionn. Alan Conway2009-01-281-2/+2
* cluster/EventFrame.cpp: Add operator<< for EventFrameAlan Conway2009-01-271-2/+2
* Cluster rename: dump -> update, newbie -> joinerAlan Conway2009-01-271-54/+53
* cluster: Add sequence number to events & framesAlan Conway2009-01-271-24/+7
* Added qpid-cluster utility plus model changes to support it.Ted Ross2009-01-261-15/+47
* QPID-1567: More changes to make clustering and federation work togetherGordon Sim2009-01-221-1/+13
* More latency metrics.Alan Conway2009-01-221-0/+2
* cluster: Pipeline decoding. About 10% improvement in latency and throughput.Alan Conway2009-01-211-38/+51
* Additional latency measurement points.Alan Conway2009-01-211-0/+1
* Latency measurements, compiled out of production code.Alan Conway2009-01-201-1/+3
* cluster refactor: separate out dispatch strategy, implement poller and thread...Alan Conway2009-01-161-35/+9
* Separate cluster::EventHeader to allow non-copy events.Alan Conway2009-01-161-1/+1
* Fix --cluster-mast-max: errors in last commit.Alan Conway2009-01-091-6/+5
* Added --cluster-read-max: max number of outstanding mcasts in CPG buffers.Alan Conway2009-01-091-3/+5
* cluster: handle multicast errors.Alan Conway2009-01-081-1/+1
* cluster: Increase initial estimate controlling writes.Alan Conway2008-12-191-1/+2
* cluster: refactor multicast concerns into separate Multicaster class with sep...Alan Conway2008-12-111-57/+15
* sys/PollableQueue: dispatch in batches, allow put-back.Alan Conway2008-12-111-15/+13
* Cluster: Option --cluster-read-max configures read-to-redeliver flow-control.Alan Conway2008-12-091-3/+4
* Cluster: reduced scope of mcast locks.Alan Conway2008-12-081-36/+22
* Cluster: separated connection map lock to reduce contention.Alan Conway2008-12-081-41/+15
* cluster: add Event size to encoded header.Alan Conway2008-12-031-1/+2
* Cluster: handle CPG flow-control conditions.Alan Conway2008-12-021-12/+24
* cluster: Queue outgoing multicast events.Alan Conway2008-12-011-5/+7
* Added cluster log messages.Alan Conway2008-11-281-7/+10
* Cluster.cpp: Fixed last-node-standing logic, better logging.Alan Conway2008-11-261-70/+72
* Fix seg fault caused by exceptiosn thrown in Cluster ctor.Alan Conway2008-11-191-1/+1
* Fix --cluster-cman option to enable cman integration.Alan Conway2008-11-191-7/+4
* Optional cluster integration with cman quorum service.Alan Conway2008-11-181-0/+12
* Cluster: clean up connections when a member leaves the cluster.Alan Conway2008-11-051-0/+11
* Add UUID generated for each new cluster instance.Alan Conway2008-10-161-5/+12
* Fix race in cluster causing incorrect known-broker lists to be sent to clients.Alan Conway2008-10-161-99/+115
* Minor cleanup for client failover.Alan Conway2008-10-141-8/+7
* Bug fixes for client-side failover.Alan Conway2008-10-141-1/+7
* QPID-1340 froM Mick Goulish: preliminary client-side failover support.Alan Conway2008-10-101-0/+1
* Client-side support for amq.faiover exchange. Connection::getKnownBrokers pro...Alan Conway2008-10-091-21/+28
* broker: Fixed incorrect pass-by-reference of Queue::shared_ptr in several files.Alan Conway2008-10-071-14/+22
* Cluster join & brain-dumps working.Alan Conway2008-10-031-145/+333
* QPID-1306Carl C. Trieloff2008-09-301-2/+14
* Added missing locks in cluster code.Alan Conway2008-09-271-0/+1
* Clean up end-of-dump protocol for new cluster members.Alan Conway2008-09-261-2/+5
* cluster:]Alan Conway2008-09-261-3/+3
* Fix build problems on rhel 5.2 and 64-bit encoding bug.Alan Conway2008-09-261-1/+1
* Enabled management, add cluster shutdown command.Alan Conway2008-09-251-80/+39
* Cluster replicates session command sequence state and consumers to newcomers.Alan Conway2008-09-241-11/+13
* DumpClient send connections & session IDs to new members.Alan Conway2008-09-211-20/+38
* Dump shared state to new cluster members.Alan Conway2008-09-181-4/+5
* Refactor Cluster logic into separate handlers for Joining & Member modes.Alan Conway2008-09-181-123/+64
* - added member statsCarl C. Trieloff2008-09-171-8/+20
* - wire in more cluster statsCarl C. Trieloff2008-09-171-1/+15