summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Cluster.cpp
Commit message (Expand)AuthorAgeFilesLines
* Registers the amq.failover exchange in the management exchange.Jonathan Robie2010-10-081-1/+1
* Break deadlock caused when ClusterTimer::drop is called concurrently with Tim...Alan Conway2010-09-091-1/+0
* Check for and abort invalid catchup connections.Alan Conway2010-08-231-0/+5
* Race condition in cluster+management, inconsistent errors like:Alan Conway2010-07-231-23/+44
* Fix bug in cluster with authentication: nodes exit with "unauthorized-access"Alan Conway2010-07-201-1/+1
* Defer delivery of messages in cluster-unsafe context.Alan Conway2010-07-051-2/+33
* Fix cluster broker crashes when management is active.Alan Conway2010-06-221-1/+12
* Bug 603835 - cluster_tests.test_management failing.Alan Conway2010-06-161-2/+1
* This change is a partial fix for the problem of long cluster failovers. This...Michael Goulish2010-06-151-1/+3
* Fix "mismatched cluster-id" errors during start up.Alan Conway2010-05-251-20/+27
* Fix broker core dump during start-up caused by un-initialized mAgent pointer.Alan Conway2010-05-211-0/+1
* Delay generating URL in cluster till global constructors to handle multi-prot...Alan Conway2010-05-121-10/+13
* Correct brokertest.retry logic.Alan Conway2010-05-061-1/+1
* Code cleanup Ted Ross2010-04-231-1/+0
* QPID-2527: Remove Thread::id member as its uses are better implemented by com...Andrew Stitcher2010-04-211-3/+3
* Update cluster store status with a single atomic write() operation.Alan Conway2010-04-011-7/+13
* Cluster: remove un-necessary code for config-seq.Alan Conway2010-03-311-5/+1
* Joining a cluster: don't push an empty store.Alan Conway2010-03-301-0/+1
* Fix hanging failover_soak test.Alan Conway2010-03-301-0/+2
* Cluster logging improvements: log config changes in the deliver thread.Alan Conway2010-03-301-36/+41
* Raise ClusterTimer lateness threshold to reduce noisy warnings.Alan Conway2010-03-291-1/+3
* New cluster member pushes store when joining an active cluster.Alan Conway2010-03-121-24/+67
* QPID-2436: Fix cluster update of remote agents.Alan Conway2010-03-081-2/+6
* Minor cleanup: removed unused parameter of initial-status in cluster.xml.Alan Conway2010-03-051-5/+3
* Don't generate debug snapshot messages unless debug logging enabled.Alan Conway2010-03-051-7/+6
* QPID-2412: Support for EXTERNAL mechanism on client-authenticated SSL connect...Gordon Sim2010-03-051-2/+7
* Amended cluster error message for decoding failures.Alan Conway2010-03-031-1/+1
* Fix cluster abort on shutdown in ClusterTimer::fire.Alan Conway2010-02-261-1/+1
* Last member of a cluster always has clean store.Alan Conway2010-02-251-0/+6
* Consistent connection names across a cluster.Alan Conway2010-02-051-3/+1
* Synchronize management agent lists during cluster update.Alan Conway2010-02-051-2/+10
* Fix cluster bug introduced in r905674, incorrect frame-sequence count.Alan Conway2010-02-021-1/+1
* Cluster: fix update of failover exchange.Alan Conway2010-02-021-3/+3
* Cluster: debug snapshots of queue depth at broker join, help find inconsisten...Alan Conway2010-02-021-4/+29
* Replace PeriodicTimer with ClusterTimer, which inherits from Timer.Alan Conway2010-01-291-20/+28
* QPID_2634 Management updates in timer create inconsistencies in a cluster.Alan Conway2010-01-271-8/+9
* Cluster implementation of PeriodicTimer.Alan Conway2010-01-271-1/+18
* In clustered broker: move construction of broker::Connections to the cluster ...Alan Conway2010-01-271-16/+6
* Fix cluster elder calculation to ensure unique elder.Alan Conway2010-01-271-5/+9
* Cluster-safe assertions.Alan Conway2010-01-201-0/+6
* Fix broker crash "confirmed N but only sent M" with managed agents running.Alan Conway2010-01-111-1/+1
* Added config-seq counter to track config changes since cluster init.Alan Conway2010-01-061-22/+19
* Exception handling for URL parsing in cluster.Alan Conway2010-01-061-5/+9
* Don't hold up broker initialization for cluster initialization.Alan Conway2010-01-061-32/+8
* QPID-2266: error sending update: Enqueue capacity threshold exceededAlan Conway2009-12-111-0/+2
* QPID-2253 - Cluster node shuts down with inconsistent error.Alan Conway2009-12-091-5/+4
* Cluster consistency: check for no clean store condition.Alan Conway2009-11-261-0/+1
* Consistency checks for persistent cluster startup.Alan Conway2009-11-251-21/+12
* Verify stored cluster-id matches agreed cluster-id when joining a persistent ...Alan Conway2009-11-241-20/+28
* Support for restarting a persistent cluster.Alan Conway2009-11-241-35/+101