Skip to content
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

[Holesky] ArgumentOutOfRangeException during sync #7033

Closed
kamilchodola opened this issue May 16, 2024 · 0 comments · Fixed by #7060
Closed

[Holesky] ArgumentOutOfRangeException during sync #7033

kamilchodola opened this issue May 16, 2024 · 0 comments · Fixed by #7060
Assignees

Comments

@kamilchodola
Copy link
Contributor

During a sync of Holesky on SnapSync the below exception is getting thrown.

System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter 'index')
   at Nethermind.Core.Collections.ArrayPoolList`1.<GuardIndex>g__ThrowArgumentOutOfRangeException|54_0() in /_/src/Nethermind/Nethermind.Core/Collections/ArrayPoolList.cs:line 307
   at Nethermind.Synchronization.SnapSync.SnapProviderHelper.AddAccountRange(StateTree tree, Int64 blockNumber, ValueHash256& expectedRootHash, ValueHash256& startingHash, ValueHash256& limitHash, IReadOnlyList`1 accounts, IReadOnlyList`1 proofs) in /_/src/Nethermind/Nethermind.Synchronization/SnapSync/SnapProviderHelper.cs:line 50
   at Nethermind.Synchronization.SnapSync.SnapProvider.AddAccountRange(Int64 blockNumber, ValueHash256& expectedRootHash, ValueHash256& startingHash, IReadOnlyList`1 accounts, IReadOnlyList`1 proofs, Nullable`1& hashLimit) in /_/src/Nethermind/Nethermind.Synchronization/SnapSync/SnapProvider.cs:line 85
   at Nethermind.Synchronization.SnapSync.SnapProvider.AddAccountRange(AccountRange request, AccountsAndProofs response) in /_/src/Nethermind/Nethermind.Synchronization/SnapSync/SnapProvider.cs:line 62
   at Nethermind.Synchronization.SnapSync.SnapSyncFeed.HandleResponse(SnapSyncBatch batch, PeerInfo peer) in /_/src/Nethermind/Nethermind.Synchronization/SnapSync/SnapSyncFeed.cs:line 63
   at Nethermind.Synchronization.ParallelSync.SyncDispatcher`1.DoHandleResponse(T request, PeerInfo allocatedPeer) in /_/src/Nethermind/Nethermind.Synchronization/ParallelSync/SyncDispatcher.cs:line 186

Not sure now about side effects of it but needs to be investigated as it is first time it appears.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants