Thread starvation or clock leap detected

Hi, I’m using Axon Server 4.6.0 (I had this problem also with 4.5.13) and sometimes I get this warn in logs:

HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=58s581ms269µs156ns).

After that all clients get disconnected and connected again

What can be possible cause of that?

Hi,

AxonServer uses a database for saving the state with Hikari. If you are running on a local machine this is nothing to worry about see What does this mean Thread Starvation or clock leap detected · Issue #679 · brettwooldridge/HikariCP · GitHub

Kind Regards,

Yvonne

I’m running on Kubernetes

Hello, did you find answer or solution for you issue?