반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Airflow
- redis
- codedeploy error
- aws
- codedeploy
- or some instances in your deployment group are experiencing problems.
- docker
- 도커
- Python
- aws cicd
- Spring Error
- java bigdecimal
- node
- COALESCE
- Kafka
- Spring
- Jenkins
- codepipeline
- chart.js
- PostgreSQL
- Flux
- JavaScript
- kubeflow
- bootstrap
- AWS CI/CD 구축하기
- chartjs
- codebuild
- VPN
- IntelliJ
- SQL
Archives
- Today
- Total
Small Asteroid Blog
[spring] HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=45s216ms). 본문
백엔드/Spring
[spring] HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=45s216ms).
작은소행성☄️ 2022. 3. 17. 09:54728x90
다음과 같으 오류가 뜨는건 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
728x90
반응형
'백엔드 > 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 |