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

**Environment** HikariCP version: 3.2.0 JDK version: 1.8.0_271 Database: Oracle Driver version: 12.1.0.1 Hibernate version: 5.3.17 Tomcat version: 9.0.36 After running the application for some days. HIKARI has stopped acquiring new...

I have the following Hikari configuration: - Maximum Pool Size: 24 - Connection Timeout: 15000 - Minimum Idle: 0 Having slow database connection establishment (it's Oracle TLS) and 20 parallel...

updates log4j dependency to 2.17.0

Hi all, i`m getting this message in my log. > 2022-01-08 19:01:15.192 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=1, active=0, idle=1, waiting=0) > 2022-01-08 19:01:15.193 [HikariPool-1 housekeeper]...

I am using below maven dependency with below configuration but getting some warn in log. ``` com.zaxxer HikariCP 3.3.0 ``` with below config datasource.driver-class-name=oracle.jdbc.OracleDriver datasource.maximum-pool-size=25 datasource.connection-timeout=30000 datasource.connection-test-query=select 1 from dual...

While fixing issue [1116](https://github.com/brettwooldridge/HikariCP/issues/1116), calls to `connection.getAutoCommit()` and `connection.isReadOnly()` were added to gate calls to the associated setters in `PoolBase`. However, this breaks integration with the [mongo-jdbc-driver](https://github.com/mongodb/mongo-jdbc-driver) as `getAutoCommit()` throws...

Please update log4j-core due to exploit

Hello, We are seeing that hikari.pool.commit takes quite long, sometimes more than 50 ms reaching up to 200 ms. [https://stackoverflow.com/questions/69465621/why-does-hikari-pool-commit-take-so-long](url) for snips, as I am unable to attach here. Is...

In the current implementation of PoolBase#isConnectionDead(isConnectionAlive) setNetworkTimeout() is called firstly to check the connection validity: PoolBase#L151 In many JDBC drivers, calling Connection#setNetworkTimeout throws SqlException in the case when a connection...

mysql password contains ? ,such as 12345Aa? connection fail