Commit Graph

10135 Commits (206845c05740aabbc548fc664239a876e9114dd0)
 

Author SHA1 Message Date
Baptiste Lemaire 206845c057 Mempurge support for wal (#8528) 3 years ago
longlijian 4e4ec16957 Replace the namespace "rocksdb" to "ROCKSDB_NAMESPACE" (#8531) 3 years ago
Peter Dillinger 5ad3227650 Work around falsely reported data race on LRUHandle::flags (#8539) 3 years ago
Jay Zhuang 31193a73a4 Add missing steps for cmake build (#8524) 3 years ago
longlijian 803a40d412 Delete legacy code not used any more. (#8508) 3 years ago
hongrubb 870033291a Fix Get() return status when block cache is disabled (#8485) 3 years ago
sherriiiliu 7b9ecd4067 fix several MSVC build errors (#8519) 3 years ago
dependabot[bot] e8e911a11c Bump addressable from 2.7.0 to 2.8.0 in /docs (#8515) 3 years ago
Peter Dillinger a53d6d25e0 Improve support for valgrind error on reachable (#8503) 3 years ago
mrambacher da90e23998 Improvements to benchmark.sh script (#8346) 3 years ago
bjlemaire 955b80e84f Add WARN/INFO for mempurge output status. (#8514) 3 years ago
Dmitry Vorobev 0b75b22321 Implement missing Handler methods in ColumnFamilyCollector. (#8456) 3 years ago
Myth bbdc4f2e9a Fix a minor issue in checkpoint test case (#8483) 3 years ago
mrambacher c8665611bc Make FlushBlockPolicyFactory into a Customizable class (#8432) 3 years ago
Adam Retter 5afd1e309c Correct CVS -> CSV typo (#8513) 3 years ago
anand76 d1b70b05a6 Avoid passing existing BG error to WriteStatusCheck (#8511) 3 years ago
Baptiste Lemaire 837705ad80 Make mempurge a background process (equivalent to in-memory compaction). (#8505) 3 years ago
qieqieplus bb485e986a Add ribbon filter to C API (#8486) 3 years ago
Jay Zhuang 5dd18a8d8e Add micro-benchmark support (#8493) 3 years ago
sdong f127d459ad Add comments to options.bottommost_compression (#8415) 3 years ago
longlijian ac3f3f3719 Eliminate compiler complaining, which the return type of the function… (#8498) 3 years ago
sdong b1a53db327 FaultInjectionTestFS::DeleteFilesCreatedAfterLastDirSync() to recover… (#8501) 3 years ago
Andrew Kryczka ed8eb436db Move slow valgrind tests behind -DROCKSDB_FULL_VALGRIND_RUN (#8475) 3 years ago
Baptiste Lemaire 714ce5041d Fix clang_analyzer failure (#8492) 3 years ago
anand76 df4197ca6e Bypass buffer in TestFSWritableFile if direct IO is enabled (#8490) 3 years ago
anand76 fcd8088333 Temporarily disable file deletion after open failure in db_stress (#8489) 3 years ago
sdong f33611d5e9 Stress test to inject read failures in DB reopen (#8476) 3 years ago
Levi Tamasi 1ae026c400 Partially revert the "apply subrange of table property collectors" change (#8465) 3 years ago
mrambacher 570248aeff Make SecondaryCache Customizable (#8480) 3 years ago
Baptiste Lemaire 9dc887ece0 Memtable "MemPurge" prototype (#8454) 3 years ago
Akanksha Mahajan c76778e2bd Call OnCompactionCompleted API in case of DisableManualCompaction (#8469) 3 years ago
Peter (Stig) Edwards b20737709f Add -report_open_timing to db_bench (#8464) 3 years ago
Zhichao Cao a95a776d75 Inject fatal write failures to db_stress when DB is running (#8479) 3 years ago
anand76 41d32152ce Enable crash test to run using fbcode components (#8471) 3 years ago
mrambacher d45b837701 Fix TSAN issue (#8477) 3 years ago
sdong ba224b75c7 Stress Test to inject write failures in reopen (#8474) 3 years ago
mrambacher 41c4b665f4 Fix PrepareOptions for Customizable Classes (#8468) 3 years ago
anand76 a0cbb69421 Fix assertion failure when releasing a handle after secondary cache lookup fails (#8470) 3 years ago
Jay Zhuang 93a7389442 Add statistics support on CompactionService remote side (#8368) 3 years ago
Jay Zhuang 3503f28982 Add sub-compaction support for RemoteCompaction (#8364) 3 years ago
mrambacher 89f66d4484 Add customizable_util.h to the public API (#8301) 3 years ago
Andrew Kryczka bac399449d jemalloc_helper: Limit the mm_malloc.h hack to glibc on linux (#8425) 3 years ago
Lucian Petrut 390c5246d2 Allow using WindowsThread with Mingw (#8108) 3 years ago
mrambacher 373e3a154d Fix Immutable Customizable Serialization (#8457) 3 years ago
mrambacher be219089ad Add BlobMetaData retrieval methods (#8273) 3 years ago
anand76 6f9ed59b1d Allow db_stress to use a secondary cache (#8455) 3 years ago
Akanksha Mahajan be8199cdb9 Run Merge with Integrated BlobDB in stress, crash and db_bench (#8461) 3 years ago
Zhichao Cao a904c62d28 Using existing crc32c checksum in checksum handoff for Manifest and WAL (#8412) 3 years ago
Andrew Kryczka 3d844dff1d add missing fields to `GetLiveFilesMetaData()` (#8460) 3 years ago
Akanksha Mahajan 95d0ee95fa Add support for Merge with base value during Compaction in IntegratedBlobDB (#8445) 3 years ago