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

panic: deletion not supported #576

Closed
wssll789 opened this issue Nov 22, 2021 · 6 comments
Closed

panic: deletion not supported #576

wssll789 opened this issue Nov 22, 2021 · 6 comments
Assignees
Labels
bug Something isn't working

Comments

@wssll789
Copy link

System information

Geth version: 1.1.5-8ff7d531-20211116
OS & Version: centos7
Commit hash : (if develop)

panic: deletion not supported

goroutine 139237 [running]:
github.com/ethereum/go-ethereum/trie.(*StackTrie).TryUpdate(0xc8948d1110, 0xc8da82aa80, 0x20, 0x20, 0x28ba550, 0x0, 0x0, 0xca8d963698, 0xc90f4bfa80)
github.com/ethereum/go-ethereum/trie/stacktrie.go:194 +0xd2
github.com/ethereum/go-ethereum/trie.(*StackTrie).Update(0xc8948d1110, 0xc8da82aa80, 0x20, 0x20, 0x28ba550, 0x0, 0x0)
github.com/ethereum/go-ethereum/trie/stacktrie.go:201 +0x77
github.com/ethereum/go-ethereum/eth/protocols/snap.(*Syncer).processStorageResponse(0xc6f6dba780, 0xc85418f380)
github.com/ethereum/go-ethereum/eth/protocols/snap/sync.go:1928 +0x3f4
github.com/ethereum/go-ethereum/eth/protocols/snap.(*Syncer).Sync(0xc6f6dba780, 0x30d54e247db8e406, 0x61b73884981166d0, 0x9a8183df351c5ce, 0x17ab8dd28ccb6d5e, 0xca304ae180, 0x0, 0x0)
github.com/ethereum/go-ethereum/eth/protocols/snap/sync.go:653 +0xc2e
github.com/ethereum/go-ethereum/eth/downloader.(*stateSync).run(0xc6c2f28e60)
github.com/ethereum/go-ethereum/eth/downloader/statesync.go:318 +0x87
created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).runStateSync
github.com/ethereum/go-ethereum/eth/downloader/statesync.go:114 +0x1ef

@b10c77
Copy link

b10c77 commented Nov 22, 2021

Getting this as well with snap sync, seems to be the culprit

@DefiDebauchery
Copy link

DefiDebauchery commented Nov 23, 2021

If you restart it, you'll continue further before hitting it again. I think I ended up with 10 such hiccups -- all relatively early on -- before it began to process mostly without issue (until hitting one snag around block 8272940.. still processing, so will continue to note any others)

Edit - Additional blocks (roughly):
8535875
8564230
8611114
8683852
8689165
8811312
8837523
8839966
8840295
8876691
8879562
8970755 ... I might just download one of the snapshots. This is rough.

@gomes7997
Copy link

Having the same problem. After multiple restarts the problem worsened and the node is no longer making sync progress. If snap sync was working it would really improve the syncing problems on BSC. So far diffsync has not improved sync times for my node.

@karalabe
Copy link
Contributor

FYI ethereum/go-ethereum#23960

@unclezoro unclezoro added the bug Something isn't working label Nov 28, 2021
@gituser
Copy link

gituser commented Nov 28, 2021

+1 on this, any update on this issue?

@keefel
Copy link
Contributor

keefel commented Dec 16, 2021

Fixed by #667, please wait for next release.

@keefel keefel closed this as completed Dec 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

8 participants