-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Node synchronization slow #325
Comments
@yqZhang711 me too,how is going of your side? |
In the past two days, it is often found that the synchronization cannot catch up with the block generation |
Me too, I am using v1.0.7-ht.3-deploy |
I'm using the latest node (V1.1.0), but it's still unresolved! |
Me too, I started yesterday, node synchronization speed is slower than block speed! Resulting in more and more block height difference |
@guagualvcha need your help |
me too, I am using v1.1.0 |
Me too. I need the minimum conditions to catch up with the block. such as: |
my node is still 1237 blocks behind, and the synchronization speed cannot keep up with the block generation speed |
full mode: (with heavy rpc, 4 cores won't suffice) 8-core-cpu + nvme archive mode: no idea, bottleneck seems on p2p for head blocks, raid0 on aws gp3 ssd can catch up for old blocks but not from last day, running 16-core-cpu machiness |
Still can't catch the latest height with about 100 blocks. my node With 8-core + 32g + 640G nvme |
Had the same issue after update to the 1.1.0-7822e9e26, the resolution was to add the --txlookuplimit=0 option while starting the daemon. Seems like after update, it tried to do some unindexing job which, slowed down the sync. Once I added the option, after approximately one hour the sync started to run faster and was able to complete it. |
Taking in consideration that I have similar issue even with latest 1.1.0 release by using --txlookuplimit=0 ... I still have the issue with 100 blocks behind in fast syncmode ... I don't know what happen but this is happening from last week. I tried 2-3 different server providers all with NVME and a lot of RAM and different location same issue: eth.blockNumber on 0 and pivot getting stalled so I get the issue with 3 minutes back blocks (~100blocks). |
I am already 5,000 blocks behind |
from 1.0.6 update to 1.1.0 but 5719 blocks behind |
In the past few days, TPS has grown very fast, and the original hardware performance may not be able to meet the current speed. We have also increased GasLimit to increase TPS, which may cause the block size to become larger, resulting in synchronization difficulties. We provide several operations for reference:
We will discuss how to improve synchronization performance asap. Thanks all |
@j75689 I am using: Intel(R) Xeon(R) CPU E5-1650 v2 @ 3.50GHz with 18000 cache on running command (32 GB ram total ram), 2 x NVME Samsung put in raid0 ( to increase space) still no luck .... to get synced ... Also I've used a VPS with 10 core of AMD EPYC 7282 16-Core Processor with 60GB of total system RAM and same cache setting I suppose NVME SSD which worked ... I have enough bandwithd. So can you suggest some settings ... |
Geth syncing slower three days ago, I tried different syncmodes like snap and fast, it didn't work. now 9000 blocks behind. |
https://github.com/binance-chain/docs-site/commit/db2b4be7a7c784ff3c19f3e3679f1f0cb0b5a42e The recommended system requirements for BSC nodes have been updated today. |
could we add suggestion/estimation for |
seems won't be enough to let aws gp3 catch up gap using full node full syncmode as suggested in doc, it's finalising slower than new block
any tunings at filesystem / os level? |
@j75689 Hey I have suggestion to talk with the guys from CryptoBlades (SKILL) guys which are doing nft fights and transactions on blockchain maybe they can move the fight calls :) https://explorer.bitquery.io/bsc/calls (https://explorer.bitquery.io/bsc/smart_contract/0x39bea96e13453ed52a734b6aceed4c41f57b2271/methods) For me new issue at last 2-3 minutes of full sync: |
I have same issue, blocks are behind now 51750 ( 1 days 22hr) |
my vps is CPU 36 RAM 72 gp3 10000 IOPS 500 MB/S |
I've never had a slow block sync. Here is my system resource and running script. Dedicated Server
AWS EC2
No tunings at filesystem or os level. And my start script is Dedicated Server (geth version: 1.1.0 beta)
AWS EC2 (geth version: 1.1.0)
|
We run like 15 bsc nodes, my observations being
the result is , we run some syncmode=fast/full mode on |
did anyone manage to sync? |
Node synchronization is slow, always more than 2000 blocks away from the block browser, what is the solution?
The text was updated successfully, but these errors were encountered: