dereklim7777777
dereklim7777777

Reputation: 11

Is there a chance that caffeine cache in springboot cause a 500 or timeout error due to too much data being cached?

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

Answers (0)

Related Questions