summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2012-07-19 19:32:59 +0000
committerAlan Conway <aconway@apache.org>2012-07-19 19:32:59 +0000
commita3efa990d231cb39d4e532b6f4d03159827b3dda (patch)
tree79e982c555ccbc5785efd39c0a76c9ce581c0c88 /python
parentc8ff21b87a10fc6e7c49c6793d319aa392a14562 (diff)
downloadqpid-python-a3efa990d231cb39d4e532b6f4d03159827b3dda.tar.gz
QPID-4156: HA close window for clients to connect before HA broker is initialized
A HA backup broker in a cluster rejects client connections. This was previously done in a ConnectionObserver registered during Plugin::initialize. However that left a window before the observer was registered when clients could connect. This showed up as a sporadic failure of the failover test. This patch moves the creation of the observer to Plugin::earlyInitialize, which is guaranteed to be called before the broker starts listening for clients. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1363498 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions