-
Notifications
You must be signed in to change notification settings - Fork 989
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
TxHashsetDownload is starting in parallel with TxHashsetPibd #3754
Comments
For clarity, this issue is with the git v5.2.0-beta.1 Just a wild guess, but it happens at block header height 2414175 according to the log. 2414175/(1260) = 3353.02083333, so 0.0212*60 = 14.4. Your screenshot is from 14 minutes after a horizon update. Can be coincidence, most likely it is not. |
I'm looking into this as well, would be good to narrow down how to reproduce it, let me know if you determine anything further. |
Desktop 20230616 00:30:40.927 INFO grin_servers::grin::sync::state_sync - No PIBD-enabled max-difficulty peers for the past 60 seconds - Aborting PIBD and falling back to TxHashset.zip download |
#3757 probably fixes this, would appreciate if anyone seeing this issue could build from that PR and see if the same error occurs. |
Describe the bug
After some time at
TxHashsetPibd
step synchronization is switching to non-PIBDTxHashsetDownload
step in parallel, then coming back toTxHashsetPibd
, sometimes it can lead to hang of synchronization.Screenshots
At logs I am seeing:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: