Commit Graph

744 Commits (856ac244848a77bd93cb6bef70a69c8647920288)

Author SHA1 Message Date
Yanqin Jin ffc9f84649 Free memory after use 6 years ago
Yanqin Jin e686caffec Remove unnecessary assersion in AtomicFlushStressTest::TestCheckpoint (#4846) 6 years ago
Huachao Huang 74f7d7551e tools: use provided options instead of the default (#4839) 6 years ago
Yanqin Jin 565b5bdc42 Add support for read-only db chkpt stress (#4690) 6 years ago
Andrew Kryczka ace543a815 fix accounting for range tombstones in TableProperties (#4841) 6 years ago
Andrew Kryczka 68d949b3e3 Enable DeleteRange in stress/crash tests (#4483) 6 years ago
Fosco Marotto 311cd8cf2f Updated benchmark script (#4134) 6 years ago
Andrew Kryczka 8d2b74d287 Refine db_stress params for atomic flush (#4781) 6 years ago
DorianZheng 2670fe8c73 Get `CompactionJobInfo` from CompactFiles 6 years ago
Sagar Vemuri 70645355ad Move FIFOCompactionPicker to a separate file (#4724) 6 years ago
Sagar Vemuri c94f073e5e Fix Mac build break in casting (#4722) 6 years ago
Huachao Huang 5e72bc113a Add SstFileReader to read sst files (#4717) 6 years ago
Po-Chuan Hsieh 60deb4485e Fix build with ROCKSDB_LITE and -Wunused-private-field (#4715) 6 years ago
Abhishek Madan 0ed738fdd0 Add max_scan_distance flag to db_bench (#4660) 6 years ago
Yanqin Jin de65103553 Improve result report of scan (#4648) 6 years ago
Zhichao Cao d761857d56 Add unique key number changing statistics to Trace_analyzer (#4646) 6 years ago
Sagar Vemuri dc3528077a Update all unique/shared_ptr instances to be qualified with namespace std (#4638) 6 years ago
Andrew Kryczka 8ba17f382e Verify restore from backup in db_stress (#4655) 6 years ago
Yanqin Jin d7a04383d1 Include newer RocksDB versions in compat test (#4634) 6 years ago
Yanqin Jin 50895e5f0d Update manual flush stress test (#4608) 6 years ago
Abhishek Madan eaaf1a6f05 Promote rocksdb.{deleted.keys,merge.operands} to main table properties (#4594) 6 years ago
Yanqin Jin 912bbbbc72 Enable crash-recovery stress test for atomic flush (#4605) 6 years ago
Yanqin Jin 7fb39f1ae1 Fix a warning against implicit type conversion (#4593) 6 years ago
Yanqin Jin 5b4c709fad Enable atomic flush (#4023) 6 years ago
Zhongyi Xie fe0d23059d Fix two contrun job failures (#4587) 6 years ago
Yi Wu 0415244bfa option to print malloc stats at the end of db_bench (#4582) 6 years ago
Simon Grätzer f959e88048 Fix printf formatting on MacOS (#4533) 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
Zhongyi Xie d6ec288703 Add PerfContextByLevel to provide per level perf context information (#4226) 6 years ago
Young Tack Jin c648d90f8e benchmark.sh: to fix divide by zero runtime error (#4442) 6 years ago
Zhichao Cao 7ca1a1f0d8 Fix trace_analyzer potential huge memory wasting due to no valid query analyzed (#4473) 6 years ago
Igor Canadi 1cf5deb8fd Introduce CacheAllocator, a custom allocator for cache blocks (#4437) 6 years ago
Andrew Kryczka d56070d875 Fix benchmark script with vector memtable (#4428) 6 years ago
Abhishek Madan 519f8b145f Generate appropriate number of keys in db_bench (#4404) 6 years ago
Zhongyi Xie 9b3cf908a6 add missing range in random.choice argument (#4397) 6 years ago
Maysam Yabandeh a0ebec3804 Extend crash test with index_block_restart_interval (#4383) 6 years ago
Andrew Kryczka 8c25204633 Support manual flush in stress/crash tests (#4368) 6 years ago
Anand Ananthabhotla a27fce408e Auto recovery from out of space errors (#4164) 6 years ago
Dmitri Smirnov 879998b369 Adjust c test and fix windows compilation issues 6 years ago
Andrew Kryczka c94523ee56 Delete code for WAL reader to start at nonzero offset (#4362) 6 years ago
kckjn97 902261519e correct mistyped msg. (#4341) 6 years ago
Maysam Yabandeh 3f5282268f Skip concurrency control during recovery of pessimistic txn (#4346) 6 years ago
Andrew Kryczka 2c14662213 Revert "Digest ZSTD compression dictionary once per SST file (#4251)" (#4347) 6 years ago
Andrew Kryczka 1a88c43751 Reduce empty SST creation/deletion in compaction (#4336) 6 years ago
Zhongyi Xie 1cf17ba53b Rename DecodeCFAndKey to resolve naming conflict in unity test (#4323) 6 years ago
Shrikanth Shankar 4848bd0c4e Drop unnecessary deletion markers during compaction (issue - 3842) (#4289) 6 years ago
Yanqin Jin 8022500ecc Add compatibility test of SST ingestion (#4310) 6 years ago
Andrew Kryczka e7bb8e9b92 Fix clang build of db_stress (#4312) 6 years ago
Andrew Kryczka 6c40806e51 Digest ZSTD compression dictionary once per SST file (#4251) 6 years ago