This is an automated email from the ASF dual-hosted git repository.

hulk pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new 313a1d96 fix(rocksdb): downgrade RocksDB to v9.3.1 due to a blobdb 
issue (#2614)
313a1d96 is described below

commit 313a1d9674f8ac9b3fd39348f7185111f78f9f8e
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 ffb3ca94..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.7.2
-  MD5=1d6d569285b6942cf37b5e8cbf396f65
+  facebook/rocksdb v9.3.1
+  MD5=129235c789a963c004290d27d09ca48a
 )
 
 FetchContent_GetProperties(jemalloc)

Reply via email to