-
Notifications
You must be signed in to change notification settings - Fork 233
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
Keeps resyncing after restart #5136
Comments
Update:
then start the node with systemd After it does the backfill it seems to be ok for some minutes and then it seems to start syncing again:
It get's in sync and a few minutes later all starts over again... |
Backfilling is the process of downloading historical consensus blocks - this is part of the checkpoint sync - you can see that it completed by looking at the Eth1 sync is the process of downloading deposits from your execution client - this is a separate sync needed for block production and it depends on your execution client being in sync - it's normal that it happens a bit later - as you can see from the |
@arnetheduck thank you for clarifying the difference between the backfill and downloading the deposits. Something is wrong with the latter. Please have a look at #5145 |
I have a synced besu instance and started the nimbus beacon node with a trusted node sync (back fill later). It starts validating withing 10 minutes but then starts the back fill for like 8 hours.
After like 8 hours it finished the sync. (nimbus data dir was 84gb).
Then I restarted the machine and now it looks like it's starting the back fill all over again?
The back fill is faster now (like half an hour), but this wasn't the behavior before.
un 28 10:12:11 ethVal2 nimbus_beacon_node[182]: INF 2023-06-28 10:12:11.000+02:00 Slot start topics="beacnde" slot=6759659 epoch=211239 sync=synced peers=27 head=89496b0e:6759643 finalized=211236:6b1f10c3 delay=668us839ns Jun 28 10:12:11 ethVal2 nimbus_beacon_node[182]: INF 2023-06-28 10:12:11.051+02:00 Eth1 sync progress topics="elmon" blockNumber=11630899 depositsProcessed=73849 ....
besu 23.4.1
nimbus eth2 23.6.1
running this in a proxmox debian lxc container (20gb ram / 6gb swap)
I checked the startup options, but nothing related. (so it's using the default history prune option now I guess)
Is this normal behavior of the history prune now?
The text was updated successfully, but these errors were encountered: