I got the below error while using HikariCP . After this message the connection pool stopped working and the application stopped taking requests.
I am using HikariCP with Spring boot and the application is deployed in AWS server.
2016-08-09 20:04:14 WARN c.z.h.p.HikariPool:620 - 20m10s174ms687μs975ns - Thread starvation or clock leap detected (housekeeper delta=HikariCP).
My environment setting:
Hikari version : 2.4.7
Spring boot version : 1.4.0.RELEASE
Java version : 1.8.0_74
Database : MySQL Server 5.7
Mysql connector version : 5.1.39
HikariCP config :
thread pool size = 60
Can someone help me solve this issue.