You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/05/22 17:11:03 UTC

[jira] [Commented] (QPID-5781) [Java broker] exceptions while closing entries in the ConnectionRegistry can prevent clean shutdown

    [ https://issues.apache.org/jira/browse/QPID-5781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14005997#comment-14005997 ] 

ASF subversion and git services commented on QPID-5781:
-------------------------------------------------------

Commit 1596899 from [~gemmellr] in branch 'qpid/trunk'
[ https://svn.apache.org/r1596899 ]

QPID-5781: remove connection from the registry upon exception while closing, ensure we dont loop retrying it

> [Java broker] exceptions while closing entries in the ConnectionRegistry can prevent clean shutdown
> ---------------------------------------------------------------------------------------------------
>
>                 Key: QPID-5781
>                 URL: https://issues.apache.org/jira/browse/QPID-5781
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: 0.20, 0.22, 0.24, 0.26, 0.28
>            Reporter: Robbie Gemmell
>            Assignee: Robbie Gemmell
>             Fix For: 0.29
>
>
> When the ConnectionRegistry is closed during broker shutdown, it attempts to close connections within a try-catch block and logs the exception. It is likely any such exception would mean the connection wont close and properly deregister, in which case the registry close process could sit looping retrying it.
> If an exception is thrown while closing a connection in the registry, it should be removed immediately to ensure the process cant infinite loop.



--
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