This is an automated email from the ASF dual-hosted git repository.
twice 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 dfc293607 chore(deps): Bump RocksDB to v10.8.3 (#3328)
dfc293607 is described below
commit dfc2936073f4d8e26705723c476ea1f4c940675f
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Wed Jan 7 12:49:11 2026 +0300
chore(deps): Bump RocksDB to v10.8.3 (#3328)
Bump RocksDB to v10.8.3 (full changelog:
https://github.com/facebook/rocksdb/releases/tag/v10.8.3)
**Key changes**
- Fixed a performance regression in LZ4 compression that started in
version 10.6.0
- The MultiScan API contract is updated
- Add kFSPrefetch to FSSupportedOps enum to allow file systems to
indicate prefetch support capability, avoiding unnecessary prefetch
system calls on file systems that don't support them
- Added an auto-tuning feature for DB manifest file size that also (by
default) improves the safety of existing configurations in case
max_manifest_file_size is repeatedly exceeded
- Add a GetColumnFamilyMetaData API variant in DB to get the SST files
intersecting a given key range
- Bug Fixes
Co-authored-by: Twice <[email protected]>
---
cmake/rocksdb.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake
index 0fadcae96..986c6041c 100644
--- a/cmake/rocksdb.cmake
+++ b/cmake/rocksdb.cmake
@@ -26,8 +26,8 @@ endif()
include(cmake/utils.cmake)
FetchContent_DeclareGitHubWithMirror(rocksdb
- facebook/rocksdb v10.7.5
- MD5=9087131ad06ce6569fc02e6180ce11f9
+ facebook/rocksdb v10.8.3
+ MD5=9ceb50a7a22a0db2b42646db2210f4b0
)
FetchContent_GetProperties(jemalloc)