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 2010/02/15 05:11:28 UTC

[jira] Closed: (DBCP-199) The last used time in AbandonedTrace should be updated more frequently.

     [ https://issues.apache.org/jira/browse/DBCP-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Phil Steitz closed DBCP-199.
----------------------------


> The last used time in AbandonedTrace should be updated more frequently.
> -----------------------------------------------------------------------
>
>                 Key: DBCP-199
>                 URL: https://issues.apache.org/jira/browse/DBCP-199
>             Project: Commons Dbcp
>          Issue Type: Improvement
>    Affects Versions: 1.2.1
>            Reporter: Kevin Ruland
>            Priority: Minor
>             Fix For: 1.3
>
>
> The current implementation of DelegatingConnection only updates the last used timestamp in the AbandonedTrace base class when the connection is activated.  This can cause the abandoned connection logic to fail if a connection is created and held onto for a long time.  I suggest the abandondedTrace.setLastUsed() method be called from various methods in DelegatingConnection to refresh this time.  An incomplete list of methods would include those that create and prepare statements and execute sql.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.