일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- VPN
- or some instances in your deployment group are experiencing problems.
- aws
- AWS CI/CD 구축하기
- kubeflow
- chartjs
- IntelliJ
- JavaScript
- codedeploy
- Airflow
- Flux
- aws cicd
- java bigdecimal
- PostgreSQL
- redis
- codepipeline
- Python
- bootstrap
- Spring
- codedeploy error
- Kafka
- Spring Error
- 도커
- docker
- Jenkins
- SQL
- COALESCE
- codebuild
- node
- chart.js
- Today
- Total
Small Asteroid Blog
[spring] HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=45s216ms). 본문
[spring] HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=45s216ms).
작은소행성☄️ 2022. 3. 17. 09:54다음과 같으 오류가 뜨는건 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.
Log warning: Thread starvation or clock leap detected (housekeeper delta=springHikariConnectionPool)
I'm using HikariCP 2.4.6 and at Tomcat 8 startup, I get a warning message: 01-Aug-2016 11:18:01.599 INFO [RMI TCP Connection(4)-127.0.0.1] org.apache.catalina.core.ApplicationContext.log Initializ...
stackoverflow.com
'백엔드 > 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 |