summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2012-08-06 20:44:58 +0000
committerAlan Conway <aconway@apache.org>2012-08-06 20:44:58 +0000
commit4ffc356f2cb6071f5d3d171ed01ba4295c60730a (patch)
tree5f31894e17107c00b4a2b05c5b05f774951ed315 /java
parent71c2cb8d6fc0f2c86dd60f256d90c448993ec45d (diff)
downloadqpid-python-4ffc356f2cb6071f5d3d171ed01ba4295c60730a.tar.gz
QPID-4191: HA removing self address breaks if a VIP is used.
Pre this patch the HA broker removed its own address from the set of cluster addresses to form the set of failover addresses. The goal was avoid useless self-connection attempts. However this was broken with a Virtual IP address where a single address is used for the entire cluster. The remove-self is not essential, self-connection attempts are prevented elsewhere. Backup brokers will be prevented from connecting to self by the same connection-observer as normal clients, and this patch addes self-connection checks ins This patch - removes the code to remove self-addresses - adds self-connection checks in ConnectionObserver - adds & reorders some log statements & comments for greater clarity. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1370002 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
0 files changed, 0 insertions, 0 deletions