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

don't warn when trying to send wantlist to disconnected peers #4441

Closed
wants to merge 1 commit into from

Conversation

Stebalien
Copy link
Member

fixes #4439

@whyrusleeping while I believe this is the correct fix for this bug, it may indicate that we're not giving enough weight to bitswap peers in the connection manager.

@whyrusleeping
Copy link
Member

Yeah, I think we should carefully consider what the implication here is.

@Stebalien
Copy link
Member Author

Yeah, I think we should carefully consider what the implication here is.

An alternative would be to reconnect but doing that may be tricky.

@Kubuxu
Copy link
Member

Kubuxu commented Mar 12, 2018

@Stebalien I would change it to Info level. It might be useful if we find it problematic in future (add also the id of the peer to the log message).


On second thought, I can change it.

@Kubuxu Kubuxu added need/author-input Needs input from the original author and removed need/author-input Needs input from the original author labels Mar 12, 2018
@Kubuxu
Copy link
Member

Kubuxu commented Mar 12, 2018

I pushed a rebase and and a change but it is not showing up for some reason.

@Stebalien I can't tag you for a review but please do.

@Stebalien
Copy link
Member Author

Well... there goes my attempt to close and reopen to fix it... 😞. New: #4811.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need/review Needs a review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bitswap: tried sending wantlist change to non-partner peer
3 participants