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
If background flat storage creation was triggered, and at some point node fell behind and started state sync, then DB most likely will be corrupted. We need to interrupt the node and display message recommending to start a node from new dump which should already contain flat storage data.
We can add a boolean argument require_flat_storage_ready for update_flat_storage_for_block so that if it is true, update_flat_storage_for_block will require the flat storage to be ready.
The text was updated successfully, but these errors were encountered:
If background flat storage creation was triggered, and at some point node fell behind and started state sync, then DB most likely will be corrupted. We need to interrupt the node and display message recommending to start a node from new dump which should already contain flat storage data.
We can add a boolean argument
require_flat_storage_ready
forupdate_flat_storage_for_block
so that if it is true,update_flat_storage_for_block
will require the flat storage to be ready.The text was updated successfully, but these errors were encountered: