index
:
delta/python-packages/qpid-python.git
0.10
0.12
0.14
0.16
0.18
0.20
0.22
0.24
0.26
0.28
0.30
0.32
0.32.x
0.5-fix
0.5-release
0.5.x-dev
0.6-release
0.6-release-windows-installer
0.8-release-candidates
M1
M2
M2.0.0.0_patch
M2.1-release
M2.1.1
M2.1.x
M2.x
M3-release
M4-RCs
QPID-2519
QPID-3216
QPID-3799-acl
QPID-4659
QPID-5048-maven3-build
QPID-5496_default_groups
QPID-5610-maven3-build-qmf-tools
QPID-6125-ProtocolRefactoring
QPID-6262-JavaBrokerNIO
aconway-amqp-tx
address-refactor
address-refactor2
asyncstore
broker-queue-refactor
client_restructure
cmake
deleteme
dep_removal
event-queue-2006-12-20
forrest-site
grkvlt-network-20101013
grkvlt-network-20110301
grkvlt-network-review
gs-amqp-1-0-sandbox
help
java-broker-0-10
java-broker-amqp-1-0-management
java-broker-bdb-ha
java-broker-bdb-ha2
java-broker-config-qpid-4390
java-broker-config-store-changes
java-broker-vhost-refactor
java-config-and-management
java-network-refactor
java.multi_version
jmsselectors
jmx_mc_gsoc09
kwall_030_tmp
linearstore
mcpierce-QPID-4719
mgmt-devel
new_persistence
perftesting
perftesting_persistent
pre-M3
qmf-devel0.7
qmf-devel0.7a
qmfv2
qpid-1673
qpid-2393
qpid-2920
qpid-2920-1
qpid-2920-active
qpid-2920-standby
qpid-2935
qpid-3079
qpid-3163
qpid-3346
qpid-3603
qpid-3603-2
qpid-3603-3
qpid-3603-4
qpid-3603-5
qpid-3603-6
qpid-3603-7
qpid-3603-kgiusti
qpid-3606
qpid-3767
qpid-3890
qpid-3902
qpid-4631
qpid-530
qpid-cpp-0.34-rc
qpid-cpp-0.34-rc-winpkg
qpid.0-10
qpid.0-9
qpid.rnr
rajith_jms_client
rajith_tmp
rg-amqp-1-0-sandbox
thegreatmerge
trunk
win-pollable-condition
git.apache.org: qpid.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cpp
/
src
/
qpid
/
cluster
/
Cluster.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update cluster store status with a single atomic write() operation.
Alan Conway
2010-04-01
1
-7
/
+13
*
Cluster: remove un-necessary code for config-seq.
Alan Conway
2010-03-31
1
-5
/
+1
*
Joining a cluster: don't push an empty store.
Alan Conway
2010-03-30
1
-0
/
+1
*
Fix hanging failover_soak test.
Alan Conway
2010-03-30
1
-0
/
+2
*
Cluster logging improvements: log config changes in the deliver thread.
Alan Conway
2010-03-30
1
-36
/
+41
*
Raise ClusterTimer lateness threshold to reduce noisy warnings.
Alan Conway
2010-03-29
1
-1
/
+3
*
New cluster member pushes store when joining an active cluster.
Alan Conway
2010-03-12
1
-24
/
+67
*
QPID-2436: Fix cluster update of remote agents.
Alan Conway
2010-03-08
1
-2
/
+6
*
Minor cleanup: removed unused parameter of initial-status in cluster.xml.
Alan Conway
2010-03-05
1
-5
/
+3
*
Don't generate debug snapshot messages unless debug logging enabled.
Alan Conway
2010-03-05
1
-7
/
+6
*
QPID-2412: Support for EXTERNAL mechanism on client-authenticated SSL connect...
Gordon Sim
2010-03-05
1
-2
/
+7
*
Amended cluster error message for decoding failures.
Alan Conway
2010-03-03
1
-1
/
+1
*
Fix cluster abort on shutdown in ClusterTimer::fire.
Alan Conway
2010-02-26
1
-1
/
+1
*
Last member of a cluster always has clean store.
Alan Conway
2010-02-25
1
-0
/
+6
*
Consistent connection names across a cluster.
Alan Conway
2010-02-05
1
-3
/
+1
*
Synchronize management agent lists during cluster update.
Alan Conway
2010-02-05
1
-2
/
+10
*
Fix cluster bug introduced in r905674, incorrect frame-sequence count.
Alan Conway
2010-02-02
1
-1
/
+1
*
Cluster: fix update of failover exchange.
Alan Conway
2010-02-02
1
-3
/
+3
*
Cluster: debug snapshots of queue depth at broker join, help find inconsisten...
Alan Conway
2010-02-02
1
-4
/
+29
*
Replace PeriodicTimer with ClusterTimer, which inherits from Timer.
Alan Conway
2010-01-29
1
-20
/
+28
*
QPID_2634 Management updates in timer create inconsistencies in a cluster.
Alan Conway
2010-01-27
1
-8
/
+9
*
Cluster implementation of PeriodicTimer.
Alan Conway
2010-01-27
1
-1
/
+18
*
In clustered broker: move construction of broker::Connections to the cluster ...
Alan Conway
2010-01-27
1
-16
/
+6
*
Fix cluster elder calculation to ensure unique elder.
Alan Conway
2010-01-27
1
-5
/
+9
*
Cluster-safe assertions.
Alan Conway
2010-01-20
1
-0
/
+6
*
Fix broker crash "confirmed N but only sent M" with managed agents running.
Alan Conway
2010-01-11
1
-1
/
+1
*
Added config-seq counter to track config changes since cluster init.
Alan Conway
2010-01-06
1
-22
/
+19
*
Exception handling for URL parsing in cluster.
Alan Conway
2010-01-06
1
-5
/
+9
*
Don't hold up broker initialization for cluster initialization.
Alan Conway
2010-01-06
1
-32
/
+8
*
QPID-2266: error sending update: Enqueue capacity threshold exceeded
Alan Conway
2009-12-11
1
-0
/
+2
*
QPID-2253 - Cluster node shuts down with inconsistent error.
Alan Conway
2009-12-09
1
-5
/
+4
*
Cluster consistency: check for no clean store condition.
Alan Conway
2009-11-26
1
-0
/
+1
*
Consistency checks for persistent cluster startup.
Alan Conway
2009-11-25
1
-21
/
+12
*
Verify stored cluster-id matches agreed cluster-id when joining a persistent ...
Alan Conway
2009-11-24
1
-20
/
+28
*
Support for restarting a persistent cluster.
Alan Conway
2009-11-24
1
-35
/
+101
*
Added cluster option --cluster-size.
Alan Conway
2009-11-18
1
-5
/
+4
*
Integrated InitialStatusMap into cluster code.
Alan Conway
2009-11-17
1
-47
/
+71
*
cluster::InitialStatusMap and unit tests, support for improved cluster join p...
Alan Conway
2009-11-17
1
-3
/
+14
*
QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...
Gordon Sim
2009-11-09
1
-4
/
+17
*
Reduce redundancy in cluster log output.
Alan Conway
2009-10-28
1
-5
/
+1
*
Cluster shuts down broker via SignalHandler to fix memory errors on exit.
Alan Conway
2009-10-08
1
-1
/
+2
*
Removed LatencyTracker from cluster.
Alan Conway
2009-10-01
1
-16
/
+3
*
Set cluster version number from SVN revision.
Alan Conway
2009-10-01
1
-2
/
+6
*
Revert "Batch multiple events into a single CPG multicast."
Alan Conway
2009-08-14
1
-5
/
+3
*
Batch multiple events into a single CPG multicast.
Alan Conway
2009-08-12
1
-3
/
+5
*
Fix cman integration to exit immediately on loss of quorum.
Alan Conway
2009-08-06
1
-16
/
+12
*
Fixes for cluster code to compile with new stricter corosync header files
Andrew Stitcher
2009-08-04
1
-6
/
+6
*
Fix race condition in cluster error handling.
Alan Conway
2009-07-31
1
-12
/
+9
*
Provide more informative cluster logging at notice level
Alan Conway
2009-07-29
1
-19
/
+18
*
Minor cluster optimizations.
Alan Conway
2009-07-14
1
-1
/
+1
[next]