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
{{ message }}
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
If snapshot restoration fails with a UnlinkedAncientBlockChain (and you see Encountered error during snapshot restoration: Snapshot error Unlinked ancient blocks chain in the console) the client is stuck and Ctrl+c is not enough to shut down properly.
The error can be returned only from two places in this method.
Shutting down prints the expected Finishing work, please wait... (from here) but the unclean exit handling code in wait_for_drop() does not run. This is an indication that we have a deadlock when in this state.
The text was updated successfully, but these errors were encountered:
dvdplm
added
F2-bug 🐞
The client fails to follow expected behavior.
Q3-medium
A fair chunk of work, not necessarily very hard but not trivial either
labels
Jun 26, 2019
If snapshot restoration fails with a
UnlinkedAncientBlockChain
(and you seeEncountered error during snapshot restoration: Snapshot error Unlinked ancient blocks chain
in the console) the client is stuck and Ctrl+c is not enough to shut down properly.The error can be returned only from two places in this method.
Shutting down prints the expected
Finishing work, please wait...
(from here) but the unclean exit handling code inwait_for_drop()
does not run. This is an indication that we have a deadlock when in this state.The text was updated successfully, but these errors were encountered: