Leftover .ldb file
Open
bug
- Dominant language
- C++
- Stars
- 39.4k
- Forks
- 8.2k
- PR merge metrics
- No merged PRs in 30d
Description
While validating [the design for a feature on top of leveldb](https://docs.google.com/document/d/16_igCI15Gfzb6UYqeuJTmJPrzEtawz6Y1tVOKNtYgiU/), we've been stress-testing a database using a workload consisting of Put() and Delete(). We consistently see a .ldb file being left behind, so it seems like compaction doesn't delete all the old files.
This may be related to #573, which also suggests a potential accounting problem in compaction.
Contributor guide
Assessment
This issue has not been assessed yet.