You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the memory gradually rises, OOM occurs.
We found that extracting the heap dump creates a lot of completableFuture objects as shown below. Is there anything that could cause it?
Environment
Env : Kubernetes
Language : kotlin
Java Version : 17
Spring Boot : 3.1.3.
Lettuce version(s): 6.2.6.
Additional context
The text was updated successfully, but these errors were encountered:
wonizz
changed the title
Infinite creation of CompletableFuter Objects - memory leak
Infinite creation of CompletableFuture Objects - memory leak
Mar 19, 2024
Bug Report
As the memory gradually rises, OOM occurs.
We found that extracting the heap dump creates a lot of
completableFuture
objects as shown below. Is there anything that could cause it?Environment
Additional context
The text was updated successfully, but these errors were encountered: