-
Notifications
You must be signed in to change notification settings - Fork 64
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
Panic | thread 'tokio-runtime-worker' panicked at 'SinkImpl::poll_ready called after error.' #732
Comments
Grepping through all the source code compiled for this project, I could only find this line: https://docs.rs/quicksink/0.1.2/src/quicksink/lib.rs.html#158. The only reverse dependency of
|
I filed an upstream bug report, and created a PR: libp2p/rust-libp2p#2599. |
The original issue was observed during low/no available memory left in some old nodes. |
It's now actually fixed in upstream: libp2p/rust-libp2p#2598. |
We have seen this again lately in the testnet:
|
Observed in a recent devnet run in almost all nodes.
The text was updated successfully, but these errors were encountered: