You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Keith Wall (JIRA)" <ji...@apache.org> on 2014/07/23 11:05:40 UTC

[jira] [Created] (QPID-5916) New messaging connections allowed whilst a virtual host is in the process of closing

Keith Wall created QPID-5916:
--------------------------------

             Summary: New messaging connections allowed whilst a virtual host is in the process of closing
                 Key: QPID-5916
                 URL: https://issues.apache.org/jira/browse/QPID-5916
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
    Affects Versions: 0.29
            Reporter: Keith Wall
             Fix For: 0.29


A race condition exists, if a client creates a new messaging connection whilst the virtual host is in the process of closing its children (for example if it is stopped) the new connection will be added to the connection registry, but may not be closed.   This might result in a leaked connection or a connection that is in an unusual state.

The code should be changed so far new connections are disallowed before the virtual host begins to close its children.

 



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org