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

I'm using HikariPool Connection with myconfig : **hikari: connection-timeout: 60000 #minimum-idle: 10 maximum-pool-size: 50 idle-timeout: 600000 max-lifetime: 1800000 leak-detection-threshold: 30000** And I'm getting the same error on the server every...

Hi im using Hikaricp , where i have requirement to connect with oracle rac ( with failover option) , does hikari supports rac ? if so,could you share the integration...

I am observing the "active connection" number is up to max connections in the pool (all connections are "active") while "hikaricp_pending_threads" is up (to a half of the pool capacity)...

#### Environment ``` HikariCP version: 3.3.1 JDK version : 1.8.0_201 Database : SQL Server Driver version : 7.2.2.jre8 ``` If executing a java.sql.Statement results in a SQLTimeoutException then Hikari loggs...

bug
volunteer-needed

I am working on developing a spring-boot based microservice of which dozens of application instances will run concurrently. I am planning to use HikariCP as our database connection pooling tool...

**We are suddenly getting Apparent connection leak detected in project.** Please find the attached snap. 1600 active session were not killed even after reboot of microservice server. Created indexes on...

To start, I am trying to follow this tutorial: https://medium.com/@wahyaumau/boost-jpa-bulk-insert-performance-by-90-3a6232d9068d When I try to persist 50,000 records of my own using this method, I get the following stack trace: ```...