You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: