-
Notifications
You must be signed in to change notification settings - Fork 159
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
Forest slow sync on Mainnet network #5032
Comments
Investigated with the infra team by @lemmih, to be verified if it's Forest issue or not. |
Replicated on the staging server. I will try to replicate it locally. |
I managed to replicate it locally, but it can take hours to manifest. When the problem occurs, Forest starts processing tipsets at a reduced rate (roughly one every 2 minutes instead of 2 per minute). Processing doesn't come to a halt, and no errors are generated. We use two state machines: I initially thought there was a problem with the |
Describe the bug
We have two forest nodes on the mainnet network, one running as a bootnode for community and the other as an RPC node. They are regularly lagging behind the network head, and there seem to be inconsistencies when we check their status with different commands.
To reproduce
Below is the forest mainnet rpc config:
1- when we check the node sync status it shows it is almost synced
command:
forest-cli info show
2- also another command, that shows
Stage: complete
command:
forest-cli sync status
3- same using RPC call
stage complete
4- ⚠ but in reality, it is 3:26 mins behind the network head and at the time of writing the network head is at 4498643
command:
forest-cli info show
Log output
Log Output
Expected behaviour
node should see the real network head, and sync normal.
Screenshots
Server performance doesn't seem scary
Environment (please complete the following information):
Other information and links
we have some internal discussion on this as well, slack link here
The text was updated successfully, but these errors were encountered: