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
to make snapshot downloading easier on archive and indexer nodes we need support of repair functionality for these types of nodes. in details, cli command skale schain repair --no-snapshot-majority should be supported on archive and indexer nodes
The text was updated successfully, but these errors were encountered:
Exited (200) 23 minutes ago skale_schain_black-spherical-graffias
2024-11-07 19:00:15.924766 FATAL STATE ROOT MISMATCH ERROR: current state root 32850266053400104199903004961338331573212038881612506956084650222279401989147 is not equal to arrived state root 84535759767856942336915094297786613834963007407141836686681143671087607070439 with block ID #1760134, /data_dir cleanup is recommended, exiting with code 200...
skale sync-node repair --snapshot-from --archive --historic-state
Are you sure you want to start sync node from empty database? [y/N]: y
2024-11-07 19:24:49,946 - INFO - Stopping container: skale_sync_admin, timeout: 60
2024-11-07 19:24:49,964 - INFO - Stopping container: skale_schain_black-spherical-graffias, timeout: 20
2024-11-07 19:24:49,964 - INFO - Going to backup container logs: skale_schain_black-spherical-graffias
2024-11-07 19:24:50,087 - INFO - Old container logs saved to /root/.skale/node_data/log/.removed_containers/skale_schain_black-spherical-graffias-0.log, tail: 10000
2024-11-07 19:24:50,087 - INFO - Removing container: skale_schain_black-spherical-graffias, kwargs: {}
2024-11-07 19:24:50,094 - INFO - Container removed: skale_schain_black-spherical-graffias
2024-11-07 19:24:50,094 - INFO - Updating node options
2024-11-07 19:24:50,094 - INFO - Removing regular folders
2024-11-07 19:24:50,233 - INFO - Removing subvolumes
2024-11-07 19:24:50,301 - INFO - Cleaning up snapshots folder
2024-11-07 19:24:52,856 - INFO - Updating node options
2024-11-07 19:24:52,857 - INFO - Updating cli status
2024-11-07 19:24:52,866 - INFO - Starting container skale_sync_admin
2024-11-07 19:24:52,978 - INFO - Schain was started from scratch
to make snapshot downloading easier on archive and indexer nodes we need support of
repair
functionality for these types of nodes. in details, cli commandskale schain repair --no-snapshot-majority
should be supported on archive and indexer nodesThe text was updated successfully, but these errors were encountered: