HikariCP icon indicating copy to clipboard operation
HikariCP copied to clipboard

Hikari CP Connection Pool has active connections, but no processing is done

Open sankeeth-chinta opened this issue 2 years ago • 0 comments

Hi,

We are using Hikari pool for one of the application. When the application starts up, it starts with 50 connections , active=0, idle =0.

However, after some time the pool status is below:

04:25:50.024 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=50, active=10, idle=40, waiting=0) 04:25:50.024 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Fill pool skipped, pool is at sufficient level. 04:26:20.024 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=50, active=10, idle=40, waiting=0) 04:26:20.025 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Fill pool skipped, pool is at sufficient level. 04:26:50.025 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=50, active=10, idle=40, waiting=0) 04:26:50.025 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Fill pool skipped, pool is at sufficient level.

The 10 active connections, we are not sure as we do not see any processing done for those. Request your help to rectify this

Thanks

sankeeth-chinta avatar Nov 18 '21 04:11 sankeeth-chinta