HikariPool-1 - Thread starvation or clock leap detected

    [spring] HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=45s216ms).

    다음과 같으 오류가 뜨는건 Intellij 에 코드를 돌리고 사용하던 맥북이 잠들기 모드에 들어갔을 때 생긴 문제였다. garbage collection was running for a longer time within two executions of housekeeping thread, trying to free up some memory(e.g exactly when an application thread was running a 'select' query). Since the GC was blocking all application threads including the housekeeping thread, as such my suspicion is that the clock "leapt" due ..