RocksDB stress test fixes + find_merge_thread() bugfix

This commit is contained in:
mdecimus
2023-12-20 17:06:32 +01:00
parent f7313eecaf
commit d4aca0a8e0
28 changed files with 819 additions and 268 deletions

View File

@@ -232,9 +232,9 @@ impl From<store::Error> for DirectoryError {
tracing::warn!(
context = "directory",
event = "error",
protocol = "sql",
protocol = "store",
reason = %error,
"SQL directory error"
"Directory error"
);
DirectoryError::Store(error)