Skip to content

Tools and Guidelines for troubleshooting hanging futures #6801

Closed Answered by Darksonn
gftea asked this question in General
Discussion options

You must be logged in to vote

I've heard people ask for help with very similar symptoms before, and the most common cause is that some task on the runtime is blocking the thread. You can diagnose this using Tokio console by looking for tasks where:

  1. The busy duration keeps going up.
  2. But the poll counter does not change.

If you have a task like that, then that is probably the cause.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@gftea
Comment options

@Darksonn
Comment options

@gftea
Comment options

@Darksonn
Comment options

@gftea
Comment options

Answer selected by gftea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants