Commit Graph

10159 Commits (2e5388178fcfcf0f7cbf051b0878e53c3236561a)
 

Author SHA1 Message Date
Yanqin Jin 2e5388178f Return error if trying to open secondary on missing or inaccessible primary (#8200) 3 years ago
Jay Zhuang c4a503f3df Fix an race condition during multiple DB opening (#8574) 3 years ago
Peter Dillinger 84eef260de Remove TaskLimiterToken::ReleaseOnce for fix (#8567) 3 years ago
sdong 9b41082d4a Complete the fix of stress open WAL drop fix (#8570) 3 years ago
Jay Zhuang 42eaa45c1b Avoid updating option if there's no value updated (#8518) 3 years ago
Baptiste Lemaire 6b4cdacf41 Add overwrite_probability for filluniquerandom benchmark in db_bench (#8569) 3 years ago
Zhichao Cao 87e82a41a9 Fix incorrect Status::NoSpace() status check (#8504) 3 years ago
Jay Zhuang 66ca5ac427 Cleanup cf handlers before deleting db (#8564) 3 years ago
sdong bbc85a5f22 Fix minor wrong variable name in db_bench (#8549) 3 years ago
Baptiste Lemaire f4529a54bb Add experimental_allow_mempurge flag to benchmark. (#8546) 3 years ago
sherriiiliu 5535d06b9c Fix stats_history_test failure on Windows (#8520) 3 years ago
Peter Dillinger d5f3b77f23 Add GetMapProperty to db_stress (#8551) 3 years ago
sdong 9e885939a3 Change to code for trimmed memtable history is to released outside DB mutex (#8530) 3 years ago
Jay Zhuang c04a86a0e9 Update HISTORY.md and version.h 6.23 release (#8552) 3 years ago
Merlin Mao 3455ab0e2b Remove extra double quote in options.h (#8550) 3 years ago
sdong 39a07c9651 DB Stress Reopen write failure to skip WAL (#8548) 3 years ago
Jay Zhuang a379dae4f7 Minor Makefile update to exclude microbench as dependency (#8523) 3 years ago
mrambacher ac37bfded0 Allow CreateFromString to work on complex URIs (#8547) 3 years ago
Peter Dillinger df5dc73bec Don't hold DB mutex for block cache entry stat scans (#8538) 3 years ago
sdong 1e5b631e51 db_bench seekrandom with multiDB should only create iterators queried (#7818) 3 years ago
Baptiste Lemaire 0229a88dfe Crashtest mempurge (#8545) 3 years ago
Mark Rambacher 42ba60b3ba Make EncryptionProvider and BlockCipher into Customizable objects (#8354) 3 years ago
Peter Dillinger aeb913dd01 Standardize on GCC for TSAN conditional compilation (#8543) 3 years ago
zaorangyang b678cb1f86 The formal parameter types of CompressionOptions constructor should b… (#8510) 3 years ago
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