-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Polygon POS Problem #13493
Comments
@sidohin-felix we released a new flow for polygon pos for preparation for beta which requires re-sync from scratch (most preferable). Alternatively you can try stopping erigon, then |
@taratorio so I tried re-synching a few times before but the error always comes back, I also thought this was related but to no avail. I applied my strange suggestion but I used a strict less than and for now everything seems stable (even though I think the solution is wrong). I can always revert to the original code and try the the |
@sidohin-felix please upload your full logs file with |
Ok I will revert to the original code and set to the log level - and yes it crashed again but with a different error. I will also provide all the build details. |
When launching the latest build of erigon built from main the following happens when syncing with the polygon pos flags enabled after a certain time.
pos sync store failed: nonsequential block in bridge processing: 66842880 != 66842848"
This leads to erigon to crash and restarting it works for a few hours then the error comes back again.
Any suggestions on this?
All I found is the following in the source:
I am not exactly sure how this works for Polygon, but my guess would be it might that we should have <= rather than not equals since we were faster.
The text was updated successfully, but these errors were encountered: