go-ethereum
go-ethereum copied to clipboard
Synchronisation failed, dropping peer peer=58eed242c8ab9eaad982c4d1e128be13c26a45d36c6cc81eaea6235b79f20ef5 err="retrieved hash chain is invalid: missing trie node 8f59c5b704dde5f26380515cf4867ba01d5f16c0947d9cb3737ed84f594f832f (path 080c0107)"
System information
Geth version: 1.10.6-stable
OS & Version: Linux (ubuntu)
Commit hash : (if 576681f29b895dd39e559b7ba17fcd89b42e4833
)
Expected behaviour
geth to sync
Actual behaviour
node stoped syncing and puts out an error message
Synchronisation failed, dropping peer peer=58eed242c8ab9eaad982c4d1e128be13c26a45d36c6cc81eaea6235b79f20ef5 err="retrieved hash chain is invalid: missing trie node 8f59c5b704dde5f26380515cf4867ba01d5f16c0947d9cb3737ed84f594f832f (path 080c0107)"
Steps to reproduce the behaviour
Backtrace
INFO [08-23|20:18:08.054] Importing heavy sidechain segment blocks=795 start=13,039,900 end=13,040,694 WARN [08-23|20:18:08.222] Synchronisation failed, dropping peer peer=41311627a2ef32de2c8863778ac6de99cf2525090b4214f43c8896a38568d782 err="retrieved hash chain is invalid: missing trie node 8f59c5b704dde5f26380515cf4867ba01d5f16c0947d9cb3737ed84f594f832f (path 080c0107)" INFO [08-23|20:18:10.337] Importing heavy sidechain segment blocks=795 start=13,039,900 end=13,040,694 WARN [08-23|20:18:10.492] Synchronisation failed, dropping peer peer=da36db1373e729e8c9a37525d829e36360a44ab01427a1a972e7ef64e106a2a4 err="retrieved hash chain is invalid: missing trie node 8f59c5b704dde5f26380515cf4867ba01d5f16c0947d9cb3737ed84f594f832f (path 080c0107)" INFO [08-23|20:18:16.841] Importing heavy sidechain segment blocks=795 start=13,039,900 end=13,040,694 WARN [08-23|20:18:16.991] Synchronisation failed, dropping peer peer=fca96cc686bb8a8cb09e8acf9ee8240ac7e29e3d4ac95341034ae74d0a42285d err="retrieved hash chain is invalid: missing trie node 8f59c5b704dde5f26380515cf4867ba01d5f16c0947d9cb3737ed84f594f832f (path 080c0107)" WARN [08-23|20:19:16.993] Synchronisation failed, dropping peer peer=fca96cc686bb8a8cb09e8acf9ee8240ac7e29e3d4ac95341034ae74d0a42285d err=timeout WARN [08-23|20:19:29.797] Checkpoint challenge timed out, dropping id=276a899636d05b06 conn=dyndial addr=47.251.54.143:30303 type=Geth/v1.10.6-unstabl... WARN [08-23|20:20:17.113] Synchronisation failed, dropping peer peer=70c0062211508a75f4d4b8c7b3d9410d60ed90ade3b8548b22436aae858fe40d err=timeout WARN [08-23|20:20:17.114] Synchronisation failed, retrying err="peer is unknown or unhealthy" INFO [08-23|20:22:29.731] Downloader queue stats receiptTasks=0 blockTasks=0 itemSize=85.01KiB throttle=3084 INFO [08-23|20:22:31.357] Importing heavy sidechain segment blocks=795 start=13,039,900 end=13,040,694 WARN [08-23|20:22:31.522] Synchronisation failed, dropping peer peer=8c0ccb25da7bc0d863fdff4df843124a95e9079ce406d1c86a1413b3f2b757cd err="retrieved hash chain is invalid: missing trie node 8f59c5b704dde5f26380515cf4867ba01d5f16c0947d9cb3737ed84f594f832f (path 080c0107)"
[backtrace]
When submitting logs: please submit them as text and not screenshots.
It occured in our node.
geth : 1.10.8 unstable
Error: invalid merkle root (remote: c3fa9eba68fbc0cb7cd219714014ae6e3d1bf609dcc797643480ec22b7ca96d0 local: f8dbee2c1a3bb252ea7d5147633ca5297ec535d2926ceeed20c0381b579522df)
8월 27 23:18:45 eth[101113]: ##############################
8월 27 23:18:45 eth[101113]:
8월 27 23:18:45 eth[101113]: WARN [08-27|23:18:45.424] Synchronisation failed, dropping peer peer=e32a915594dcbcfd92dde5f9d95a91be9a2c2e05ffe0f6f81ed5a06e3862d694 err="retrieved hash chain is invalid: invalid merkle root (remote: c3fa9eba68fbc0cb7cd219714014ae6e3d1bf609dcc797643480ec22b7ca96d0 local: f8dbee2c1a3bb252ea7d5147633ca5297ec535d2926ceeed20c0381b579522df)"
We fixed an issue with something similar in v1.10.11. Can you retry with the newest version and report if the issue still exists?