Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite creation of CompletableFuture Objects - memory leak #2792

Open
wonizz opened this issue Mar 19, 2024 · 0 comments
Open

Infinite creation of CompletableFuture Objects - memory leak #2792

wonizz opened this issue Mar 19, 2024 · 0 comments

Comments

@wonizz
Copy link

wonizz commented 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

  • Env : Kubernetes
  • Language : kotlin
  • Java Version : 17
  • Spring Boot : 3.1.3.
  • Lettuce version(s): 6.2.6.

Additional context

VisualVM 2 1 2 2024-03-19 18-20-05
@wonizz wonizz changed the title Infinite creation of CompletableFuter Objects - memory leak Infinite creation of CompletableFuture Objects - memory leak Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant