mklaca commented on a change in pull request #76: URL: https://github.com/apache/qpid-broker-j/pull/76#discussion_r595079161
########## File path: broker-plugins/amqp-0-10-protocol/src/main/java/org/apache/qpid/server/protocol/v0_10/ServerConnection.java ########## @@ -412,13 +410,24 @@ public void closed() } finally { - NamedAddressSpace addressSpace = getAddressSpace(); Review comment: If some DeleteTask throws an exception then subsequent DeleteTasks are not executed. Hence, DeleteTask does not ensure that slot is always free-up. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org