Skip to content

Commit 030f7c4

Browse files
committed
include bug fixes in 9.3.0 from after the branch cut until now
1 parent 6c60c8f commit 030f7c4

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
* Fixed a bug for databases using `DBOptions::allow_2pc == true` (all `TransactionDB`s except `OptimisticTransactionDB`) that have exactly one column family. Due to a missing WAL sync, attempting to open the DB could have returned a `Status::Corruption` with a message like "SST file is ahead of WALs".
2222
* Fix a bug in CreateColumnFamilyWithImport() where if multiple CFs are imported, we were not resetting files' epoch number and L0 files can have overlapping key range but the same epoch number.
2323
* Fixed race conditions when `ColumnFamilyOptions::inplace_update_support == true` between user overwrites and reads on the same key.
24+
* Fix a bug where `CompactFiles()` can compact files of range conflict with other ongoing compactions' when `preclude_last_level_data_seconds > 0` is used
25+
* Fixed a false positive `Status::Corruption` reported when reopening a DB that used `DBOptions::recycle_log_file_num > 0` and `DBOptions::wal_compression != kNoCompression`.
26+
* While WAL is locked with LockWAL(), some operations like Flush() and IngestExternalFile() are now blocked as they should have been.
27+
* Fixed a bug causing stale memory access when using the TieredSecondaryCache with an NVM secondary cache, and a file system that supports return an FS allocated buffer for MultiRead (FSSupportedOps::kFSBuffer is set).
2428

2529
## 9.2.0 (05/01/2024)
2630
### New Features

unreleased_history/bug_fixes/compact_files.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

unreleased_history/bug_fixes/fix_compressed_wal_recycling.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

unreleased_history/bug_fixes/lock_wal.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

unreleased_history/bug_fixes/tiered_cache_fs_buffer.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)