ASF Bugzilla – Bug List
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Sat Sep 30 2023 17:27:54 UTC
If there are two or more ways to do something, and one of those ways can result in a catastrophe, then someone will do it. -- Murphy's Law
Hide Search Description
Resolution:
---
Product:
Tomcat Modules
Component:
jdbc-pool
48 bugs found.
ID
Product
Comp
Assignee
▲
Status
▲
Resolution
Summary
Changed
60195
Tomcat M
jdbc-poo
dev
NEW
---
No javadoc in Maven Central
2020-01-14
54437
Tomcat M
jdbc-poo
dev
NEW
---
Update PoolProperties javadoc for ConnectState interceptor-managed defaults
2013-01-16
55078
Tomcat M
jdbc-poo
dev
NEW
---
Configuring a DataSource Resource with dataSourceJNDI does not work as expected
2013-06-20
55662
Tomcat M
jdbc-poo
dev
NEW
---
Add a way to set an instance of java.sql.Driver directly on org.apache.tomcat.jdbc.pool.DataSource
2019-07-07
56046
Tomcat M
jdbc-poo
dev
NEW
---
org.apache.tomcat.jdbc.pool.XADataSource InitSQL property
2014-01-21
56088
Tomcat M
jdbc-poo
dev
NEW
---
AbstractQueryReport$StatementProxy throws exception on Object methods if statement is closed
2014-02-27
56586
Tomcat M
jdbc-poo
dev
NEW
---
initSQL should be committed if defaultAutoCommit == false
2014-07-25
56775
Tomcat M
jdbc-poo
dev
NEW
---
PoolCleanerTime schedule issue
2014-07-28
56779
Tomcat M
jdbc-poo
dev
NEW
---
Allow multiple connection initialization statements
2014-07-28
56790
Tomcat M
jdbc-poo
dev
NEW
---
Resizing pool.maxActive to a higher value at runtime leads to unmanaged connections
2014-07-30
56798
Tomcat M
jdbc-poo
dev
NEW
---
Idle eviction strategy could perform better (and is sometimes suboptimal)
2014-08-06
56804
Tomcat M
jdbc-poo
dev
NEW
---
Use a default validationQueryTimeout other than "forever"
2014-08-02
56805
Tomcat M
jdbc-poo
dev
NEW
---
datasource.getConnection() may be unnecessarily blocked by the PoolCleaner thread
2014-08-02
56837
Tomcat M
jdbc-poo
dev
NEW
---
if validationQuery have error with timeBetweenEvictionRunsMillis option, connection pool increase keep going
2014-08-11
56970
Tomcat M
jdbc-poo
dev
NEW
---
MaxActive vs. MaxTotal for commons-dbcp and tomcat-jdbc-pool in tomcat 8
2014-09-12
57460
Tomcat M
jdbc-poo
dev
NEW
---
[DB2]Connection broken after few hours but not removed from the pool?
2015-01-19
57729
Tomcat M
jdbc-poo
dev
NEW
---
Add QueryExecutionReportInterceptor to log query execution info
2015-03-20
59077
Tomcat M
jdbc-poo
dev
NEW
---
DataSourceFactory creates a neutered data source
2016-03-07
59569
Tomcat M
jdbc-poo
dev
NEW
---
isWrapperFor/unwrap implementations incorrect
2021-12-10
59879
Tomcat M
jdbc-poo
dev
NEW
---
StatementCache interceptor returns ResultSet objects that throw runtime exception on toString()
2016-07-18
60522
Tomcat M
jdbc-poo
dev
NEW
---
An option for setting if the transaction should be rolled back when a connection is abandoned
2016-12-27
60645
Tomcat M
jdbc-poo
dev
NEW
---
StatementFinalizer is not thread-safe
2017-01-27
61032
Tomcat M
jdbc-poo
dev
NEW
---
min pool size is not being respected
2018-09-09
61103
Tomcat M
jdbc-poo
dev
NEW
---
StatementCache potentially caching non-functional PreparedStatement with DB2
2017-09-27
61302
Tomcat M
jdbc-poo
dev
NEW
---
Refactoring of DataSourceProxy
2017-07-16
61303
Tomcat M
jdbc-poo
dev
NEW
---
Refactoring of ConnectionPool
2017-07-15
62432
Tomcat M
jdbc-poo
dev
NEW
---
Memory Leak in Statement Finalizer?
2018-06-06
62598
Tomcat M
jdbc-poo
dev
NEW
---
support pool with multiple JDBC data sources
2018-08-04
63705
Tomcat M
jdbc-poo
dev
NEW
---
The tomcat pool doesn't register all connection through JMX
2019-08-29
64083
Tomcat M
jdbc-poo
dev
NEW
---
JDBC pool keeps closed connection as available
2021-08-27
64107
Tomcat M
jdbc-poo
dev
NEW
---
PreparedStatements correctly closed are not returning to pool. Leads to PreparedStatement Pool exhaustion.
2020-01-30
64231
Tomcat M
jdbc-poo
dev
NEW
---
Tomcat jdbc pool behaviour
2020-06-02
64570
Tomcat M
jdbc-poo
dev
NEW
---
Transaction not rollbacked if autocommit is false
2023-09-08
64809
Tomcat M
jdbc-poo
dev
NEW
---
Connection properties not reset to defaults when Connection is returned to the pool
2020-10-13
65347
Tomcat M
jdbc-poo
dev
NEW
---
The equals method from statements generated by the StatementFacade throws both Illegal Argument Exception and NullPointerExceptions
2021-06-02
65929
Tomcat M
jdbc-poo
dev
NEW
---
Connection is not released on Connection.abort() call
2022-03-03
66502
Tomcat M
jdbc-poo
dev
NEW
---
tomcat-jdbc ConnectionPool.returnConnection() accept closed connections
2023-03-02
58489
Tomcat M
jdbc-poo
dev
REOP
---
QueryStatsComparator throws IllegalArgumentException: Comparison method violates its general contract!
2023-03-08
50571
Tomcat M
jdbc-poo
dev
NEED
---
Tomcat 7 JDBC connection pool exception enhancement
2020-05-13
51595
Tomcat M
jdbc-poo
dev
NEED
---
org.apache.tomcat.jdbc.pool.jmx.ConnectionPool should be Serializeable
2012-03-20
51879
Tomcat M
jdbc-poo
dev
NEED
---
Improve access to Native Connection Methods
2012-03-20
52024
Tomcat M
jdbc-poo
dev
NEED
---
Custom interceptor to support automatic failover of mirrored database
2012-03-20
53199
Tomcat M
jdbc-poo
dev
NEED
---
Refactor ConnectionPool to use ScheduledExecutorService instead of TimerTask
2012-09-26
54929
Tomcat M
jdbc-poo
dev
NEED
---
jdbc-pool cannot be used with Java 1.5, "java.lang.NoClassDefFoundError: java/sql/SQLFeatureNotSupportedException"
2014-08-07
56310
Tomcat M
jdbc-poo
dev
NEED
---
PooledConnection and XAConnection not handled correctly
2014-04-02
60524
Tomcat M
jdbc-poo
dev
NEED
---
NPE in SlowQueryReport in tomcat-jdbc-7.0.68
2017-01-21
62910
Tomcat M
jdbc-poo
dev
NEED
---
tomcat-jdbc global pool transaction problem
2018-11-16
63612
Tomcat M
jdbc-poo
dev
NEED
---
PooledConnection#connectUsingDriver, Thread.currentThread().getContextClassLoader() may be null
2019-08-06
48 bugs found.
Change Columns
Edit Search
as
File a new bug in the "jdbc-pool" component of the "Tomcat Modules" product