HikariCP icon indicating copy to clipboard operation
HikariCP copied to clipboard

光 HikariCP・A solid, high-performance, JDBC connection pool at last.

Results 241 HikariCP issues
Sort by recently updated
recently updated
newest added

Hi I use hikari 5.0 and spring 2.5.2 with java 11 My hikari connection got oracle.net.ns.NetException in detail.In high level got Connection is not available, request timed out after 60005ms....

Team, Even we are running into same issue with connection. Application becomes unresponsive in span of 20 to 30 days and not recovering NOTE : we don't have any code...

Hello, need your advice, I having an issue related to timeout connection to the database, This is my Hikari configuration: HikariCP config: hikari.maximumPoolSize=20 hikari.idleTimeout=30000 hikari.maxLifetime=60000 hikari.leakDetectionThreshold=30000 hikari.connectionTimeout=300000 Dependency version: hikari...

Where in config i set member the stop the query ans throw expetion after X millisecends?

Currently, I probably have a case of "unacknowledged tcp" as described in https://github.com/brettwooldridge/HikariCP/wiki/Rapid-Recovery with an Oracle database. An entry for configuration for oracle databases is missing. I propose the following...

HikariCP Version: 3.4.2, 3.4.5, and DEV Symptom: Log entries: Caused by: java.sql.SQLRecoverableException: IO Error: Invalid Operation, NOT Connected at oracle.jdbc.driver.T4CConnection.doSetNetworkTimeout(T4CConnection.java:7676) at oracle.jdbc.driver.PhysicalConnection.setNetworkTimeout(PhysicalConnection.java:9408) at com.zaxxer.hikari.pool.PoolBase.setNetworkTimeout(PoolBase.java:556) at com.zaxxer.hikari.pool.PoolBase.isConnectionAlive(PoolBase.java:169) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:185) Once getting...

I have gone through various posts and existing issues, couldn't seem to find any proper resolution for this kind of issue. With the same config, app ran perfectly fine for...

After running about 3 hours, it could not add new connection to connection pool. There's same question in issues, but developer comments said it has been fixed in v5.0.0, so...

## Context I run a test suite which ultimately uses HikariCP repeatedly, within the same JVM. This requires threads and other resources not to leak after each test suite run...

We are using MySql behind ELB in AWS. ELB tends to have a idle timeout value, after which it resets the connection if no packet is seen in the period....