Skip to content
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: don't switch to snapsync for fast node #2367

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

zzzckck
Copy link
Collaborator

@zzzckck zzzckck commented Apr 2, 2024

Description

Noticed fast node printed this log and switched to snap sync:

Switch sync mode from full sync to snap sync reason="head state missing"

But fast node can not support snap sync, as it does not have trie node.
Actually it is bug caused by this commit, which removed the NoTrie() check by mistake: 93d652b

Rationale

NA

Example

NA

Changes

NA

@zzzckck zzzckck merged commit 7dbafe7 into bnb-chain:develop Apr 2, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants