-
Notifications
You must be signed in to change notification settings - Fork 767
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
pvf validation timeout #4969
Comments
The error says the candidate took too long to validate, and most of the time I saw it it was because of mismatch in computing power between the collator and the validator. Are you sure the block took just 3ms to build? Because the timestamps you provided don't seem to match. |
The validator log and collator log are gathered at different time and referencing to different blocks, but the parachain is in stuck so it just keep reproducing the same block and I am pretty sure it is a small one as I can still see the pending block and it is very empty, no runtime migration, no scheduling tasks etc. The validator and collator are running on machines with same spec and the fact it was working few days ago for many months. |
Yeah these @xlc and me already discussed this on element. I don't really get why this block runs into performance issues. |
Yes, it is weird, can you provide the full logs for both collators and validators for a period of time, maybe something comes up. |
yeah can confirm it is indeed IO issue. the startup validator bench actually highlights the IO performance is significantly lower than expected |
@xlc how did the IO degrade that much? :D Any ideas? |
not sure what triggers it but this is using AWS EFS with burst mode. ie it can only have peak IO for short period of time before getting throttled so maybe it just cross the default throughput line and getting heavily throttled |
Getting this error on our internal testnet
The para block is empty and produced in 3ms
Relaychain is using 1.10.0 node with runtime of rococo 9420
Parachain is Acala 2.25.0 which is using polkadot sdk 1.9.0
It has been running for few months fine and suddenly getting this error and I don't see any special transaction/action that may have triggered this.
I will give #4640 a try to see if I can dig out more info
The text was updated successfully, but these errors were encountered: