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

High number of threads #53

Open
dinegri opened this issue Dec 5, 2023 · 0 comments
Open

High number of threads #53

dinegri opened this issue Dec 5, 2023 · 0 comments

Comments

@dinegri
Copy link

dinegri commented Dec 5, 2023

Hi,

I have running a big Kafka Connect cluster using Sink Lambda connector, we have 450 connectors and 2700 tasks and 12 workers (22GB reserved to xmx) and we are facing issues of "OutOfMemoryError: Failed to create a thread message occurs when the system does not have enough resources to create a new thread" after long running, for example, after 4 weeks

Look into implementation I saw that both sync and async lambda request are using Futures

Checking metrics I have seen that the number of threads is always increasing, Is it may a thread leak?

Should the number of threads decrease when there is not activity for a while?

Any tips about that?

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