-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Parity stops syncing at certain block with tracing on and pruning archive #9213
Comments
This won't happen in latest stable version |
I believe that the following do not apply in
How did you determine the other config params? Is your bootnode online (you can verify it with Could you relaunch the node with |
@Tbaut
|
Thanks for the logs, I missed them. It looks like the peers you have are not sufficient. I was asking you to test your bootnode, to see if it was up and running and could provide you with the blocks you need. Alternatively, I'd suggest to add the bootnodes we use:
|
@Tbaut Thank you for the response. For the boot nodes, I actually used the ones I found in go-ethereum repository, the same as you provided. |
@5chdn do you have any spare node to try to reproduce this? |
This is ugly if true. @Tbaut I fully synced no-warp nodes 2.0 and 2.1 without any issue. Might be related to the archive? |
I can reproduce.. I'm blocked at 599180 (edit 599196 now after a couple hours).
|
escalating |
From Riot Support channel by @ansermino Logs: https://gist.github.com/ansermino/b0ed2105b8e404dbeee6189810dca99a |
By the way, it also happened to me on main net, with the same configuration. |
An assert happens at a nearby block number on mainnet when running with --fast-db as reported in #9180 |
Just wanted to check in on the status/cause of this issue. Are there any updates to share? |
I started a sync with @Tbaut last configuration, and as @computerality said, I ran into #9180 near your just before your stuck block, with paritytech/parity-common#38 build it goes past those blocks and continue syncing. |
Should be fixed in #9525. |
I'm running:
I started to sync from scratch the ropsten net with option
--pruning archive --tracing on
. The synchronisation stops at number599252
. I also tried sync the main net, it also stops at some block.The configuration is
The detailed log with
-l sync
is hereThe text was updated successfully, but these errors were encountered: