summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster
Commit message (Expand)AuthorAgeFilesLines
* QPID-2436: Fix cluster update of remote agents.Alan Conway2010-03-083-7/+16
* Minor cleanup: removed unused parameter of initial-status in cluster.xml.Alan Conway2010-03-052-6/+3
* Don't generate debug snapshot messages unless debug logging enabled.Alan Conway2010-03-052-9/+8
* QPID-2412: Support for EXTERNAL mechanism on client-authenticated SSL connect...Gordon Sim2010-03-055-28/+39
* Amended cluster error message for decoding failures.Alan Conway2010-03-031-1/+1
* Fix: decoding error causes cluster broker to exit.Alan Conway2010-03-011-4/+16
* Fix cluster abort on shutdown in ClusterTimer::fire.Alan Conway2010-02-263-2/+7
* Last member of a cluster always has clean store.Alan Conway2010-02-253-3/+15
* Removed unecessary include of Msg.h in Exception.hAndrew Stitcher2010-02-251-0/+1
* Consistent connection names across a cluster.Alan Conway2010-02-055-31/+67
* Synchronize management agent lists during cluster update.Alan Conway2010-02-055-37/+59
* Fix cluster bug introduced in r905674, incorrect frame-sequence count.Alan Conway2010-02-021-1/+1
* QPID-2384: Fix for problem of cluster nodes recovering from both cluster and ...Kim van der Riet2010-02-021-1/+3
* Cluster: fix update of failover exchange.Alan Conway2010-02-023-5/+12
* Cluster: debug snapshots of queue depth at broker join, help find inconsisten...Alan Conway2010-02-024-10/+39
* Replace PeriodicTimer with ClusterTimer, which inherits from Timer.Alan Conway2010-01-294-23/+207
* Change the heuristic used to alter the send estimate up and down.Michael Goulish2010-01-291-2/+2
* Fixed missing ManagementAgent test, causing core dumps in cluster with --mgmt...Alan Conway2010-01-291-8/+9
* QPID-2357 Broker boot sequence doesn't synchronize when clustered - patch fro...Alan Conway2010-01-284-0/+44
* Fixed cluster error "Not enough for multicast header"Alan Conway2010-01-281-8/+5
* Fix for QPID-2373 - Durable exchange state not replicated to broker joining c...Kim van der Riet2010-01-281-0/+3
* QPID_2634 Management updates in timer create inconsistencies in a cluster.Alan Conway2010-01-273-12/+21
* Cluster implementation of PeriodicTimer.Alan Conway2010-01-274-6/+171
* In clustered broker: move construction of broker::Connections to the cluster ...Alan Conway2010-01-273-57/+101
* Fix cluster elder calculation to ensure unique elder.Alan Conway2010-01-277-13/+46
* Cluster-safe assertions.Alan Conway2010-01-201-0/+6
* Removed dead code - cluster::Connection::left()Alan Conway2010-01-192-9/+0
* Removed dead code: OutputTask::hasOutput and Queue::checkForMessages.Alan Conway2010-01-142-2/+0
* Fix broker crash "confirmed N but only sent M" with managed agents running.Alan Conway2010-01-114-2/+24
* Add cluster watchdog plugin to cmake build.Alan Conway2010-01-071-1/+2
* Make cluster::StoreStatus::load/save no-ops if broker has no data-dir.Alan Conway2010-01-061-0/+2
* Fix uninitialized read error in cluster::StoreStatus.Alan Conway2010-01-061-7/+22
* Revert "Make cluster update work out of the box without special authenticatio...Alan Conway2010-01-062-4/+4
* Added config-seq counter to track config changes since cluster init.Alan Conway2010-01-069-54/+108
* Exception handling for URL parsing in cluster.Alan Conway2010-01-062-8/+16
* Don't hold up broker initialization for cluster initialization.Alan Conway2010-01-063-42/+11
* QPID-2296: Cluster errors when using acquire-mode-not-acquiredAlan Conway2009-12-223-3/+5
* QPID-2282: test_watchdog failing due to incorrect use of env. varsAlan Conway2009-12-161-1/+1
* 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