Skip to content

Commit

Permalink
node slow sync potential reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
gkaravatski committed Oct 31, 2024
1 parent 09d125f commit c76d786
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/v3/guidelines/nodes/nodes-troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ Try to perform following checks:

Go through the checklist [from this section](/v3/guidelines/nodes/nodes-troubleshooting#about-no-progress-in-node-synchronization-within-3-hours).

## Slow sync potential reasons

1. The disk is relatively weak. It's advisable to check the IOPS of the disk (though sometimes hosting providers exaggerate these numbers).
2. Updates coincided with network congestion. However, the slow synchronization is due to the load, not the updates. The full node cannot catch up with the network because there were about 100 million transactions.
3. Since the default value of keep history for a Full Node state has been reduced to one day, there are fewer Full Nodes in the network that can provide older states, may cause making it harder to sync with such a delay.

## Cannot apply external message to current state : External message was not accepted

Expand Down

0 comments on commit c76d786

Please sign in to comment.