[
https://issues.apache.org/jira/browse/DBCP-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547385
]
Wes Clark commented on DBCP-250:
--------------------------------
We override the org.apache.commons.dbcp.PoolableConnectionFactory. Perhaps
our adaptation of DBCP has left out some crucial processing?
> maxIdle limit exceeded and number does not decrease
> ---------------------------------------------------
>
> Key: DBCP-250
> URL: https://issues.apache.org/jira/browse/DBCP-250
> Project: Commons Dbcp
> Issue Type: Bug
> Affects Versions: 1.2.2
> Reporter: Wes Clark
>
> Today, during load testing we noticed that the number of idle database
> connections exceeded the default value. The default values for maxIdle and
> maxActive are being used. After running the application with 200 users, the
> number of idle connection went to 18 and stayed there.
> Is this a bug? Does testOnIdle need to be set to true for the idle
> connections to be decreased?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.