brettwooldridge / HikariCP

光 HikariCP・A solid, high-performance, JDBC connection pool at last.
Apache License 2.0
19.65k stars 2.9k forks source link

DeadLock Connection Handling [Question] #1596

Open vinothank95 opened 4 years ago

vinothank95 commented 4 years ago

I'm using HikariCP with Oracle DB. sometimes getting 'ora-00060 deadlock detected while waiting for resource' in my application. How HikariCP handling deadlock connections? when it will be removed from pool? it will be removed from pool after maxlifetime even its deadlocked? is there anyway to release deadlock connection and clear it?

sfragata commented 1 year ago

Hi, I have the same behaviour (we use Hikari 3.3.1) Is that something fixed in latest versions?

Thanks