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

fast sync takes more than three weeks. #319

Closed
CNLHC opened this issue Jul 18, 2021 · 3 comments
Closed

fast sync takes more than three weeks. #319

CNLHC opened this issue Jul 18, 2021 · 3 comments

Comments

@CNLHC
Copy link

CNLHC commented Jul 18, 2021

I am trying to set up a full node by following the instructions in the BSC-Doc. Without any extra configuration, i believe that i am using the "fast sync" mode.

I totally understand that downloading the state is a slow process. But i think it is abnormal for this process to take more than 3 weeks.

My machine has 32GiB RAM and 8 cores, equipped with 1TiB SSD driver , which meets the suggested requirements in the BSC website.

Currently the knownStates field from eth.syncing is 1605196693, and it is increasing by about 4000-10000 every seconds.

> eth.syncing
{
  currentBlock: 9253432,
  highestBlock: 9253496,
  knownStates: 1605196693,
  pulledStates: 1605191168,
  startingBlock: 9227812
}

Do you have any suggestions?

@n8twj
Copy link

n8twj commented Jul 18, 2021 via email

@zhongfu
Copy link

zhongfu commented Jul 20, 2021

I am trying to set up a full node by following the instructions in the BSC-Doc. Without any extra configuration, i believe that i am using the "fast sync" mode.

I totally understand that downloading the state is a slow process. But i think it is abnormal for this process to take more than 3 weeks.

My machine has 32GiB RAM and 8 cores, equipped with 1TiB SSD driver , which meets the suggested requirements in the BSC website.

Currently the knownStates field from eth.syncing is 1605196693, and it is increasing by about 4000-10000 every seconds.

> eth.syncing
{
  currentBlock: 9253432,
  highestBlock: 9253496,
  knownStates: 1605196693,
  pulledStates: 1605191168,
  startingBlock: 9227812
}

Do you have any suggestions?

is your SSD directly attached to the node hardware (e.g. not AWS EBS, etc), and is it being shared by other people or otherwise bottlenecked

are you using a suitable fs (zfs with large recordsize will probably wreck your sync performance)

@j75689
Copy link
Contributor

j75689 commented Jul 30, 2021

Hi all.
Thank you for your report.
We have received many report of a sync issue.
You can try the latest version. If you have any problems, please feedback #338.
We will pay attention to the issue #338 for a long time, and if there are any updates, we will explain it on this issue.

Thanks.

@j75689 j75689 closed this as completed Jul 30, 2021
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

No branches or pull requests

4 participants