Commit Graph

8755 Commits (4e33f1e1dc40be18f8233a913324b2978c6a46fa)
 

Author SHA1 Message Date
Maysam Yabandeh d4b7fbf0d5 kHashSearch incompatible with index_block_restart_interval>1 (#6294) 5 years ago
sdong 894c6d21af Bug when multiple files at one level contains the same smallest key (#6285) 5 years ago
Qinfan Wu 6733be033e More const pointers in C API (#6283) 5 years ago
Sagar Vemuri cfa585611d Consider all compaction input files to compute the oldest ancestor time (#6279) 5 years ago
Maysam Yabandeh eff5e076f5 unordered_write incompatible with max_successive_merges (#6284) 5 years ago
anand76 687119aeaf Variable key length in db_stress (#6273) 5 years ago
Yanqin Jin 6a9989381f Fix compilation under LITE (#6277) 5 years ago
sdong 39410bcb3d Fix some shadow warning (#6242) 5 years ago
Yanqin Jin cfd9732f65 Remove inaccurate code comment (#6274) 5 years ago
Huisheng Liu e5b476f551 Update file indexer to take timestamp into consideration (#6205) 5 years ago
Amber1990Zhang 941bd15aed add user nebula (#6271) 5 years ago
sdong 1244abef66 Stress Test: relax prefix iterator check condition (#6269) 5 years ago
Maysam Yabandeh f4a378be3e Print out non-ok DB::Open status in db_stress (#6272) 5 years ago
Adam Retter 6477075f2c JMH microbenchmarks for RocksJava (#6241) 5 years ago
Maysam Yabandeh 5709e97a74 Skip CancelAllBackgroundWork if DBImpl is already closed (#6268) 5 years ago
wolfkdy 1ab1231acf parallel occ (#6240) 5 years ago
Huisheng Liu 2fdd8087ce Implement getfreespace for WinEnv (#6265) 5 years ago
Yanqin Jin a8b1085ae2 Fix test in LITE mode (#6267) 5 years ago
Yanqin Jin bce5189f4d Fix error message (#6264) 5 years ago
Connor1996 3e26a94ba1 Add oldest snapshot sequence property (#6228) 5 years ago
Yanqin Jin 1aaa145877 Fix a data race for cfd->log_number_ (#6249) 5 years ago
Yanqin Jin 946c43a026 Improve error msg for SstFileWriter Merge (#6261) 5 years ago
Qinfan Wu edaaa1fff2 Add range delete function to C-API (#6259) 5 years ago
Maysam Yabandeh 28e5a9a9fb Increase max_log_size in FlushJob to 1024 bytes (#6258) 5 years ago
Maysam Yabandeh 83957dc510 Exclude MergeInProgress status from errors in stress tests (#6257) 5 years ago
Maysam Yabandeh 7c98d71567 Print before AddErrors in stress tests (#6256) 5 years ago
Maysam Yabandeh 48a678b7c9 Prevent an incompatible combination of options (#6254) 5 years ago
Peter Dillinger 83108d23e8 Re-enable level_compaction_dynamic_level_bytes in crash test (#6251) 5 years ago
kim.sanghyun faebc336da Fixed spelling in function comments (#6248) 5 years ago
Peter Dillinger 95d226d8f5 Fix a clang analyzer report, and 'analyze' make rule (#6244) 5 years ago
Peter Dillinger 37fd2b9694 Revert "Generate variable length keys in db_stress (#6165)" and follow-ups (#6243) 5 years ago
Peter Dillinger 5f559897cf Disable occasionally failing assertion in TestPrefixScan (#6238) 5 years ago
Peter Dillinger 22fea0ba79 Fix unused variable in release build 5 years ago
anand76 d4da412864 Add Transaction::MultiGet to db_stress (#6227) 5 years ago
sdong e0f9d11a05 db_stress should not keep manifest files under checkpoint directory (#6233) 5 years ago
sdong 9d36c066c6 db_stress: listners to implement all functions (#6197) 5 years ago
sdong 79cc8dc29b db_stress: cover approximate size (#6213) 5 years ago
anand76 3160edfdc7 Generate variable length keys in db_stress (#6165) 5 years ago
sdong 338c149b92 crash_test to cover bottommost compression and some other changes (#6215) 5 years ago
sdong e55c2b3f0b db_stress: improvements in TestIterator (#6166) 5 years ago
Adam Retter e697da0b18 RocksDB#keyMayExist should not assume database values are unicode strings (#6186) 5 years ago
Adam Retter 4d3264e4ab Cleanup deprecation warnings and javadoc (#6218) 5 years ago
Zhichao Cao f89dea4fec db_stress: Added the verification for GetLiveFiles, GetSortedWalFiles and GetCurrentWalFile (#6224) 5 years ago
Yanqin Jin c4fd9cf461 Remove an unnecessary check before running db_stress (#6231) 5 years ago
Levi Tamasi 1ebaa762e6 Log garbage_collection_cutoff alongside the other BlobDB options 5 years ago
Levi Tamasi 786c3d45ed Support BlobDB in db_stress (#6230) 5 years ago
Yanqin Jin 670a916d01 Add more verification to db_stress (#6173) 5 years ago
Levi Tamasi 7a7ca8eb5b BlobDB: only compare CF IDs when checking whether an API call is for the default CF (#6226) 5 years ago
Peter Dillinger 1ba92b8582 Only search specific directories in Python check (#6225) 5 years ago
sdong f295b099f6 BlockBasedTable::ApproximateSize() should use total order seek (#6222) 5 years ago