summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster
Commit message (Expand)AuthorAgeFilesLines
* Add lock to cluster::ConnectionMap, make it thread safe.Alan Conway2009-02-272-11/+13
* cluster: apply membership updates while in CATCHUP mode.Alan Conway2009-02-272-10/+11
* Fix to avoid spinning if an exception is thrown in cluster::PollableQueue.Alan Conway2009-02-261-0/+2
* Remove "flow enabled" log messages.Alan Conway2009-02-262-10/+7
* Add FrameDecoder unit test, update comments in Cluster.h/cpp.Alan Conway2009-02-252-4/+7
* Fix race condition: move all calls on Decoder into event delivery thread.Alan Conway2009-02-251-2/+6
* Fixed issue with producer flow control in a cluster.Alan Conway2009-02-2410-12/+100
* Minor fixes. Alan Conway2009-02-171-5/+0
* Cluster start-up retries to handle slow cman start-up.Alan Conway2009-02-142-7/+11
* Enable --cluster-cman option if built with libcman support.Alan Conway2009-02-122-2/+3
* Cluster security support:Alan Conway2009-02-128-51/+99
* Fix race condition with read-credit.Alan Conway2009-02-112-0/+2
* Fix memory leak in cluster code.Alan Conway2009-02-113-7/+14
* Remove unused class and clean up some FIXME comments.Alan Conway2009-02-105-111/+8
* Fix cluster flow control bug: hang with large messages (>frame-max) and low -...Alan Conway2009-02-1010-17/+38
* Cluster support for message time-to-live.Alan Conway2009-02-099-28/+202
* Demote CPG flow control warning message to debug.Alan Conway2009-02-091-1/+1
* 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