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

bitswap: Bitswap ReceiveError at a rapid rate #2726

Closed
kevina opened this issue May 17, 2016 · 1 comment · Fixed by #2727
Closed

bitswap: Bitswap ReceiveError at a rapid rate #2726

kevina opened this issue May 17, 2016 · 1 comment · Fixed by #2727

Comments

@kevina
Copy link
Contributor

kevina commented May 17, 2016

I just upgraded to ipfs 0.4.2 and am getting a ton of Bitswap ReceiveError, here is a small section of the log:

22:21:06.002  INFO    bitswap: Bitswap ReceiveError: EOF bitswap.go:375
22:21:06.390  INFO    bitswap: Bitswap ReceiveError: EOF bitswap.go:375
22:21:07.057  INFO    bitswap: Bitswap ReceiveError: EOF bitswap.go:375
22:21:07.127 DEBUG    bitswap: 1keys in bitswap wantlist workers.go:171
22:21:07.175  INFO    bitswap: Bitswap ReceiveError: EOF bitswap.go:375
22:21:07.225  INFO    bitswap: Bitswap ReceiveError: EOF bitswap.go:375
22:21:08.188  INFO    bitswap: Bitswap ReceiveError: EOF bitswap.go:375
$ ipfs version --commit
ipfs version 0.4.2-

I only have the info level enabled for bitswap. Let me know what additional info will help.

@whyrusleeping
Copy link
Member

oh, EOF is an expected error there. We should probably filter those out.

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 a pull request may close this issue.

2 participants