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 bcf1c9ad Bump rocksdb to 8.8.1 (#1904)
bcf1c9ad is described below

commit bcf1c9ad23d7dadeb8d8def79b48aba427ec566a
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Fri Nov 24 07:11:46 2023 +0200

    Bump rocksdb to 8.8.1 (#1904)
    
    The release includes some bug fixes and performance issues.  Full release 
notes:
    
    https://github.com/facebook/rocksdb/releases/tag/v8.8.1
    
    Critical changes include:
    
    - (perf) Improved the I/O efficiency of DB::Open a new DB with 
create_missing_column_families=true and many column families.
    - (bug) Fixed a rare race bug involving a concurrent combination of 
Create/DropColumnFamily and/or Set(DB)Options
    - (Important) The default value of DBOptions::fail_if_options_file_error 
changed from false to true.
    - Added new tickers rocksdb.fifo.{max.size|ttl}.compactions to count FIFO 
compactions that drop files for different reasons
    - (feature) Introduce AttributeGroup by adding the first AttributeGroup 
support API, MultiGetEntity(). Through the use of Column Families, 
AttributeGroup enables users to logically group wide-column entities.
    - Bug fixed, some are port from 8.7 release line
---
 cmake/rocksdb.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake
index 31319641..7a8a5d7d 100644
--- a/cmake/rocksdb.cmake
+++ b/cmake/rocksdb.cmake
@@ -26,8 +26,8 @@ endif()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(rocksdb
-  facebook/rocksdb v8.7.3
-  MD5=64fd9f92ea343e08be183f1ebcd4e856
+  facebook/rocksdb v8.8.1
+  MD5=15cd02d457b35da07947113de5304270
 )
 
 FetchContent_GetProperties(jemalloc)

Reply via email to