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

IO races on received CIDs feature on receiving side #178

Closed
raulk opened this issue Mar 26, 2021 · 0 comments · Fixed by #217
Closed

IO races on received CIDs feature on receiving side #178

raulk opened this issue Mar 26, 2021 · 0 comments · Fixed by #217

Comments

@raulk
Copy link
Member

raulk commented Mar 26, 2021

Running very moderate whitenoise tests, with 128MiB payloads and some latency, the receiving side of the transfer intermittently prints this log:

Mar 26 15:05:22.277030	INFO	27.9785s      ERROR << receiver[000] (eb7348) >> 2021-03-26T15:05:22.276Z	ERROR	data-transfer	channels/channel_state.go:101	unexpected EOF

Looking at the code, it seems like the CID lists feature is once again problematic (see #166). It looks like an IO race in this case.

@dirkmc dirkmc mentioned this issue Jun 3, 2021
3 tasks
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.

1 participant