-
Notifications
You must be signed in to change notification settings - Fork 379
Collators stop producing blocks #384
Comments
To reproduce it (we will keep the network in that state for 1 or 2 days):
|
@rphmeier I identified where it is failing to start producing block.
I believe this prevents the collator from producing blocks. Do you have a clue why there wouldn't be any core available ? |
Using sudo to set
Still not producing blocks but at least it is going one step further (I checked against a freshly restarted network, here are the expected logs)
|
Could this be related to the new rococo-v1 having leases/auctions/... ? We registered our parachain with |
This happened twice on our network, each time after a purge it happens around block ~6200 (6300 the first time and 6266 the second time), which I think is not a coincidence. 03/26 - 15:25:48: imported parachain #1 (at relaychain block #127) 03/29 - 14:25:06: imported parachain #1 (at relaychain block #110) |
The relay chain blocks are even closer together. 14400 is how many relay blocks we expect in one day. Let's look through our rely chain constants and see if any are set to one day. If we find anything suspicious, let's lower that parameter and see if we can reproduce this in less than one day. |
@rphmeier You mentioned Leasing is on a different layer and should not be related to this issue, but looking at Rococo, the only data that I find using 14400 blocks is https://github.com/paritytech/polkadot/blob/e8050450b71aef41210f7fa5ec2bca6d494ef610/runtime/rococo/src/lib.rs#L722
|
Mystery solved. |
We have our stagenet running network using latest rococo-v1 (#9d89ed65), containing 4 validators, 4 collators, 2 bootnodes, 2 rpc nodes.
After running for ~1 day, the collators stop producing blocks (not all at the same height but not too far). We observed no more "Prepared for block ....." message
I purged one of collator and re-run it with
-l'info,rpc=trace,sycollator=trace,collation=trace,sync=trace,parachain=trace'
moon.log
The text was updated successfully, but these errors were encountered: