summaryrefslogtreecommitdiff
path: root/unreleased_history/bug_fixes
AgeCommit message (Expand)Author
2024-09-26Bug fix and test BuildDBOptions (#13038)Peter Dillinger
2024-09-25More accurate accounting of compressed cache memory (#13032)anand76
2024-09-25Respect lowest_used_cache_tier option for compressed blocks (#13030)anand76
2024-09-20Update HISTORY.md, version.h, and the format compatibility check script for t...Levi Tamasi
2024-09-20Steps toward deprecating implicit prefix seek, related fixes (#13026)Peter Dillinger
2024-09-17Fix a bug with auto recovery on WAL write error (#12995)Changyu Bi
2024-09-12Fix a bug in ReFitLevel() where `FileMetaData::being_compacted` is not cleare...Changyu Bi
2024-08-19Update main branch for 9.6 release (#12945)Jay Huh
2024-08-15Do not add unprep_seqs when WriteImpl() fails in unprepared txn (#12927)Jay Huh
2024-08-08Fix MultiGet dropping memtable kv checksum corruption (#12842)Changyu Bi
2024-08-02Fix file deletions in DestroyDB not rate limited (#12891)Yu Zhang
2024-08-02Fix a data race affecting the background error status (#12910)Levi Tamasi
2024-07-30Make transaction name conflict check more robust (#12895)anand76
2024-07-29Add entry for bug fix in #12882 (#12892)Yu Zhang
2024-07-22Update history and version for 9.5.fb release (#12880)Hui Xiao
2024-07-22Fix duplicate WAL entries caused by write after error recovery (#12873)Hui Xiao
2024-07-19Fix race between manifest error recovery and file ingestion (#12871)anand76
2024-07-17Fix major bug with prefixes, SeekForPrev, and partitioned filters (#12872)Peter Dillinger
2024-07-15Fix unhandled MANIFEST write errors (#12865)anand76
2024-07-15Fix a bug where `OnErrorRecoveryBegin()` is not called before auto-recovery (...Hui Xiao
2024-06-24Add entry for #12803: fix race between event listener and error handler (#12809)Yu Zhang
2024-06-24Update main branch for 9.4 release (#12802)Changyu Bi
2024-06-12Propagate more ReadOptions to ApproximateOffsetOf/Sizes (#12764)Peter Dillinger
2024-06-05Fix Checkpoint hard link of inactive but unsynced WAL (#12731)Peter Dillinger
2024-06-03Mention two fixes (#12677 and #12681) in the changelog (#12730)Levi Tamasi
2024-06-02Update the main branch for the 9.3 release (#12726)Andrew Kryczka
2024-05-30Fix stale memory access with FSBuffer and tiered sec cache (#12712)anand76
2024-05-22Fix recycled WAL detection when wal_compression is enabled (#12643)Andrew Kryczka
2024-05-21Disallow memtable flush and sst ingest while WAL is locked (#12652)Peter Dillinger
2024-05-20Fix unreleased bug fix .md name (#12672)Hui Xiao
2024-05-13Fix crash in CompactFiles() of conflict range under `preclude_last_level_data...Hui Xiao
2024-05-08Fix locking for `ColumnFamilyOptions::inplace_update_support` (#12624)Andrew Kryczka
2024-05-06Sync non-latest WALs during flush for 2PC, single-CF DBs (#12622)Andrew Kryczka
2024-05-06Fix a corruption bug in `CreateColumnFamilyWithImport()` (#12602)Changyu Bi
2024-05-01Update HISTORY.md and version to 9.3.0 (#12601)anand76
2024-05-01Fix delete obsolete files on recovery not rate limited (#12590)Yu Zhang
2024-04-30Fix wrong padded bytes being used to generate file checksum (#12598)Hui Xiao
2024-04-29Fixed `MultiGet()` error handling to not skip blob dereference (#12597)Andrew Kryczka
2024-04-29Fix corruption bug when recycle_log_file_num changed from 0 (#12591)anand76
2024-04-24MultiCFSnapshot for NewIterators() API (#12573)Jay Huh
2024-04-24Fix `DisableManualCompaction()` hang (#12578)Andrew Kryczka
2024-04-22fix DeleteRange+memtable_insert_with_hint_prefix_extractor interaction (#12558)Andrew Kryczka
2024-04-22Fix file checksum mismatch due to padded bytes when block_align=true (#12542)Hui Xiao
2024-04-17Fix the move semantics of PinnableWideColumns (#12557)Levi Tamasi
2024-04-17Fix `max_successive_merges` counting CPU overhead regression (#12546)Andrew Kryczka
2024-03-25Branch cut 9.1.fb (#12476)akankshamahajan
2024-03-21Fix kBlockCacheTier read when merge-chain base value is in a blob file (#12462)Andrew Kryczka
2024-03-21Enable recycle_log_file_num option for point in time recovery (#12403)anand76
2024-03-15Fix kBlockCacheTier read with table cache miss (#12443)Andrew Kryczka
2024-03-14Fix data race in WalManager (#12439)Changyu Bi