-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Test worker_steal_count hangs sometimes #6470
Comments
I couldn't figure it out, but I have a few observations that could hopefully be useful.
It could be that somehow,
Instead of always trying to notify, changing the condition below with tokio/tokio/src/runtime/scheduler/multi_thread/idle.rs Lines 188 to 198 in 6fcd9c0
|
That sounds likely! |
I tried fixing this in the past with #6327, but it seems like that attempt was not enough to fix it, because it's still happening.
tokio/tokio/tests/rt_metrics.rs
Lines 177 to 213 in 431b7c5
For now, I've ignored the test in #6471, but it should be fixed.
The text was updated successfully, but these errors were encountered: