-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
Description
I have the following db that we can open for reads but every attempt to write fails with:
Corruption: not an sstable (bad magic number)
I am not sure which ldb file is corrupt (there does appear to be 1 0 sized file. But then leveldb code doesn't write ldb files to .ldbtmp and does rename, so in power loss cases, it's possible to end up with 0 sized ldb files).
Can you shed some light as to which ldb file is corrupt and why is it covered by the manifest?