summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster
Commit message (Expand)AuthorAgeFilesLines
* Fix seg fault if cluster and management are enabled.Alan Conway2009-02-061-7/+8
* QPID-1618 from Mick Goulish: brokers joining cluster store persistent message...Alan Conway2009-02-051-0/+5
* Fix race condition with deleted local connections.Alan Conway2009-02-043-5/+10
* Fix assertion due to doOutput control being sent after local connection closed.Alan Conway2009-02-043-6/+9
* Fix memory error in ClusterPlugin.Alan Conway2009-02-042-7/+8
* Cluster sets recovery flag on Broker for first member in cluster.Alan Conway2009-02-043-28/+52
* Clean up error messages.Alan Conway2009-02-041-14/+14
* Fix for race conditions in cluster join.Alan Conway2009-02-0321-227/+508
* Changed name of UpdateClient's queue from "\000qpid-update" to "qpid.qpid-upd...Kim van der Riet2009-02-031-2/+2
* Fix bug in frame drop logic.Alan Conway2009-02-021-1/+1
* Correction for: start a broker in cluster, send messages that are flow to dis...Carl C. Trieloff2009-01-301-0/+16
* Fix cluster race condition for new members joining.Alan Conway2009-01-291-1/+1
* Better error messages for not-attached exceptions.Alan Conway2009-01-293-18/+9
* Changed --cluster-read-max default to 3 based on experiments.Alan Conway2009-01-291-1/+1
* Remove defunct --cluster-mcast-max optionn. Alan Conway2009-01-285-35/+10
* Change --cluster-mcast-max default to 0.Alan Conway2009-01-271-1/+1
* cluster/EventFrame.cpp: Add operator<< for EventFrameAlan Conway2009-01-275-11/+57
* Cluster rename: dump -> update, newbie -> joinerAlan Conway2009-01-2711-245/+244
* cluster: Add sequence number to events & framesAlan Conway2009-01-2711-80/+92
* Added qpid-cluster utility plus model changes to support it.Ted Ross2009-01-266-18/+74
* Use special management ids for objects used in state transfer to new members....Gordon Sim2009-01-234-2/+63
* QPID-1567: More changes to make clustering and federation work togetherGordon Sim2009-01-228-13/+65
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-221-1/+1
* More latency metrics.Alan Conway2009-01-223-2/+8
* cluster: Pipeline decoding. About 10% improvement in latency and throughput.Alan Conway2009-01-216-66/+154
* Additional latency measurement points.Alan Conway2009-01-214-3/+9
* Latency measurements, compiled out of production code.Alan Conway2009-01-205-16/+41
* cluster refactor: separate out dispatch strategy, implement poller and thread...Alan Conway2009-01-164-52/+19
* cluster refactor: separate out dispatch strategy, implement poller and thread...Alan Conway2009-01-164-0/+222
* Separate cluster::EventHeader to allow non-copy events.Alan Conway2009-01-163-27/+51
* Include CPG error code in message.Alan Conway2009-01-141-16/+19
* Fix --cluster-mast-max: errors in last commit.Alan Conway2009-01-097-21/+24
* Added --cluster-read-max: max number of outstanding mcasts in CPG buffers.Alan Conway2009-01-096-17/+57
* Fix for compatibility with latest corosync.Alan Conway2009-01-081-7/+8
* Fix to build on latest corosync versions.Alan Conway2009-01-082-14/+14
* cluster: handle multicast errors.Alan Conway2009-01-084-7/+11
* Consistent #if defined for header selectino.Alan Conway2009-01-071-3/+3
* cluster/OutputInterceptor.cpp: added locking around use of ClusterOutputinter...Alan Conway2009-01-061-3/+14
* cluster: Increase initial estimate controlling writes.Alan Conway2008-12-197-13/+29
* Handle package name changes in Fedora10: openais->corosync cman->cmanlibAlan Conway2008-12-173-6/+13
* Default --cluster-read-max to 0.Alan Conway2008-12-171-2/+2
* cluster/Event: store event header in the same buffer as data to simplify enco...Alan Conway2008-12-125-30/+46
* cluster: refactor multicast concerns into separate Multicaster class with sep...Alan Conway2008-12-118-94/+234
* sys/PollableQueue: dispatch in batches, allow put-back.Alan Conway2008-12-112-19/+18
* Remove un-necessary locks.Alan Conway2008-12-101-8/+0
* Applied name convention to class names: Capitalized names.Ted Ross2008-12-091-1/+1
* Cluster: Option --cluster-read-max configures read-to-redeliver flow-control.Alan Conway2008-12-094-12/+17
* Cluster: reduced scope of mcast locks.Alan Conway2008-12-082-42/+25
* Cluster: separated connection map lock to reduce contention.Alan Conway2008-12-083-45/+108
* src/qpid/cluster/OutputInterceptor.cpp: revert locking.Alan Conway2008-12-082-4/+2