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 · 1 comment
Open

Infinite creation of CompletableFuture Objects - memory leak #2792

wonizz opened this issue Mar 19, 2024 · 1 comment
Labels
status: waiting-for-feedback We need additional information before we can continue

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
@tishun tishun added status: waiting-for-feedback We need additional information before we can continue and removed type: bug A general bug status: waiting-for-triage labels Nov 1, 2024
@tishun
Copy link
Collaborator

tishun commented Nov 1, 2024

Can you give us more data to work with?
Some code sample of how you are configuring the pool and the client?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-for-feedback We need additional information before we can continue
Projects
None yet
Development

No branches or pull requests

2 participants