Commit Graph

8634 Commits (946c43a026bc8855e200bcce888b8aeb6a6b0390)
 

Author SHA1 Message Date
Maysam Yabandeh 68d5d82d1f Wait for CancelAllBackgroundWork before Close in db stress (#6191) 5 years ago
Zhichao Cao cddd637997 Merge adjacent file block reads in RocksDB MultiGet() and Add uncompressed block to cache (#6089) 5 years ago
sdong bcc372c0c3 Add some new options to crash_test (#6176) 5 years ago
Levi Tamasi 2d095b4dbc Update HISTORY.md with the recent memtable trimming fixes 5 years ago
sdong 35126dd874 db_stress: preserve all historic manifest files (#6142) 5 years ago
Zhichao Cao fbda25f57a db_stress: generate the key based on Zipfian distribution (hot key) (#6163) 5 years ago
Levi Tamasi db7c687523 Fix a data race related to memtable trimming (#6187) 5 years ago
Peter Dillinger a92bd0a183 Optimize memory and CPU for building new Bloom filter (#6175) 5 years ago
anand76 ad34faba15 Fix unity test (#6178) 5 years ago
Maysam Yabandeh 4b97812da8 Add long-running snapshots to stress tests (#6171) 5 years ago
Levi Tamasi bd8404feff Do not schedule memtable trimming if there is no history (#6177) 5 years ago
Maysam Yabandeh 349bd3ed82 CancelAllBackgroundWork before Close in db stress (#6174) 5 years ago
Adam Retter edbf0e2d90 Env should also load the native library (#6167) 5 years ago
Levi Tamasi 0d2172f128 Make it possible to enable periodic compactions for BlobDB (#6172) 5 years ago
anand76 afa2420c2b Introduce a new storage specific Env API (#5761) 5 years ago
Peter Dillinger 58d46d1915 Add useful idioms to Random API (OneInOpt, PercentTrue) (#6154) 5 years ago
Levi Tamasi 6d54eb3dc2 Do not create/install new SuperVersion if nothing was deleted during memtable trim (#6169) 5 years ago
Kefu Chai ac304adf46 cmake: do not build tests for Release build and cleanups (#5916) 5 years ago
Maysam Yabandeh fec7302a9d Enable unordered_write in stress tests (#6164) 5 years ago
Levi Tamasi 583c6953d8 Move out valid blobs from the oldest blob files during compaction (#6121) 5 years ago
Jermy Li c2029f9716 Support concurrent CF iteration and drop (#6147) 5 years ago
myasuka 4b74035e40 Correct java docs of RocksDB options (#6123) 5 years ago
奏之章 c4ce8e637f Fix RangeDeletion bug (#6062) 5 years ago
Connor a844591201 wait pending memtable writes on file ingestion or compact range (#6113) 5 years ago
sdong 814d4e7ce0 Improve instructions to install formatter (#6162) 5 years ago
Maysam Yabandeh a796c06fef Fix build breakage from lock_guard error (#6161) 5 years ago
Adam Retter b433bbefe9 Add missing mutable DBOptions to RocksJava (#6152) 5 years ago
Levi Tamasi 3b607610df Do not update SST <-> blob file mapping if compaction failed 5 years ago
Maysam Yabandeh 8613ee2e94 Enable all txn write policies in crash test (#6158) 5 years ago
Levi Tamasi e1dfe80fe0 Mark BlobIndex::DebugString const 5 years ago
Maysam Yabandeh 1ad6fa9cc7 Enable txn in crash tests (#6155) 5 years ago
Peter Dillinger d0ad3c59d8 Fix c_test:filter for various CACHE_LINE_SIZEs (#6153) 5 years ago
奏之章 3717a88289 Fix UniversalCompaction trivial move bug (#6067) 5 years ago
ferhat elmas afdc58d478 Fix typos in history 5 years ago
Yi Wu 05a86318a7 Remove unused low_pri_write_rate_limiter_ (#6068) 5 years ago
Cheng Chang 77565d7532 Add example to show the effect of Get in snapshot isolation (#6059) 5 years ago
Yanqin Jin 383f5071f0 Add SyncWAL to db_stress (#6149) 5 years ago
sdong 7a99162a74 db_stress: sometimes call CancelAllBackgroundWork() and Close() before closing DB (#6141) 5 years ago
Adam Retter 984b6e71d6 Add Visual Studio 2015 to AppVeyor (#5446) 5 years ago
Peter Dillinger a653857178 Add PauseBackgroundWork() to db_stress (#6148) 5 years ago
Adam Simpkins 2bb5fc1280 Add an option to the CMake build to disable building shared libraries (#6122) 5 years ago
Yanqin Jin 2b060c1498 Use Env::GetChildren() instead of readdir (#6139) 5 years ago
sdong 14c38baca0 db_stress: sometimes validate compact range data (#6140) 5 years ago
Jermy Li 1dd3194f56 Fix compile error "folly/xx.h file not found" on Mac OS (#6145) 5 years ago
Peter Dillinger 6380df5e10 Vary bloom_bits in db_crashtest (#6103) 5 years ago
sdong a68dff5c35 Apply formatter to some recent commits (#6138) 5 years ago
sdong a960287dee db_stress: Some code style improvements (#6137) 5 years ago
Peter Dillinger e43d2c4424 Fix & test rocksdb_filterpolicy_create_bloom_full (#6132) 5 years ago
sdong 3c347821b7 Fix thread_local_test failure caused by recent io_uring change (#6136) 5 years ago
Ziyue Yang 7e2f831924 Fix wrong ExtractUserKey usage in BlockBasedTableBuilder::EnterUnbuff… (#6100) 5 years ago