-
Notifications
You must be signed in to change notification settings - Fork 1.9k
DefaultDispatcher-worker-xx thread state :TIMED_WAITING (parking) #1697
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
Comments
kotlinx-coroutines-core version
|
Do not use Please read carefully the documentation |
@fvasco recommendation is correct, closing the issue |
As suggested by @qwwdfsad, I found a trouble in the follow code:
I expect:
but it is:
openjdk version "11.0.6" 2020-01-14 Using My use case does not result to a |
Why it's not a bug? The |
mutillevel coroutines and a lot of requests cause tomcat threads blocking, donnot know the reason, please give a solvment.
this is my code
deploy and run tomcat , run a single request is normal, but run 10 concurrent requests, the tomcat is always waiting
this is output
jstack message
The text was updated successfully, but these errors were encountered: