-
Notifications
You must be signed in to change notification settings - Fork 462
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
Investigate DHT put issue (go-libp2p-kad-dht) #437
Comments
@whyrusleeping @laser could you clarify how you use this feature? From what we understood, FC only uses peer routing at the moment. cc/ @anacrolix |
@raulk its not so much the DHT put, but the issues that were plaguing it. I think that the dial issue you fixed recently might have been the root cause actually. |
@whyrusleeping that makes sense. Puts make lots of dials to lookup the K=20 closest peers to the key, then sends PutValue RPCs to them. If the dialer was stalling, it would somewhat explain the behaviour observed here. Do we want to close this issue and reopen if we notice it again? |
Yeah, let's close for now. Hopefully its fixed :) |
Split out from @whyrusleeping 's original catch-all issue.
Description
Address issues described here.
Acceptance criteria
TBD
Risks + pitfalls
TBD
Where to begin
TBD
The text was updated successfully, but these errors were encountered: