Commit Graph

6 Commits (d6e016be6dceae99adb2c068331c90d468661873)

Author SHA1 Message Date
matthewvon 678ba5e41c SyncPoint::Process thrashes heap ... fix it (#9023) 3 years ago
sdong cda7923169 Use bloom filter to speed up sync point (#8337) 3 years ago
sdong e19908cba6 Refactor kill point (#8241) 3 years ago
Peter Dillinger 88b4210701 Remove racially charged terms "whitelist" and "blacklist" (#7008) 4 years ago
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
Siying Dong e9e0101ca4 Move test related files under util/ to test_util/ (#5377) 5 years ago
Andrew Kryczka a720401877 Avoid acquiring SyncPoint mutex when it is disabled (#3991) 6 years ago
Dmitri Smirnov 53d66df0c4 Refactor sync_point to make implementation either customizable or replaceable 6 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Aaron Gao 3e86c0f07c disable direct reads for log and manifest and add direct io to tests 7 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 7 years ago
Daniel Black 816c1e30ca gcc-7 requires include <functional> for std::function 8 years ago
Andrew Kryczka 236756f2cf Make SyncPoint return immediately when disabled 8 years ago
omegaga cd4178a015 Add a new feature to enforce a sync point only active on a thread 8 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
sdong fdbff42391 Crash test to make kill decision for every kill point 9 years ago
sdong ab0f3b964f crash_test to trigger some less frequent crash point more frequently 9 years ago
sdong e1a5ff857b Allow users to disable some kill points in db_stress 9 years ago
sdong 6e9fbeb27c Move rate_limiter, write buffering, most perf context instrumentation and most random kill out of Env 9 years ago
sdong fcb206b667 SyncPoint to allow a callback with an argument and use it to get DBTest.DynamicLevelCompressionPerLevel2 more straight-forward 9 years ago
Igor Canadi db03739340 options.level_compaction_dynamic_level_bytes to allow RocksDB to pick size bases of levels dynamically. 9 years ago
Venkatesh Radhakrishnan 8984e5f848 Fix race in sync point. 9 years ago
Igor Canadi 62551b1c4e Don't compile sync_point if NDEBUG 10 years ago
Haobo Xu 48bc0c6ad3 [RocksDB] Fix a race condition in GetSortedWalFiles 10 years ago