-
Notifications
You must be signed in to change notification settings - Fork 70
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
Executor hogging threads #291
Comments
I noticed my services in K8 restart after this Any details? |
We're seeing this as well in a service in production: |
Is there any update on this? |
Did you manage to solve the restart of the pods? I am facing the same problem |
I was seeing the same behaviour, with restarts. |
Thank you @mpires - I found out the problem, it was actually a misconfiguration of the app, I don't know however why it caused this error and didn't provide clear details. In working service this line is not displayed, so it was a bit confusing. |
Hey, we see sometimes log messages like this
Looking at the code, this seem to mean all threads of the
ExecutorService
it wants to use are busy. As we see this in a service which is quite idle, this is bit surprising…nevertheless, important would be to know whether this is a real problem or not. Does someone here know the rationale behind checking the "thread availability" and maybe even what to about this log message?The text was updated successfully, but these errors were encountered: