This is an automated email from the ASF dual-hosted git repository.
hulk pushed a commit to branch 2.10
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/2.10 by this push:
new 504d0838 fix(rocksdb): downgrade RocksDB to v9.3.1 due to a blobdb
issue (#2614)
504d0838 is described below
commit 504d08388a39fe2f131d06e007fd52f7ac7eed7f
Author: hulk <[email protected]>
AuthorDate: Sun Oct 20 22:40:26 2024 +0800
fix(rocksdb): downgrade RocksDB to v9.3.1 due to a blobdb issue (#2614)
---
cmake/rocksdb.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake
index f571ebe7..c5799763 100644
--- a/cmake/rocksdb.cmake
+++ b/cmake/rocksdb.cmake
@@ -26,8 +26,8 @@ endif()
include(cmake/utils.cmake)
FetchContent_DeclareGitHubWithMirror(rocksdb
- facebook/rocksdb v9.6.1
- MD5=ce31144a7e65d8f4f3f9d98986509eb1
+ facebook/rocksdb v9.3.1
+ MD5=129235c789a963c004290d27d09ca48a
)
FetchContent_GetProperties(jemalloc)