All work
- Pool exhausted at org.apache.commons.pool2.impl.GenericObjectPool.borrowObjectLDEV-4320Resolved issue: LDEV-4320Michael Offner
- createTime string representation differs from ACFLDEV-1852Resolved issue: LDEV-1852Michael Offner
- Dates ought to be day-light-savings-awareLDEV-483Resolved issue: LDEV-483Michael Offner
- lsDayOfWeek / lsWeek always returns the same result for all localesLDEV-4278Resolved issue: LDEV-4278Matt Dyer
- Date.convert not implementedLDEV-3959Resolved issue: LDEV-3959
- Tomcat cannot be stopped if there's a DirectoryWatcher EventGatewayLDEV-1763Resolved issue: LDEV-1763Michael Offner
- MySQL 6.0.5 driver modifies timestamps with daylight savingsLDEV-1661Resolved issue: LDEV-1661Michael Offner
- dayofweek() parameter for first day of weekLDEV-229
- this.sessioncluster=true breaks sessionsLDEV-1207Resolved issue: LDEV-1207Michael Offner
- CFQuery needs a CacheAfter attribute to match ACFLDEV-1304Resolved issue: LDEV-1304Michael Offner
- sessionClustered database sessions with BST dates remove 5 hours on accessLDEV-1263Resolved issue: LDEV-1263Michael Offner
- Client-Storage in DB not workLDEV-1320Resolved issue: LDEV-1320Michael Offner
- make arguments from CreateDateTime/CreateDate/CreateTime optionalLDEV-849Resolved issue: LDEV-849Michael Offner
Pool exhausted at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject
Description
Environment
Details
Details
Assignee
Reporter
Priority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
Affects versions
Activity
Michael Offner 17 February 2023 at 14:38
issue was that the test case does look at all threads in “cfthread“ instead of the threads in the name list
Michael Offner 9 January 2023 at 16:35
looking deeper to this, i think this is unrelated to the db pool at all.
Michael Offner 9 January 2023 at 16:25
seem to be 2 test cases conflicting in that case, in the stacktrace the interupt is in “LDEV3719“, but we are in ticket LDEV4320
Zac Spitzer 29 December 2022 at 08:53
It’s throwing the following error on Github actions, I have disabled the test for now
Pothys - MitrahSoft 13 December 2022 at 14:50
I checked this ticket and confirmed the issue happened on the lucee version 6.0.0.313-SNAPSHOT and JMeter. When accessing the datasource concurrently with JMeter, it throws an error like "pool exhausted".
lucee.runtime.exp.NativeException: Pool exhausted
at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:451)
at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:356)
at lucee.runtime.config.DatasourceConnPool.borrowObject(DatasourceConnPool.java:36)
at lucee.runtime.db.DatasourceManagerImpl.getConnection(DatasourceManagerImpl.java:79)
at lucee.runtime.tag.Query.executeDatasoure(Query.java:1120)
at lucee.runtime.tag.Query._doEndTag(Query.java:702)
at lucee.runtime.tag.Query.doEndTag(Query.java:567)