Commit Graph

7525 Commits (fe0d23059d8f3d0ad1141a7ada327e2130768d00)
 

Author SHA1 Message Date
Zhongyi Xie fe0d23059d Fix two contrun job failures (#4587) 6 years ago
Yanqin Jin eb8c9918f7 Remove unused variable 6 years ago
Jigar Bhati 6ecd26af27 WriteBufferManager JNI fixes (#4579) 6 years ago
Abhishek Madan 8c78348c77 Use only "local" range tombstones during Get (#4449) 6 years ago
Zhongyi Xie 21bf7421ca use per-level perf context for bloom filter related counters (#4581) 6 years ago
Simon Grätzer ad21b1af52 Set WriteCommitted txn id to commit sequence number (#4565) 6 years ago
Sagar Vemuri abb8ecb4cd Add missing methods to WritableFileWrapper (#4584) 6 years ago
Yi Wu 0415244bfa option to print malloc stats at the end of db_bench (#4582) 6 years ago
Neil Mayhew 43dbd4411e Adapt three unit tests with newer compiler/libraries (#4562) 6 years ago
Zhongyi Xie f6b151f16d fix clang analyzer error (#4583) 6 years ago
Yi Wu c7a45ca91f BlobDB: handle IO error on write (#4580) 6 years ago
Yi Wu 742302a1a3 Fix compile error with aligned-new (#4576) 6 years ago
jsteemann d1c0d3f358 Small issues (#4564) 6 years ago
Maysam Yabandeh c34cc40424 Fix user comparator receiving internal key (#4575) 6 years ago
Siying Dong 7024263682 Dynamic level to adjust level multiplier when write is too heavy (#4338) 6 years ago
Yi Wu 933250e355 Fix RepeatableThreadTest::MockEnvTest hang (#4560) 6 years ago
Simon Grätzer f959e88048 Fix printf formatting on MacOS (#4533) 6 years ago
Siying Dong c17383f918 Fix WriteBatchWithIndex's SeekForPrev() (#4559) 6 years ago
Yanqin Jin da4aa59b4c Add read retry support to log reader (#4394) 6 years ago
Abhishek Madan 35cd754a6d Add writes_before_delete_range flag to db_bench (#4538) 6 years ago
Maysam Yabandeh 0afa5b53d7 Disable GroupCommitTest in Appveyor (#4536) 6 years ago
Philip Jameson 56e129da01 Remove usages of headers attribute as a string 6 years ago
Huachao Huang faa2c90f7c cmake: fix FORCE_SSE42 (#4490) 6 years ago
Jigar Bhati a4d9aa6b18 Plumb WriteBufferManager through JNI (#4492) 6 years ago
Abhishek Madan 45f213b558 Lazily initialize RangeDelAggregator stripe map entries (#4497) 6 years ago
Zhongyi Xie d6ec288703 Add PerfContextByLevel to provide per level perf context information (#4226) 6 years ago
anand1976 1e3845805d Properly determine a truncated CompactRange stop key (#4496) 6 years ago
Yanqin Jin e633983cf1 Add support to flush multiple CFs atomically (#4262) 6 years ago
Andrew Kryczka 32b4d4ad47 Avoid per-key linear scan over snapshots in compaction (#4495) 6 years ago
Maysam Yabandeh 0f955f2aef Update WritePrepared blog post with latest results (#4494) 6 years ago
Yanqin Jin ce52274640 Replace 'string' with 'const string&' in FileOperationInfo (#4491) 6 years ago
Yi Wu f60c4e5a58 Set -DROCKSDB_JEMALLOC for buck build if jemalloc presents (#4489) 6 years ago
Yanqin Jin 729a617b5b Add listener to sample file io (#3933) 6 years ago
John Calcote 9c20797136 Add UInt64AddOperator to rocksjava (#4448) 6 years ago
Yi Wu 6f8d4bdff1 Fix compile error with jemalloc (#4488) 6 years ago
Chinmay Kamat 6422356a27 Acquire lock on DB LOCK file before starting repair. (#4435) 6 years ago
Wilfried Goesgens 5d809ecef7 Add compile time option to work with utf8 filename strings (#4469) 6 years ago
Abhishek Madan 7dd1641048 Use vector in UncollapsedRangeDelMap (#4487) 6 years ago
zpalmtree 46dd8b1e13 C++17 support (#4482) 6 years ago
Young Tack Jin c648d90f8e benchmark.sh: to fix divide by zero runtime error (#4442) 6 years ago
UncP 531786ebf7 DBWriteImpl: remove redundant code (#4450) 6 years ago
Simon Grätzer ceded4535d WriteBatch::Iterate wrongly returns Status::Corruption (#4478) 6 years ago
Andrew Kryczka 7e56072290 Fix merge operand reappearing when covered by DeleteRange (#4481) 6 years ago
Peter Pei 09814f2cfc support OnCompactionBegin (#4431) 6 years ago
Yi Wu f8c1de4c7c Update docs/Gemfile.lock to fix github warning (#4480) 6 years ago
Andrew Kryczka faa70fc575 DeleteRange regression tests using public API (#4476) 6 years ago
Abhishek Madan 9c6fea7fe1 Update HISTORY.md, fix unity_test failure (#4479) 6 years ago
Zhichao Cao 7ca1a1f0d8 Fix trace_analyzer potential huge memory wasting due to no valid query analyzed (#4473) 6 years ago
Anand Ananthabhotla 854a4be03f Handle mixed slowdown/no_slowdown writer properly (#4475) 6 years ago
jsteemann 141ef7f8d3 avoid copying when iterating using range-based for (#4459) 6 years ago