Commit Graph

11762 Commits (d47126875b2297725aeb2bf433c0b538c17a3b16)
 

Author SHA1 Message Date
Changyu Bi c94c8fcbd4 Remove deprecated FileSystem::Load() (#11122) 2 years ago
Karim TAAM a1e92bd956 use verify checksum option in block based table reader Open() (#11099) 2 years ago
Andrew Kryczka b44cbbf709 Fix GetMergeOperands() returning MergeInProgress (#11136) 2 years ago
dependabot[bot] dcf93b7b3e Bump commonmarker from 0.23.6 to 0.23.7 in /docs (#11128) 2 years ago
Levi Tamasi a6cfdd4eda Fix the HISTORY.md entry related to the removed statistics (#11140) 2 years ago
akankshamahajan 986c5b9d4e Migrate TestEnv in listener_test.cc to FileSystemWrapper (#11125) 2 years ago
sdong e808858ae0 Remove Stats related to compressed block cache (#11135) 2 years ago
Levi Tamasi 6da2e20df3 Remove more obsolete statistics (#11131) 2 years ago
Heiko Becker 88edfbfb5e Fix build with gcc 13 by including <cstdint> (#11118) 2 years ago
Andrew Kryczka 6a5071ceb5 Support PutEntity in trace analyzer (#11127) 2 years ago
Peter Dillinger 546e213c4f Fix DelayWrite() calls for two_write_queues (#11130) 2 years ago
Peter Dillinger 9afa0f05ad Remove deprecated Env::LoadEnv() (#11121) 2 years ago
Levi Tamasi 99e559533d Remove some deprecated/obsolete statistics from the API (#11123) 2 years ago
anand76 bcbab59c55 Migrate ErrorEnv from EnvWrapper to FileSystemWrapper (#11124) 2 years ago
sdong 2800aa069a Remove compressed block cache (#11117) 2 years ago
Peter Dillinger 4a9185340d A better contract for best_efforts_recovery (#11085) 2 years ago
Changyu Bi e0ea0dc6bd Improve documentation for `allow_ingest_behind` (#11119) 2 years ago
Hui Xiao 86fa2592be Fix data race on `ColumnFamilyData::flush_reason` by letting FlushRequest/Job owns flush_reason instead of CFD (#11111) 2 years ago
Hui Xiao 7e7548477c Update HISTORY.md/version.h/format compatiblity test for 7.10 release (#11114) 2 years ago
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