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
It's possible to corrupt the database while downloading and processing blocks because of an ungraceful shutdown of the protocol handler, downloader and chain manager.
The text was updated successfully, but these errors were encountered:
…20573) (ethereum#846)
This is a temporary fix for a problem which started happening when the
dialer was changed to read nodes from an enode.Iterator. Before the
iterator change, discovery queries would always return within a couple
seconds even if there was no Internet access. Since the iterator won't
return unless a node is actually found, discoverTask can take much
longer. This means that the 'emergency connect' logic might not execute
in time, leading to a stuck node.
Co-authored-by: Felix Lange <fjl@twurst.com>
maoueh
pushed a commit
to streamingfast/go-ethereum
that referenced
this issue
Jun 9, 2023
It's possible to corrupt the database while downloading and processing blocks because of an ungraceful shutdown of the protocol handler, downloader and chain manager.
The text was updated successfully, but these errors were encountered: