Commit Graph

10334 Commits (d497cdfbb27b036d43a280d44ed806b2c6d6bcc2)
 

Author SHA1 Message Date
yangzaorang 8e91bd90d2 Fix a issue with initializing blob header buffer (#8537) 3 years ago
Mikhail Golubev 8f52972cf9 Allow to use a string as a delimiter in StringAppendOperator (#8536) 3 years ago
mrambacher ab7f7c9e49 Allow WAL dir to change with db dir (#8582) 3 years ago
Yanqin Jin 066b51126d Several simple local code clean-ups (#8565) 3 years ago
Peter Dillinger 1d34cd797e Fix insecure internal API for GetImpl (#8590) 3 years ago
Baptiste Lemaire 9501279d5f Create fillanddeleteuniquerandom benchmark (db_bench), with new option flags. (#8593) 3 years ago
sdong e8f218cb68 DB::GetSortedWalFiles() to ensure file deletion is disabled (#8591) 3 years ago
Peter Dillinger 0804b44fb6 Some fixes and enhancements to `ldb repair` (#8544) 3 years ago
Jay Zhuang a4b8ac9a73 Fix HISTORY.md for #8518 (#8594) 3 years ago
jimmycleary e0ff365a76 Replace macros in compaction_iterator.cc with inline functions (#8592) 3 years ago
Baptiste Lemaire d6006f9c9b Add experimental mempurge policy flag to db_stress. (#8588) 3 years ago
Peter Dillinger 74b7c0d249 Fix use-after-free on implicit temporary FileOptions (#8571) 3 years ago
Peter Dillinger e352bd5742 Fix missing Handle release in TableCache::GetRangeTombstoneIterator (#8589) 3 years ago
Zhichao Cao eec79b39a6 Add MultiGet to replay (#8577) 3 years ago
anand76 ddf439c561 Pass extra db_stress args to fbcode crash tests (#8587) 3 years ago
mrambacher 3aee4fbd41 Make EventListener into a Customizable Class (#8473) 3 years ago
Anatolii Zhmaiev 9ddb55a8f6 Add periodic_compaction_seconds option to RocksJava (#8579) 3 years ago
Baptiste Lemaire 4361d6d163 Add simple heuristics for experimental mempurge. (#8583) 3 years ago
Jay Zhuang daf7e77a6b Disable DistributedMutex test by default (#8584) 3 years ago
leipeng 2febf1c45c db_bench_tool.cc: fix copy - paste (#8553) 3 years ago
leipeng 4171e3db9b CompactionJob::Install(): fix log truncation (#8563) 3 years ago
Merlin Mao 55f7ded80d Checkpoint dir options fix (#8572) 3 years ago
Drewryz 3b27725245 Fix a minor issue with initializing the test path (#8555) 3 years ago
Baptiste Lemaire c521a9ab2b Retire superfluous functions introduced in earlier mempurge PRs. (#8558) 3 years ago
Zhichao Cao 61c9bd49c1 Analyze MultiGet in trace_analyzer (#8575) 3 years ago
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