Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go/runtime: ensure we destroy a SQLite store on Open error
We were not properly tearning down these instances, which lead to lingering open RocksDB instances and open file descriptors to removed files, preventing disk from being reclaimed.
- Loading branch information