Andrej Kozemcak
|
6d6c0b99d3
|
rocksdb: upgrade 9.10.0 -> 10.10.1
Remove not exist PACKAGECONFIG option `lite`
Add new PACKAGECONFIG option liburing
Changelog:
v10.10.1
https://github.com/facebook/rocksdb/releases/tag/v10.10.1
Bugs:
- Fixed a bug in best-efforts recovery that causes use-after-free crashes when accessing SST files that were cached during the recovery.
- Fix resumable compaction incorrectly allowing resumption from a truncated range deletion that is not well handled currently.
- Fixed a bug in PosixRandomFileAccess IO uring submission queue ownership & management. Fix eliminates the false positive 'Bad cqe data' IO errors in PosixRandomFileAccess::MultiRead when interleaved with PosixRandomFileAccess::ReadAsync on the same thread.
- Fix Windows VS 2022 build errors.
v10.9.1:
https://github.com/facebook/rocksdb/releases/tag/v10.9.1
v10.8.3:
https://github.com/facebook/rocksdb/releases/tag/v10.8.3
v10.7.5:
https://github.com/facebook/rocksdb/releases/tag/v10.7.5
v10.6.2:
https://github.com/facebook/rocksdb/releases/tag/v10.6.2
v10.5.1:
https://github.com/facebook/rocksdb/releases/tag/v10.5.1
v10.4.2:
https://github.com/facebook/rocksdb/releases/tag/v10.4.2
v10.2.1:
https://github.com/facebook/rocksdb/releases/tag/v10.2.1
v10.1.3:
https://github.com/facebook/rocksdb/releases/tag/v10.1.3
v10.0.1:
https://github.com/facebook/rocksdb/releases/tag/v10.0.1
Signed-off-by: Andrej Kozemcak <andrej.kozemcak@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
2026-03-17 22:02:53 -07:00 |
|