다음과 같으 오류가 뜨는건 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 to that.
반응형
'공부 > Spring' 카테고리의 다른 글
[JPA] insertable, updatable (0) | 2022.03.26 |
---|---|
[spring] @RequiredArgsConstructor (0) | 2022.03.25 |
[Bootstrap5] me-auto 의미 (0) | 2022.03.10 |
[spring error] Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError (0) | 2022.03.08 |
[spring] chromedriver 사용 시 Checking your browser before accessing URL (0) | 2022.01.12 |