[
https://issues.apache.org/jira/browse/AMQ-3994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451285#comment-13451285
]
Claus Ibsen commented on AMQ-3994:
----------------------------------
Philip, you have marked [x] in patch available. Are you working on a patch?
> DefaultDatabaseLocker will leak pooled connections on link failure
> ------------------------------------------------------------------
>
> Key: AMQ-3994
> URL: https://issues.apache.org/jira/browse/AMQ-3994
> Project: ActiveMQ
> Issue Type: Bug
> Components: Broker
> Affects Versions: 5.6.0
> Reporter: Philip Bridger
>
> When the broker has lost the connection to the database through external
> issues -- link or database goes down, the process broker will stop().
> When it is shutting down, it calls on each component (service) to stop().
> The DefaultDatabaseLocker when stopping will test the connection to see if it
> is open or not before calling close() on the connection. Given that the
> connection was closed due to a link failure, the connection is never returned
> to the pool, hence the leak.
> In this same file there is a comment in start() which warns about being
> careful about connection leaks.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira