Reputation: 11
Hi I am a newbie to springboot. I am using caffeine cache. Recently, I am getting a lot of 500 errors when the system calls an endpoint. The errors are like below:
2021-09-17 00:37:12.127 WARN 1 --- [ Thread-33] c.g.b.caffeine.cache.LocalAsyncCache : Exception thrown during asynchronous load
java.util.concurrent.CompletionException: java.net.http.HttpTimeoutException: request timed out
Can this be due to failing to read the cache successfully due to the data has expired or due to the data being too big?
Upvotes: 1
Views: 1422