-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
fix(tree): disable cached trie updates for chains with >1 block #7753
Conversation
does it also close all issues linked in the tracking issue? |
I fetched this disable-trie-updates-for-long-chains for this PR and added my panic change resulting and a created disable-updates-for-long-chains-plus-panic-on-InsertBlockError on my fork. I built and installed the code and I'm running on my holesky node, Ethel:
Here is the service file that runs the code:
My first step was to stop the EL and CL's on Ethel, I compiled the code on Ethel and copied it from ~/.cargo/bin to The problem is, beacon-chain was never able to successfully attest to any blocks in 5hrs of running. So I stopped
As I said I do have a copy of the "original" database with logs but I don't have time to upload it now, |
I've updated my branch to the latest changes here. I reverted my datadir back to what it was before trying this the first time. Now my node is syncing again, TXS @rkrasiuk !
|
Co-authored-by: Matthias Seitz <[email protected]>
…digmxyz#7753) Co-authored-by: Matthias Seitz <[email protected]>
Description
Closes #7559.
Disabled trie updates caching for chains longer than 1 block.