-
Notifications
You must be signed in to change notification settings - Fork 798
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
no space left for the block in the unincluded segment #3282
Comments
@seunlanlege |
Hi @alexggh, We are currently on the Polkadot v1.7.0 release from crates.io. Here's my Cargo.toml, We've also disabled async backing in the runtime on rococo and are using the basic aura consensus engine. I've attached logs from the past 24 hrs. We're noticing a lot of re-orgs of parachain blocks. |
Looked a bit at the code, I can't spot any obvious mistake, I would recommend going again through https://wiki.polkadot.network/docs/maintain-guides-async-backing for the necessary setup.
The logs are empty for me, could you re-upload them. |
Yeah sorry about that, here they are.
Yeah already did all of this |
Looked a bit more closer, it seems the parachains is progressing, is my understanding correct ?
Then I see, two types of errors coming from time to time.
and
Error 2. is harmless and it is caused by the fact that it seems that your collator tries to build blocks every 6seconds and the runtime refuses it, are you running the lookahead collator, if yes, that might be also the reason for 1, but it is hard to tell without more details, so can you also provide:
|
Yes it's progressing, but frequently gets stalled on a single block and needs to re-org.
We were using the basic collator, as we have a cli flag to select which to use, but i just now switched to the lookahead collator and the runtime errors are gone. Recent logs with |
Superficially it looks like a parameter mismatch. It seems the parachain is producing more blocks ahead of time than it is supposed to. |
Yeah shouldn't this mean that the basic collators should be deprecated? |
Given how the block production is driven for Parachains right now, with the enabling of async backing we would produce two blocks per slot. Until we have a proper collator implementation, the "hack" is to prevent the production of multiple blocks per slot. Closes: #3282
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
Hyperbridge collator on rococo is panicking with this message.
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: