Commit Graph

4443 Commits (feb06e83b2fbe5fe0bb63e18f1d3bbdbdb1a73e0)

Author SHA1 Message Date
anand76 feb06e83b2 Initial support for secondary cache in LRUCache (#8271) 3 years ago
Jay Zhuang d15fbae449 Refactor Option obj address from char* to void* (#8295) 3 years ago
Jay Zhuang a79b46c503 Add De/Serialization for CompactionInput/Result (#8247) 3 years ago
Peter Dillinger 78a309bf86 New Cache API for gathering statistics (#8225) 3 years ago
mrambacher 9f2d255aed Add ObjectRegistry to ConfigOptions (#8166) 3 years ago
mrambacher ff463742b5 Add Merge Operator support to WriteBatchWithIndex (#8135) 3 years ago
Andrew Kryczka a639c02f8e Allow applying `CompactionFilter` outside of compaction (#8243) 3 years ago
sdong a4919d6b62 Cap automatic arena block size to 1 MB (#7907) 3 years ago
sdong e19908cba6 Refactor kill point (#8241) 3 years ago
mrambacher 8948dc8524 Make ImmutableOptions struct that inherits from ImmutableCFOptions and ImmutableDBOptions (#8262) 3 years ago
Andrew Kryczka 0f42e50fec Fix `GetLiveFiles()` returning OPTIONS-000000 (#8268) 3 years ago
Andrew Kryczka c70bae1b05 Fix ConcurrentTaskLimiter token release for shutdown (#8253) 3 years ago
Andrew Kryczka c2a3424de5 Deflake DBTest.L0L1L2AndUpHitCounter (#8259) 3 years ago
sdong c3ff14e2c1 Hint temperature of bottommost level files to FileSystem (#8222) 3 years ago
Peter Dillinger d2ca04e3ed Add more LSM info to FilterBuildingContext (#8246) 3 years ago
Peter Dillinger 85becd94c1 Refactor: use TableBuilderOptions to reduce parameter lists (#8240) 3 years ago
anand76 0db4cde6e2 Fix a memory leak in c_test (#8237) 3 years ago
Duarte Nunes 3949731de3 Add WAL flush API to C client (#8226) 3 years ago
Sahir Hoda 13c655a887 New C API to expose NewCompactOnDeletionCollectorFactory (#8233) 3 years ago
mrambacher 0ca6d6297f Rename variables in ImmutableCFOptions to avoid conflicts with ImmutableDBOptions (#8227) 3 years ago
Sahir Hoda d65d7d657d Expose JemallocNodumpAllocator to C API (#8178) 3 years ago
mrambacher 01e460d538 Make types of Immutable/Mutable Options fields match that of the underlying Option (#8176) 3 years ago
Jay Zhuang f0fca2b1d5 Add internal compaction API for Secondary instance (#8171) 3 years ago
Zhichao Cao 09a9ec3ac0 Fix the false positive alert of CF consistency check in WAL recovery (#8207) 3 years ago
Yanqin Jin 314352761f Ignore comparator name mismatch in ldb manifest dump (#8216) 3 years ago
sdong 4985cea141 Add comment to DisableManualCompaction() (#8186) 3 years ago
Akanksha Mahajan 596e9008e4 Stall writes in WriteBufferManager when memory_usage exceeds buffer_size (#7898) 3 years ago
Andrew Kryczka 905dd17b35 Fix seqno in ingested file boundary key metadata (#8209) 3 years ago
Jay Zhuang a89740fbc6 Fix unittest no space issue (#8204) 3 years ago
Yanqin Jin a376c22066 Handle rename() failure in non-local FS (#8192) 3 years ago
Levi Tamasi 0c6e4674a6 Fix a data race related to DB properties (#8206) 3 years ago
Yanqin Jin b0e20194ea Handle blob files when options.best_efforts_recovery is true (#8180) 3 years ago
mrambacher 4c41e51c07 Add Blob Options to C API (#8148) 3 years ago
Akanksha Mahajan 00803d619c Fix flaky failure in DBSSTest.DBWithSstFileManagerForBlobFilesWithGC (#8196) 3 years ago
Akanksha Mahajan 83031e7343 Fix for LITE mode failure on MacOS (#8189) 3 years ago
Akanksha Mahajan 296b47db25 Extend file_checksum_dump ldb command and DB::GetLiveFilesChecksumInfo to blob files (#8179) 3 years ago
Yanqin Jin b1f62be10e Use the right level (L0) for files written during WAL recovery (#8187) 3 years ago
Justin Chapman d89483098f Assert unlimited max_open_files for FIFO compaction. (#8172) 3 years ago
Sahir Hoda 139778dfb3 Expose Cache::DisownData in C API (#8160) 3 years ago
Giuseppe Ottaviano 48cd7a3aae Fix flush reason attribution (#8150) 3 years ago
Peter Dillinger a4e82a3cca Fix read-only DB writing to filesystem with write_dbid_to_manifest (#8164) 3 years ago
Peter Dillinger 879357fdb0 Make backups openable as read-only DBs (#8142) 3 years ago
Yanqin Jin 09528f9fa1 Fix a bug for SeekForPrev with partitioned filter and prefix (#8137) 3 years ago
Yanqin Jin dd3fbbbf95 Use separate db dir for different tests hoping to remove flakiness (#8147) 3 years ago
Peter Dillinger 0fccc6225e Fix db_test2 parallelism (#8145) 3 years ago
Akanksha Mahajan 689b13e639 Add request_id in IODebugContext. (#8045) 3 years ago
rockeet 5025c7ec09 version_set_test.cc: remove a redundent obj copy (#7880) 3 years ago
Andrew Kryczka c43a37a922 Fix compression dictionary sampling with dedicated range tombstone SSTs (#8141) 3 years ago
darionyaphet a3a943bf63 Merge checks into one (#8138) 3 years ago
Andrew Kryczka 1ba2b8a568 Add sample_for_compression results to table properties (#8139) 3 years ago