xtf-cz / xtf

MIT License
12 stars 55 forks source link

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

Closed kstekovi closed 1 week ago

kstekovi commented 1 week ago

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 commented 1 week ago

resolved by https://github.com/xtf-cz/xtf/pull/582