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

CLIUtils creates a new thread pool for every command and does not terminate a threads #581

Closed
kstekovi opened this issue Sep 17, 2024 · 1 comment

Comments

@kstekovi
Copy link
Contributor

kstekovi commented Sep 17, 2024

When is used SimpleWaiter together this OpenShift binary it create two threads for every check of current state of resource in the OpenShift. So it can create hundreds of threads when it waits for start of a POD. Unfortunately these thread are never terminated. There are sleeping or waiting.

ThreadPool

@simkam
Copy link
Contributor

simkam commented Sep 18, 2024

resolved by #582

@simkam simkam closed this as completed Sep 18, 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

2 participants