You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Phil Steitz (Jira)" <ji...@apache.org> on 2020/09/13 21:41:00 UTC

[jira] [Created] (DBCP-567) Use abort rather than close to clean up abandoned connections

Phil Steitz created DBCP-567:
--------------------------------

             Summary: Use abort rather than close to clean up abandoned connections
                 Key: DBCP-567
                 URL: https://issues.apache.org/jira/browse/DBCP-567
             Project: Commons DBCP
          Issue Type: Improvement
            Reporter: Phil Steitz


Using abort rather than close to disconnect abandoned connections will make it less likely that pool threads get stuck waiting for locks on abandoned connections.

To implement this, we will need the changes inĀ [Pool 387|https://issues.apache.org/jira/browse/POOL-387]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)