summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster
Commit message (Expand)AuthorAgeFilesLines
* QPID-2266: error sending update: Enqueue capacity threshold exceededAlan Conway2009-12-115-8/+57
* Add retry capability to several cpg calls.Michael Goulish2009-12-112-3/+96
* QPID-2253 - Cluster node shuts down with inconsistent error.Alan Conway2009-12-091-5/+4
* QPID-2231: Cluster + store fails with default data-directoryAlan Conway2009-12-031-7/+7
* Make cluster update work out of the box without special authentication options.Alan Conway2009-12-012-4/+4
* Cluster consistency: check for no clean store condition.Alan Conway2009-11-264-24/+54
* Consistency checks for persistent cluster startup.Alan Conway2009-11-256-28/+53
* Verify stored cluster-id matches agreed cluster-id when joining a persistent ...Alan Conway2009-11-244-41/+49
* Support for restarting a persistent cluster.Alan Conway2009-11-2410-83/+337
* Added cluster option --cluster-size.Alan Conway2009-11-185-14/+13
* Added missing #include <algorithm>Alan Conway2009-11-171-0/+1
* Integrated InitialStatusMap into cluster code.Alan Conway2009-11-1712-134/+261
* cluster::InitialStatusMap and unit tests, support for improved cluster join p...Alan Conway2009-11-177-14/+207
* QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...Gordon Sim2009-11-095-20/+43
* QPID-2191: Fix browsing behaviour where messages may have been released out o...Gordon Sim2009-11-092-0/+2
* Reduce redundancy in cluster log output.Alan Conway2009-10-281-5/+1
* Fix problems with sessions going out of scope and session numbers wrapping ar...Alan Conway2009-10-211-0/+1
* Change CPG initialization log message to notice level.Alan Conway2009-10-191-2/+2
* Cluster shuts down broker via SignalHandler to fix memory errors on exit.Alan Conway2009-10-081-1/+2
* Minor improvements to cluster logging.Alan Conway2009-10-052-13/+18
* Fixed: cluster udpate did not presever deliver-properties.exchange on messages.Alan Conway2009-10-052-2/+9
* Removed LatencyTracker from cluster.Alan Conway2009-10-015-42/+5
* Set cluster version number from SVN revision.Alan Conway2009-10-011-2/+6
* Minor fix from r.814021Kim van der Riet2009-09-111-3/+3
* Fix incorrect test for quorum status.Alan Conway2009-09-111-1/+1
* Fix QPID-2086, hang of federated_cluster_test_with_node_failure.Alan Conway2009-09-091-1/+9
* QPID-2058: Add a flag to the version of SessionImpl::send() that takes a Fram...Gordon Sim2009-08-191-1/+1
* Added documentation to watchdog plugin.Alan Conway2009-08-142-0/+25
* Revert "Batch multiple events into a single CPG multicast."Alan Conway2009-08-144-28/+17
* Batch multiple events into a single CPG multicast.Alan Conway2009-08-124-17/+28
* Watchdog feature to remove unresponsive cluster nodes.Alan Conway2009-08-102-0/+174
* Fix cman integration to exit immediately on loss of quorum.Alan Conway2009-08-0612-36/+109
* Fixes for cluster code to compile with new stricter corosync header filesAndrew Stitcher2009-08-044-16/+56
* Fix race condition in cluster error handling.Alan Conway2009-07-318-52/+75
* Set protocol versions correctly in cluster code.Alan Conway2009-07-302-8/+12
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-302-7/+10
* Provide more informative cluster logging at notice levelAlan Conway2009-07-295-28/+28
* Remove some unnecessary promotions of char* to std::string.Alan Conway2009-07-212-17/+18
* Add "[shadow]" prefix to the log-ID for shadow and catch-up connections, to m...Alan Conway2009-07-171-6/+12
* Update queue listeners in the correct order.Alan Conway2009-07-167-46/+200
* Minor cluster optimizations.Alan Conway2009-07-143-16/+11
* Add directory to #includeAlan Conway2009-07-1434-88/+88
* Reverted checkins 793119, 793120, 793121, 793122 because of problems with hea...Kim van der Riet2009-07-132-10/+7
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-102-7/+10
* Fix cluster handling of multiple errors.Alan Conway2009-07-103-19/+37
* Minor improvement to cluster logging.Alan Conway2009-07-091-3/+6
* QPID-1974: Fixes (and tests) for updating lvq state to new cluster members.Gordon Sim2009-07-081-0/+2
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-018-38/+80
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-0110-33/+229
* Fix cluster race condition with connections closed by broker while in use.Alan Conway2009-06-307-36/+45