NethermindEth / nethermind

A robust execution client for Ethereum node operators.
https://nethermind.io/nethermind-client
GNU General Public License v3.0
1.22k stars 428 forks source link

[Chiado] When restarting a chiado node when FullSyncing a lot of exception on reruning blocks after pruning #5521

Open kamilchodola opened 1 year ago

kamilchodola commented 1 year ago

Steps to Reproduce In order to replicate the behavior, please provide a detailed list of steps:

  1. Run a node with such command: Nethermind.Runner.exe --config chiado_archive --Pruning.Mode=Hybrid
  2. Wait for few blocks to be processed (let say up to 200)
  3. Stop a node
  4. Restart with exact same config

Actual behavior Plenty of exceptions in output. Node unable to proceed. chiado_archive.logs.txt

Expected behavior Proceed with syncing

Desktop (please complete the following information): Please provide the following information regarding your setup:

kamilchodola commented 8 months ago

@shashankshampi Can You please test that scenario?