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
the snapshot directory need to be created manually when using rocksdb backend, otherwise it panic with error message:
failed to initialize database: IO error: No such file or directory: While mkdir if missing: /Users/yihuang/src/cronos/data/cronos_777-1/node1/data/snapshots/metadata.db: No such file or directory
We have been cope with this issue in our chain code for a long time, good to update in upstream as well, since we officially support rocksdb backend.
Version
all versions I think
Steps to Reproduce
The text was updated successfully, but these errors were encountered:
Summary of Bug
the snapshot directory need to be created manually when using rocksdb backend, otherwise it panic with error message:
We have been cope with this issue in our chain code for a long time, good to update in upstream as well, since we officially support rocksdb backend.
Version
all versions I think
Steps to Reproduce
The text was updated successfully, but these errors were encountered: