https://issues.apache.org/bugzilla/show_bug.cgi?id=53367

          Priority: P2
            Bug ID: 53367
          Assignee: dev@tomcat.apache.org
           Summary: Database failure may cause pool to hang
          Severity: critical
    Classification: Unclassified
          Reporter: fha...@apache.org
          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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to