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

My node is so slowly syncs!!! #980

Closed
gitloverr opened this issue Jul 7, 2022 · 8 comments
Closed

My node is so slowly syncs!!! #980

gitloverr opened this issue Jul 7, 2022 · 8 comments
Assignees
Labels
X-nodesync task filter for node sync issue: full, snap, light...

Comments

@gitloverr
Copy link

Hello everyone,

my node so slowly sync after last release.

my starter parameter

./geth --config xxxconfig.toml --datadir xxx --metrics --pprof --pprof.addr 0.0.0.0 --maxpeers 1000 --cache 18000 --http --http.addr 0.0.0.0 --http.port xxx --http.corsdomain "*" --ws --ws.origins="*" --ws.addr 0.0.0.0 --allow-insecure-unlock --diffsync --rpc.allow-unprotected-txs --txlookuplimit 0 --snapshot=false --rpcvhosts=*

what is the problem?

what can I do for solve this subject?

thank you

@gitloverr gitloverr changed the title My node is so slowly sync!!! My node is so slowly syncs!!! Jul 7, 2022
@cosinlink
Copy link
Contributor

  1. remove --diffsync
  2. use separate node to run bsc, refer to : [R4R] Separate Processing and State Verification on BSC #926,
  • use develop branch, compile to geth
  • ./geth --config ./config.toml --datadir ./node --syncmode full --cache 5000 --tries-verify-mode none

@cosinlink cosinlink self-assigned this Jul 7, 2022
@gitloverr
Copy link
Author

hi,

if I restart the node it is catching... but there is something I noticed: if I start send requests to the node I starting to lose sync...

this is ridiculous... how do I solve this problem?

thank you

@cosinlink
Copy link
Contributor

could you provide more details or screenshot?

@gitloverr
Copy link
Author

hi,
my machine specs are as follows:
Disk: SSD
CPU: 48 Core
RAM: 192GB
IOPS: 10K

If I send the requests over as WS or HTTP , the node falling behind... if I stop sending request I don't have sync problem. I guess, this is happening due to request limits. this happened after the 1.1.11 release...

also my machine cpu & ram load that's like:

Image_CPU_RAM

@cosinlink
Copy link
Contributor

Sorry for missing that, have you fixed this issue ?

@xiyuewang3
Copy link

Me too

@odannis
Copy link

odannis commented Sep 19, 2022

My node has the same problem. It was fine for months, and one week ago it started to falling behind the current block (10-60 min behind). I updated geth-bsc to the latest release, started for a fresh snapshot, but the difficulty persisted.
I moved to erigon for bsc, and it is working well except for some rpc request..

I have several other nodes (fantom, eth, avax) running on the same computer and everything work well.

@bnb-tw
Copy link

bnb-tw commented Jul 5, 2023

closing due to inactivity

@bnb-tw bnb-tw closed this as completed Jul 5, 2023
@weiihann weiihann added the X-nodesync task filter for node sync issue: full, snap, light... label Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
X-nodesync task filter for node sync issue: full, snap, light...
Projects
None yet
Development

No branches or pull requests

6 participants