Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: Avoid RocksDB error log in in-mem DB open
Since #36408 we are propagating some RocksDB logs to Cockroach logs. One of the cases RocksDB logs an error is when a DB is opened on a directory that does not yet exist, even though RocksDB is able to create the directory and succeed at opening a new DB. To avoid seeing this error log, though, we can simply create the directory before opening the DB. Release note: None
- Loading branch information