Commit Graph

11660 Commits (f02c708aa32829bbbd70aa3493af8444e76e4350)
 

Author SHA1 Message Date
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
Jay Zhuang c068799d0c Blog: Time Aware Tiered Storage in RocksDB (#11005) 2 years ago
Hui Xiao 2f76ab150d Fix missing WAL in new manifest by rolling over the WAL deletion record from prev manifest (#10892) 2 years ago
Hui Xiao f1574a20ff Revert PR 10777 "Fix FIFO causing overlapping seqnos in L0 files due to overla…" (#10999) 2 years ago
Changyu Bi 6cdb7af9f8 Remove copying of range tombstones keys in iterator (#10878) 2 years ago
Hui Xiao d8c043f7ad Trigger FIFO file deletion in non L0 only if exceeding max_table_files_size (#10955) 2 years ago
relife22 ed23fd7591 Add Apache Spark as a user (#10993) 2 years ago
Changyu Bi 534fb06dd3 Prevent iterating over range tombstones beyond `iterate_upper_bound` (#10966) 2 years ago
Andrew Kryczka 54c2542df2 Support tiering when file endpoints overlap (#10961) 2 years ago
Yanqin Jin 3d0d6b8140 Make best-efforts recovery verify SST unique ID before Version construction (#10962) 2 years ago
jsteemann d8e792e4cf fix compile warnings (#10976) 2 years ago
Alan Paxton ae115eff8f improve copying of Env in Options (#10666) 2 years ago
Andrew Kryczka db9cbddc6f Deflake DBTest2.TraceAndReplay by relaxing latency checks (#10979) 2 years ago
anand76 f4cfcfe824 Post 7.9.0 release branch cut updates (#10974) 2 years ago
Changyu Bi 6c5ec92070 Set correct temperature for range tombstone only file in penultimate level (#10972) 2 years ago
anand76 3ff6da6bd5 Update HISTORY.md for 7.9.0 (#10973) 2 years ago
Peter Dillinger e079d562af Add a SecondaryCache::InsertSaved() API, use in CacheDumper impl (#10945) 2 years ago
Andrew Kryczka 097f9f4425 Fix CompactionIterator flag for penultimate level output (#10967) 2 years ago
Peter Dillinger 3182beeffc Observe and warn about misconfigured HyperClockCache (#10965) 2 years ago
Yanqin Jin a8a4ed52a4 Test Merge with timestamps in stress test (#10948) 2 years ago
Peter Dillinger 8c0f5b1fcf Mark HyperClockCache as production-ready (#10963) 2 years ago
Levi Tamasi 8fa8780932 Mention wide-column support in HISTORY.md (#10959) 2 years ago
Peter Dillinger 32520df1d9 Remove prototype FastLRUCache (#10954) 2 years ago
Peter Dillinger b55e70357c Re-arrange cache.h to prepare for refactoring (#10942) 2 years ago
Levi Tamasi b644baa1eb Support using GetMergeOperands for verification with wide columns (#10952) 2 years ago
Akanksha Mahajan 1562524e63 Fix db_stress failure in async_io in FilePrefetchBuffer (#10949) 2 years ago
xiaochenfan 0993c9225f Fix broken dependency: update zlib from 1.2.12 to 1.2.13 (#10833) 2 years ago
akankshamahajan 8515437594 Update unit test to avoid timeout (#10950) 2 years ago
anand76 ecba6a320e Add some async read stats (#10947) 2 years ago
Peter Dillinger f321e8fc98 Don't attempt to use SecondaryCache on block_cache_compressed (#10944) 2 years ago
Levi Tamasi 5e8947057b Support Merge for wide-column entities in the compaction logic (#10946) 2 years ago
akankshamahajan d1aca4a5ae Fix async_io regression in scans (#10939) 2 years ago
Levi Tamasi dbc4101b89 Support Merge with wide-column entities in iterator (#10941) 2 years ago
Levi Tamasi 9460d4b77e Refactor MergeHelper::MergeUntil a bit (#10943) 2 years ago