Commit Graph

11893 Commits (39f5846ec7c81844efdc7391ea87e7263edb81e3)
 

Author SHA1 Message Date
Andrew Kryczka b7fbcefda8 Add API to limit blast radius of merge operator failure (#11092) 2 years ago
akankshamahajan bde65052c4 Enhance async scan prefetch unit tests (#11087) 2 years ago
codeoos f4a5446cab Fix error maybe-uninitialized #11100 (#11101) 2 years ago
leipeng a5bcbcd8be remove unused InternalIteratorBase::is_mutable_ (#11104) 2 years ago
Peter Dillinger fd911f9655 Upgrade xxhash.h to latest dev (#11098) 2 years ago
Changyu Bi e9d6a0d7ce Fix asan failure caused by range tombstone start key use-after-free (#11106) 2 years ago
akankshamahajan bd4b8d6487 Fix crash in block_cache_trace_analyzer if reference key is null in case of MultiGet (#11042) 2 years ago
Changyu Bi 4d0f9a995c Consider TTL compaction file cutting earlier to prevent small output file (#11075) 2 years ago
Changyu Bi 6a82b68788 Avoid counting extra range tombstone compensated size in `AddRangeDels()` (#11091) 2 years ago
Changyu Bi f515d9d203 Revert #10802 Consider range tombstone in compaction output file cutting (#11089) 2 years ago
leipeng 3941c34950 db_bench: let -benchmark=compact respect -subcompactions (#11077) 2 years ago
Wenlong Zhang 1cfe3528a2 support loongarch64 for rocksdb (#10036) 2 years ago
anand76 a510880346 Add a unit test for async prefetch fix in #11049 (#11084) 2 years ago
Peter Dillinger 9f7801c5f1 Major Cache refactoring, CPU efficiency improvement (#10975) 2 years ago
Changyu Bi 0a2d3b663a Fix some unit test failure in ExternalSSTFileBasicTest (#11070) 2 years ago
Niklas Fiekas ff04fb154b Add C API for ReadOptions::async_io (#11062) 2 years ago
ehds 4737e1d41b fix shared state used after free (#11059) 2 years ago
Hui Xiao b965a5a80e Add back Options::CompactionOptionsFIFO::allow_compaction to stress/crash test (#11063) 2 years ago
Changyu Bi f24ef5d6ab Fix BackupEngineTest.ExcludeFiles memory leak (#11066) 2 years ago
mrambacher 559aaa3577 Add ability to have unit tests for ROCKSDB_PLUGINS (#11052) 2 years ago
ywave 7f71880de9 Fix typo in flushing stats CF (#11055) 2 years ago
HuangYi 33aca893c2 add c-api for setting option optimize_filters_for_memory (#11044) 2 years ago
Hui Xiao 9502856edd Add missing range conflict check between file ingestion and RefitLevel() (#10988) 2 years ago
Changyu Bi cc6f323705 Include estimated bytes deleted by range tombstones in compensated file size (#10734) 2 years ago
Peter Dillinger 02f2b20864 Add BackupEngine feature to exclude files (#11030) 2 years ago
anand76 bec4264813 Avoid mixing sync and async prefetch (#11050) 2 years ago
Peter Dillinger e6b6e74154 Make CompactRange() more aware of SstPartitionerFactory (#11032) 2 years ago
Alan Paxton f8969ad7d4 Improve Java API get() performance by reducing copies (#10970) 2 years ago
anand76 dbf37c290a Fix async prefetch heap use after free (#11049) 2 years ago
Changyu Bi 53b703eafe Fix an assertion failure in `CompactionOutputs::AddRangeDels()` (#11040) 2 years ago
ehds ddad943c29 snapshots of FragmentedRangeTombstoneList must in ascending order (#11046) 2 years ago
anand76 692d6be358 Prevent db_stress failure when io_uring is disabled (#11045) 2 years ago
anand76 c3f720c60d Enable ReadAsync testing and fault injection in db_stress (#11037) 2 years ago
Changyu Bi f02c708aa3 Consider range tombstone in compaction output file cutting (#10802) 2 years ago
sdong 1928902a6f ~SleepingBackgroundTask() to wake up the sleeping task (#11036) 2 years ago
Alan Paxton 6a8920f988 JNI native memory leak - release array elements (#10981) 2 years ago
Yanqin Jin c93ba7db5d Revise LockWAL/UnlockWAL implementation (#11020) 2 years ago
Hui Xiao 98d5db5c2e Sort L0 files by newly introduced epoch_num (#10922) 2 years ago
Peter Dillinger 9b34c097a1 Fix bug updating latest backup on delete (#11029) 2 years ago
Arvid Lunnemark 00238a386b replace sprintf with its safe version snprintf (v2) (#11011) 2 years ago
Jay Zhuang 1078d860a9 Add an unittest for Periodic compaction conflict with ongoing compaction (#10908) 2 years ago
Andrew Kryczka 4d60cbc629 Use VersionBuilder for CF import ordering/validation (#11028) 2 years ago
Peter Dillinger 433d7e4594 Improve error messages for SST footer and size errors (#11009) 2 years ago
dependabot[bot] 6648dec0a3 Bump nokogiri from 1.13.9 to 1.13.10 in /docs (#11024) 2 years ago
Hui Xiao 5f52dbc505 Move two history entries mistake out of 7.9 section (#11013) 2 years ago
Hui Xiao 15bb4ea084 Deflake DBWALTest.FixSyncWalOnObseletedWalWithNewManifestCausingMissingWAL (#11016) 2 years ago
Changyu Bi 23af6786a9 Fix an assertion failure in `TimestampTablePropertiesCollector` for empty output (#11015) 2 years ago
anand76 8ffabdc226 Fix table cache leak in MultiGet with async_io (#10997) 2 years ago
Peter Dillinger 95bf302189 Fix use of make_unique in Arena::AllocateNewBlock (#11012) 2 years ago
WLeoo be3a62a2e7 Fix an uninitialized variable warning for g++ 12.2.0 (#10995) 2 years ago