-
Notifications
You must be signed in to change notification settings - Fork 708
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
network: Investigate importing block with unknown parent #4984
Comments
Might be coming from:
polkadot-sdk/substrate/client/network/sync/src/strategy/chain_sync.rs Lines 1401 to 1407 in 01e0fc2
polkadot-sdk/substrate/client/state-db/src/noncanonical.rs Lines 276 to 286 in 01e0fc2
|
Long running litep2p and libp2p nodes produced a high number of warnings wrt:
The warning is coming from:
polkadot-sdk/substrate/client/network/sync/src/strategy/chain_sync.rs
Lines 1857 to 1861 in 01e0fc2
And this is causing the sync process to restart, which may affect other issues like:
polkadot-sdk/substrate/client/network/sync/src/strategy/chain_sync.rs
Lines 1303 to 1306 in 01e0fc2
The text was updated successfully, but these errors were encountered: