-
Notifications
You must be signed in to change notification settings - Fork 20.1k
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
"Syncing: state healing in progress" went on for a long time #29524
Comments
geth version 1.13.14-stable-2bd6bd01 |
In the sync procedure, there are two categories of data being downloaded: (a) state data and (b) chain segment data. As the log indicates, your chain data is almost synced up, while the state data is still in the healing stage with pending=38886 ongoing requests. You have to wait until both categories are fully synced up. |
But both have been like this for days |
@FuxingGG Here is my geth log for reference.
|
I have solved this problem by replacing the SSD. After I replaced the SSD, I copied the entire folder and re-ran the same commands, and healing ended in about a few hours. sudo ./prysm.sh beacon-chain --execution-endpoint=http://localhost:8551 --mainnet --jwt-secret=/media/pengyun/data2/fx/ETH/secrets/jwt.hex --checkpoint-sync-url=https://beaconstate.info --genesis-beacon-api-url=https://beaconstate.info --datadir /media/pengyun/data2/fx/ETH/ethereum/consensus |
@FuxingGG |
The main reason is that SSDS have higher throughput speeds. HDDS are generally difficult to meet the requirements |
@FuxingGG |
How long does it usually take?
and the "eta=1.822s" in "Syncing: chain download in progress" will never be 0
The text was updated successfully, but these errors were encountered: