Commit Graph

8598 Commits (7da8c067a2bf3403f6146f001006e9a6ec12f75d)
 

Author SHA1 Message Date
Peter Dillinger 7da8c067a2 Avoid heading tags in javadocs; fix EnvironmentTest (#6208) 5 years ago
Jermy Li f453bcb40d Add unit tests for concurrent CF iteration and drop (#6180) 5 years ago
sdong 02193ce406 Prevent file prefetch when mmap is enabled. (#6206) 5 years ago
Peter Dillinger dfb259e48d Fix syntax error (!) in db_crashtest.py (#6207) 5 years ago
Zhichao Cao c399704c7a Fix: remove the potential dead store variable in block_based_table_reader.cc (#6204) 5 years ago
anand76 2afea29762 Add VerifyChecksum() to db_stress (#6203) 5 years ago
Mike Kolupaev ce63eda6f0 Fix use-after-free and double-deleting files in BackgroundCallPurge() (#6193) 5 years ago
Levi Tamasi cbd58af9c3 Update HISTORY.md with recent BlobDB related changes 5 years ago
sdong 9f250dd88e crash_test: two fixes (#6200) 5 years ago
Adam Retter 2d16709487 Small tidy and speed up of the travis build (#6181) 5 years ago
解轶伦 39fcaf8246 delete superversions in BackgroundCallPurge (#6146) 5 years ago
Levi Tamasi 02aa22957a Set CompactionIterator::valid_ to false when PrepareBlobOutput indicates error 5 years ago
anand1976 1be48cb895 Fix crash in Transaction::MultiGet() when num_keys > 32 5 years ago
Yanqin Jin 7678cf2df7 Use Env::LoadEnv to create custom Env objects (#6196) 5 years ago
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