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: [email protected]
For additional commands, e-mail: [email protected]