You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Used our stage fuzzer and synced chiado with nimbus.
After each restart I was getting warning: Timeout on waiting for active tasks for feed HeadersSyncFeed 1
After one of restart on already synced node (on tip of chain) it thrown an:
System.OverflowException: Underflow in subtraction 0 - 340282366920938463463374607431768211454
at Nethermind.Int256.UInt256.ThrowOverflowException(String message)
at Nethermind.Synchronization.FastBlocks.HeadersSyncFeed.InsertHeaders(HeadersSyncBatch batch) in /src/Nethermind/Nethermind.Synchronization/FastBlocks/FastHeadersSyncFeed.cs:line 594
at Nethermind.Synchronization.FastBlocks.HeadersSyncFeed.HandleDependentBatches(CancellationToken cancellationToken) in /src/Nethermind/Nethermind.Synchronization/FastBlocks/FastHeadersSyncFeed.cs:line 274
at Nethermind.Synchronization.FastBlocks.HeadersSyncFeed.PrepareRequest(CancellationToken cancellationToken) in /src/Nethermind/Nethermind.Synchronization/FastBlocks/FastHeadersSyncFeed.cs:line 299
at Nethermind.Synchronization.ParallelSync.SyncDispatcher`1.DispatchLoop(CancellationToken cancellationToken)
at Nethermind.Synchronization.ParallelSync.SyncDispatcher`1.Start(CancellationToken cancellationToken) in /src/Nethermind/Nethermind.Synchronization/ParallelSync/SyncDispatcher.cs:line 76
From this moment it was not syncing any Headers but it still had some to download and - also because of that my node is unable to download bodies and receipts.
Used our stage fuzzer and synced chiado with nimbus.
After each restart I was getting warning:
Timeout on waiting for active tasks for feed HeadersSyncFeed 1
After one of restart on already synced node (on tip of chain) it thrown an:
From this moment it was not syncing any Headers but it still had some to download and - also because of that my node is unable to download bodies and receipts.
Debug logs:
chiado.logs.zip
The text was updated successfully, but these errors were encountered: