-
From the Hikari docs:
> HikariCP relies heavily on accurate high-resolution timers for both performance and reliability. It is imperative that your server is synchronized with a time-source such as…
-
## Environment Details
* Helidon Version: 4.x
* Helidon SE or Helidon MP
* JDK version:
* OS:
* Docker version (if applicable):
----------
## Problem Description
See https://github.com/hel…
-
# Hikari Pool에 커넥션 상태
- Total : 전체 커넥션의 수, 활성화 상태와 유휴 상태를 커넥션 수
- Active : 활성화 상태, 어플리케이션에서 커넥션풀로부터 해당 커넥션을 가져감.
- Idle : 유휴 상태, DB로부터 maximum-pool-size 만큼의 커넥션을 연결하고 커넥션풀에 담아둠.
DB로부터 close …
-
Context:
1. spring_boot_version = 3.2.0
2. ojdbc8 version = 21.11.0.0
3. oracle version = Oracle Database Enterprise Edition Release 19.0.0.0.0
4. HikaryCP = 5.0.1
The following happened in a…
-
**The bug**
When I use grpcClient in my server, I cannot see some metrics like jvm, hikari-cp, lettuce and so on from `actuator/metrics` endpoint.
But if I comment out the GrpcClientMetricAutoConfig…
-
~~When we try to use play-anorm with hikari-cp and proxy-sql we retrieve errors~~
Kamon-Jdbc doesn't support multiple hosts in connection url
```
java.lang.ClassCastException: class com.sun.proxy…
-
### Describe the bug
It seems that [max_open_connections](https://github.com/ClickHouse/clickhouse-java/blob/v0.6.0/clickhouse-http-client/src/main/java/com/clickhouse/client/http/config/ClickHouse…
-
@hikari
-
Our application stack consists of the following
```Java 11
Hikari CP 4.0.3
Mariadb driver 2.7.5
Aurora MySQL 8.0
AWS ECS Docker
Spring Boot 2.5
```
We are noticing Connection is not availabl…
-
#### 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 …