We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Long running litep2p and libp2p nodes produced a high number of warnings wrt:
litep2p | 516 | warn | 💔 Error importing block .*: .* ( block has an unknown parent ) | libp2p | 506 | warn | 💔 Error importing block .*: .* ( block has an unknown parent ) |
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:
Lines 1303 to 1306 in 01e0fc2
The text was updated successfully, but these errors were encountered:
Might be coming from:
queue_blocks
Lines 1401 to 1407 in 01e0fc2
Note: we might not track the queued_blocks properly (ie if self.queue_blocks.len() > MAX_IMPORTING_BLOCKS > 2k blocks)
if self.queue_blocks.len() > MAX_IMPORTING_BLOCKS
lower level
polkadot-sdk/substrate/client/state-db/src/noncanonical.rs
Lines 276 to 286 in 01e0fc2
Sorry, something went wrong.
No branches or pull requests
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: