State sync logs
#3629
Replies: 1 comment
-
Thank you for the suggestions, I am in favor of most of them. Linked this discussion on this tracking issue: #449 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using state sync to sync a Celestia consensus node on mainnet. The logs didn't give me an indication of what is happening after all the snapshot chunks have been downloaded and applied. Instead it logged a bunch of random messages about peers.
Questions:
Why did it take 35 minutes in-between these logs?
Instead of logging about peer discovery, can the node log more frequent status updates between those two logs?
Can we configure snapshot discovery to ignore snapshots if they precede later ones that have already been discovered. For example in my logs, I see
Why is the last log
8:35PM INF Applied snapshot chunk to ABCI app chunk=59 format=2 height=2050000 module=statesync total=60
? I would expect it to apply chunk 60 if there are 60 total chunks.See the full logs.
Beta Was this translation helpful? Give feedback.
All reactions