This is an automated email from the ASF dual-hosted git repository.
git-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 df461ea19 chore(deps): bump rocksdb to v11.1.2 (#3537)
df461ea19 is described below
commit df461ea19c71ddddd826d1a7547db388d07c8353
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Fri Jun 26 05:33:31 2026 +0300
chore(deps): bump rocksdb to v11.1.2 (#3537)
Bump rocksdb to v11.1.2 (bugfix release, see:
https://github.com/facebook/rocksdb/releases/tag/v11.1.2)
Fixed a bug where closing a read-only DB instance could delete live SST
files created by a concurrent read-write DB sharing the same directory
---
cmake/rocksdb.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake
index 737f95b8d..75dd67e8c 100644
--- a/cmake/rocksdb.cmake
+++ b/cmake/rocksdb.cmake
@@ -26,8 +26,8 @@ endif()
include(cmake/utils.cmake)
FetchContent_DeclareGitHubWithMirror(rocksdb
- facebook/rocksdb v11.1.1
- MD5=c82fc5e9e0ecd6649a25c8a44f7e18a5
+ facebook/rocksdb v11.1.2
+ MD5=8c72fb8596712e1a720a0fab365a8b56
)
FetchContent_GetProperties(jemalloc)