https://issues.apache.org/bugzilla/show_bug.cgi?id=53367
Priority: P2
Bug ID: 53367
Assignee: [email protected]
Summary: Database failure may cause pool to hang
Severity: critical
Classification: Unclassified
Reporter: [email protected]
Hardware: PC
Status: NEW
Version: unspecified
Component: jdbc-pool
Product: Tomcat Modules
during the
con.connect();
call in the method
protected PooledConnection borrowConnection(long now, PooledConnection con,
String username, String password) in ConnectionPool.java
There is no counting down the size of the pool. This means, if a connection
failure happens here, the pool size remains the same. This means that 'size'
will show the pool as full, but in reality the pool is empty
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]