Switch default sync mode from FAST#42
Conversation
FAST sync is no longer the preferred method. We have only kept the X mark for other sync modes in order to force ourselves to implement snap sync as a server.
|
@non-fungible-nelson i'm gonna need to add the same additional commits as i did for your PR on goerli besu. |
alexpeterson91
left a comment
There was a problem hiding this comment.
I see you work at consensys so i was hoping you could give a definitive answer on changing sync methods while running, not while syncing while already synced. i.e. If I have Besu synced with FAST because it was default, would changing the configuration flag for --syncmode to X_CHECKPOINT cause a problem with my running fully synced install? or would it continue to function all the same and only behave differently if it falls out of sync or has its volume wiped manually? Same storage structure Bonsai. just different sync method when already synced. thanks
|
Hey confirmed this with some tests, no issues (with Teku):
Checkpoint sync should be the exact same, as it is slightly modified snap. Forest to Bonsai as you mentioned does require a resync. hope this helps! |
Sorry for the delay been AFK for a bit, but thanks a bunch for the info! 👍 I need to confirm one test myself which is already teed up and ill have results real soon and then good to go to merge, Right now I just gotta work on debugging the latest versions of besu on dappnode which arent passing CI right now, Besu is getting pretty out of date now on the dappnode side so when the new version is debugged well publish new versions (mainnet and not), and that'll include |
FAST sync is no longer the preferred method. We have only kept the X mark for other sync modes in order to force ourselves to implement snap sync as a server.