Alan Conway created QPID-4156:
---------------------------------

             Summary: HA close window for clients to connect before HA broker 
is initialized
                 Key: QPID-4156
                 URL: https://issues.apache.org/jira/browse/QPID-4156
             Project: Qpid
          Issue Type: Bug
          Components: C++ Clustering
    Affects Versions: 0.17
            Reporter: Alan Conway
            Assignee: Alan Conway
             Fix For: 0.18


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to