Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- jpa
- spring
- micrometer tracing
- CompletableFuture
- list
- SpringMVC
- kotlin
- asynccustomautoconfiguration
- elasticsearch
- awssecretsmanagerpropertysources
- traceId
- grpc
- ResponseBody
- @FunctionalInterface
- asyncconfigurer
- wire type
- HashMap
- aws secretmanager
- map
- java.util.list
- Spring Boot
- DeferredImportSelector
- spring MVC
- java
- java list
- java lambda
- Spring JPA
- traceasynccustomautoconfiguration
- EnableWebMvc
- Sleuth
Archives
- Today
- Total
목록unnamed module (1)
du.study기록공간

새로운 프로젝트를 실행하면서 로컬 캐시 라이브러리인 Ehcache 를 사용하는 일이 있었습니다. 기존에도 자주 사용하는 라이브러리 였기에 큰 걱정없이 사용했으나, 다음과 같은 에러가 갑자기 노출되기 시작했습니다. The JVM is preventing Ehcache from accessing the subgraph beneath 'transient java.util.HashMap$Node[] java.util.HashMap.table' - cache sizes may be underestimated as a result 음.. 우선 원인이 되는 프로젝트의 코드를 찾아봅니다. ehcache 내부의 ObjectGraphWalker 클래스에서 아래 코드에서 해당 에러를 뱉고있었습니다. 예시를 위해서 아래 테..
자바
2023. 3. 28. 02:09