-
Notifications
You must be signed in to change notification settings - Fork 492
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
synchronization is getting slower #752
Comments
Same here Sir, All my node getting very slow and slow. Already out of sync around 6000+- blocks. |
I having 2 node, both nodes ara stucking at block
|
I had the same problem. Have you solved it now? |
|
Not yet, and setHead seem not work as well. |
It works for me. Start to sync, but still slow. |
Now stuck at this block. Because my bad block like this
|
Try to set the head as 39599000. |
I have set head to 39599624 and am currently synchronizing blockchain. In addition, I would like to ask how you know that the reorganization took place at 39599624. Thank you very much @brucexiu |
Please check this link https://polygonscan.com/blocks_forked And I find this on Twitter. |
I just tried with the height Right now syncing. Hope will catched up soon. Thanks guys. |
I'm also running two nodes, but in my case, they don't stuck. |
Refer to this comment, next I should try upgrade to v0.3.4. |
Did upgrade to v0.3.4 solve the sync speed problem? |
Not upgraded yet. Now evaluating changelogs. This issue affects the most major explorer... |
set head to 39599000, I've caught up with the latest block now. A total of 24 hours |
Upgrade to v0.3.4 is not effective, still sync slowly. |
This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
Hi @okmrs, apologies for the delay. I need some more info into this issue. Can you help me with
|
I'd like to look at the code related to these areas? I really want to learn more about, and contribute to, this project. I can try to duplicate the setup, on my fresh machine. I'd love to hear back. on this. I'm pretty good at performance and synching code issues. |
Hi @dougrchamberlain thanks for your interest in debugging this issue. To answer your question, I am not sure if we've still narrowed this down to a specific part of the code as there are many moving parts.
Currently, we're speculating that in (2), there's one such importing case where most of the errors might occur. We're doing some modifications in that portion to check for improvements. Here's the PR for that if you're interested (#796). |
@manav2401
This is very helpful for everyone facing this situation. |
This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
Closing this for now, feel free to reopen. |
Hi dears.
I have sync problem, nearly like #685.
Following that issue, I tried almost everything introduced there.
However, it is not getting well, and then I need further support now.
The most serious problem I have is peer connection.
Even though modified max peer count, still less and poor connection (many of connecting nodes look like unhealthy).
I also tried to connect these nodes, but could not.
I guess that is due to busy connection.
Is there another solution or thing I should try?
The text was updated successfully, but these errors were encountered: