aleksraiden opened a new pull request, #3050: URL: https://github.com/apache/kvrocks/pull/3050
Bump rocksdb v10.4.2 - https://github.com/facebook/rocksdb/releases/tag/v10.4.2 **Key changes** - Fix a race condition between concurrent DB::Open sharing the same SstFileManager instance - RocksDB now triggers eligible compactions every 12 hours when periodic compaction is configured - Add new format_version=7 to aid experimental support of custom compression algorithms with CompressionManager and block-based table **Other changes** - Fix a bug in BackupEngine that can crash backup due to a null FSWritableFile passed to WritableFileWriter - Vector based memtable now supports concurrent writers - Add new experimental TransactionOptions::large_txn_commit_optimize_byte_threshold to enable optimizations for large transaction commit by transaction batch data size. - Change NewExternalTableFactory to return a unique_ptr instead of shared_ptr - Add an optional min file size requirement for deletion triggered compaction. It can be specified when creating CompactOnDeletionCollectorFactory - TransactionOptions::large_txn_commit_optimize_threshold now has default value 0 for disabled. TransactionDBOptions::txn_commit_bypass_memtable_threshold now has no effect on transactions. - Bug fixes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@kvrocks.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org