Skip to content
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

fix a potential DHT query hang #219

Merged
merged 1 commit into from
Dec 27, 2018
Merged

fix a potential DHT query hang #219

merged 1 commit into from
Dec 27, 2018

Conversation

Stebalien
Copy link
Member

Without this, one of the workers may hang when trying to re-grab the rate-limit after dialing. I believe this may be what's causing some of our DHT requests to stall (evidence: massive goroutine buildup on the gateways).

Without this, one of the workers may hang when trying to re-grab the rate-limit
after dialing. I believe this may be what's causing some of our DHT requests to
stall (evidence: massive goroutine buildup on the gateways).
@ghost ghost assigned Stebalien Dec 27, 2018
@ghost ghost added the status/in-progress In progress label Dec 27, 2018
Copy link
Contributor

@vyzo vyzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ouch!

@Stebalien Stebalien merged commit 627b5f9 into master Dec 27, 2018
@ghost ghost removed the status/in-progress In progress label Dec 27, 2018
@Stebalien Stebalien deleted the fix/dht-query-hang branch December 27, 2018 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants