Commit Graph

11675 Commits (main)
 

Author SHA1 Message Date
Changyu Bi f24ef5d6ab Fix BackupEngineTest.ExcludeFiles memory leak (#11066) 1 year ago
mrambacher 559aaa3577 Add ability to have unit tests for ROCKSDB_PLUGINS (#11052) 1 year ago
ywave 7f71880de9 Fix typo in flushing stats CF (#11055) 1 year ago
HuangYi 33aca893c2 add c-api for setting option optimize_filters_for_memory (#11044) 1 year ago
Hui Xiao 9502856edd Add missing range conflict check between file ingestion and RefitLevel() (#10988) 1 year ago
Changyu Bi cc6f323705 Include estimated bytes deleted by range tombstones in compensated file size (#10734) 1 year ago
Peter Dillinger 02f2b20864 Add BackupEngine feature to exclude files (#11030) 1 year ago
anand76 bec4264813 Avoid mixing sync and async prefetch (#11050) 1 year ago
Peter Dillinger e6b6e74154 Make CompactRange() more aware of SstPartitionerFactory (#11032) 1 year ago
Alan Paxton f8969ad7d4 Improve Java API get() performance by reducing copies (#10970) 1 year ago
anand76 dbf37c290a Fix async prefetch heap use after free (#11049) 1 year ago
Changyu Bi 53b703eafe Fix an assertion failure in `CompactionOutputs::AddRangeDels()` (#11040) 1 year ago
ehds ddad943c29 snapshots of FragmentedRangeTombstoneList must in ascending order (#11046) 1 year ago
anand76 692d6be358 Prevent db_stress failure when io_uring is disabled (#11045) 1 year ago
anand76 c3f720c60d Enable ReadAsync testing and fault injection in db_stress (#11037) 1 year ago
Changyu Bi f02c708aa3 Consider range tombstone in compaction output file cutting (#10802) 1 year ago
sdong 1928902a6f ~SleepingBackgroundTask() to wake up the sleeping task (#11036) 1 year ago
Alan Paxton 6a8920f988 JNI native memory leak - release array elements (#10981) 1 year ago
Yanqin Jin c93ba7db5d Revise LockWAL/UnlockWAL implementation (#11020) 1 year ago
Hui Xiao 98d5db5c2e Sort L0 files by newly introduced epoch_num (#10922) 1 year ago
Peter Dillinger 9b34c097a1 Fix bug updating latest backup on delete (#11029) 1 year ago
Arvid Lunnemark 00238a386b replace sprintf with its safe version snprintf (v2) (#11011) 1 year ago
Jay Zhuang 1078d860a9 Add an unittest for Periodic compaction conflict with ongoing compaction (#10908) 1 year ago
Andrew Kryczka 4d60cbc629 Use VersionBuilder for CF import ordering/validation (#11028) 1 year ago
Peter Dillinger 433d7e4594 Improve error messages for SST footer and size errors (#11009) 1 year ago
dependabot[bot] 6648dec0a3 Bump nokogiri from 1.13.9 to 1.13.10 in /docs (#11024) 1 year ago
Hui Xiao 5f52dbc505 Move two history entries mistake out of 7.9 section (#11013) 1 year ago
Hui Xiao 15bb4ea084 Deflake DBWALTest.FixSyncWalOnObseletedWalWithNewManifestCausingMissingWAL (#11016) 1 year ago
Changyu Bi 23af6786a9 Fix an assertion failure in `TimestampTablePropertiesCollector` for empty output (#11015) 1 year ago
anand76 8ffabdc226 Fix table cache leak in MultiGet with async_io (#10997) 1 year ago
Peter Dillinger 95bf302189 Fix use of make_unique in Arena::AllocateNewBlock (#11012) 1 year ago
WLeoo be3a62a2e7 Fix an uninitialized variable warning for g++ 12.2.0 (#10995) 1 year ago
Jay Zhuang c068799d0c Blog: Time Aware Tiered Storage in RocksDB (#11005) 1 year ago
Hui Xiao 2f76ab150d Fix missing WAL in new manifest by rolling over the WAL deletion record from prev manifest (#10892) 1 year ago
Hui Xiao f1574a20ff Revert PR 10777 "Fix FIFO causing overlapping seqnos in L0 files due to overla…" (#10999) 1 year ago
Changyu Bi 6cdb7af9f8 Remove copying of range tombstones keys in iterator (#10878) 1 year ago
Hui Xiao d8c043f7ad Trigger FIFO file deletion in non L0 only if exceeding max_table_files_size (#10955) 1 year ago
relife22 ed23fd7591 Add Apache Spark as a user (#10993) 1 year ago
Changyu Bi 534fb06dd3 Prevent iterating over range tombstones beyond `iterate_upper_bound` (#10966) 1 year ago
Andrew Kryczka 54c2542df2 Support tiering when file endpoints overlap (#10961) 1 year ago
Yanqin Jin 3d0d6b8140 Make best-efforts recovery verify SST unique ID before Version construction (#10962) 1 year ago
jsteemann d8e792e4cf fix compile warnings (#10976) 1 year ago
Alan Paxton ae115eff8f improve copying of Env in Options (#10666) 1 year ago
Andrew Kryczka db9cbddc6f Deflake DBTest2.TraceAndReplay by relaxing latency checks (#10979) 1 year ago
anand76 f4cfcfe824 Post 7.9.0 release branch cut updates (#10974) 1 year ago
Changyu Bi 6c5ec92070 Set correct temperature for range tombstone only file in penultimate level (#10972) 1 year ago
anand76 3ff6da6bd5 Update HISTORY.md for 7.9.0 (#10973) 1 year ago
Peter Dillinger e079d562af Add a SecondaryCache::InsertSaved() API, use in CacheDumper impl (#10945) 1 year ago
Andrew Kryczka 097f9f4425 Fix CompactionIterator flag for penultimate level output (#10967) 1 year ago
Peter Dillinger 3182beeffc Observe and warn about misconfigured HyperClockCache (#10965) 1 year ago