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
When running the repair on a RocksDB database with BlobDB enabled, the repair process completes sucessfully.
However, after the repair, all references to the blob files are missing from the MANIFEST file.
As a result, when the database is opened again, all the blob files are automatically deleted.
This issue is quite alarming; the intention was to repair RocksDB, but instead, it ended up wiping all the data.
Expected behavior
Before running repair, the MANIFEST file includes the blob files' information:
When running the
repair
on a RocksDB database with BlobDB enabled, the repair process completes sucessfully.However, after the repair, all references to the blob files are missing from the MANIFEST file.
As a result, when the database is opened again, all the blob files are automatically deleted.
This issue is quite alarming; the intention was to repair RocksDB, but instead, it ended up wiping all the data.
Expected behavior
Before running
repair
, the MANIFEST file includes the blob files' information:Actual behavior
After running
repair
, the blob files are no longer present in the MANIFEST file:Steps to reproduce the behavior
repair
on the database.ldb
to check the MANIFEST after the repair - blob files are missing.The text was updated successfully, but these errors were encountered: