Moved from GitHub badger/1291
Posted by julieStackRox:
What version of Go are you using (go version
)?
1.13
What version of Badger are you using?
1.6
Does this issue reproduce with the latest master?
What are the hardware specifications of the machine (RAM, OS, Disk)?
Not sure
What did you do?
When we try to open a Badger DB we get the error “file does not exist for table 1938” or the error “file does not exist for table 1941.” When we examine the disk the two files do not exist.
What did you expect to see?
No errors. What the Badger believes in the manifest should match tables on disk.
What did you see instead?
Got an error. Not sure how to recover.