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
My application is built based on RocksDB. Currently, the version of RocksDB I'm using is 6.26.0. When I tried to upgrade from 6.26.0 to 6.29.3, the upgrade was successful. However, when I attempted to downgrade from 6.29.3 to 6.26.0, the downgrade failed, and RocksDB reported the following error: Corruption: unknown checksum type 4 from footer of ./rocks_db/030119.sst, while checking block at offset 114261 size 111
This error doesn't occur all the time. I would like to know how to solve this problem. Thank you for any guidance.
The text was updated successfully, but these errors were encountered:
My application is built based on RocksDB. Currently, the version of RocksDB I'm using is 6.26.0. When I tried to upgrade from 6.26.0 to 6.29.3, the upgrade was successful. However, when I attempted to downgrade from 6.29.3 to 6.26.0, the downgrade failed, and RocksDB reported the following error:
Corruption: unknown checksum type 4 from footer of ./rocks_db/030119.sst, while checking block at offset 114261 size 111
This error doesn't occur all the time. I would like to know how to solve this problem. Thank you for any guidance.
The text was updated successfully, but these errors were encountered: