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

We have an application that runs on AWS/EKS and is using Amazon's RDS for Postgres. The application has been running fine for quite some time till this Monday when after...

![image](https://user-images.githubusercontent.com/52845015/148531231-3a12102f-9768-46e2-aa49-ae9da138e3bb.png)

#### Environment ``` HikariCP version: 2.7.9 JDK version : 1.8.0_111 Database : Oracle Driver version : 0jdbc6 11.1.0.7.0 Hi, is this issue resolved? I am facing similar issue where Hikari...

Hello everyone, We are facing a lot of Connection Timeout issues with Hikari Connection Pool that comes with Spring Boot 2.x. We have two databases (Mongo and Oracle) and I...

@csc365kl agree with that, and i have a same question?Is that a bug or not?how shold i do? _Originally posted by @jerry100chan in https://github.com/brettwooldridge/HikariCP/issues/1483#issuecomment-642406054_

Has/will the connection pool race condition fix that was added in 5.0 be back ported to the older versions? Specifically the jdk 8 maintenance 4.0 builds? We're currently running into...

When PostgreSQL uses Hikari connection pool, it often reports an error by using cursor:“FATAL: terminating connection due to idle-in-transaction timeout” The configuration is: Error screenshots are:

Currently a check is scheduled when a connection is opened, it waits for the timeout on a ScheduledExecutorService. It's usually cancelled. That is not very useful when you have real...