Commit Graph

199 Commits (ddfd2525d2a5f9476a8ca79f541ecade4f552ca0)

Author SHA1 Message Date
Andrew Kryczka 4c5a3232e4 Fix db_stress memory leak ASAN error 6 years ago
Dmitri Smirnov acb61b7a52 Adjust pread/pwrite to return Status 6 years ago
Andrew Kryczka 46152d53bf Second attempt at db_stress crash-recovery verification 6 years ago
Andrew Kryczka 6afe22db2e revert db_stress crash-recovery verification 6 years ago
Andrew Kryczka db36f222d8 Allow options file in db_stress and db_crashtest 6 years ago
Andrew Kryczka a4fb1f8c04 Add crash-recovery correctness check to db_stress 6 years ago
Zhongyi Xie 8a9c7f71c9 fix compilation error: implicit conversion loses integer precision 7 years ago
Maysam Yabandeh 6d06be22c0 Improve db_stress with transactions 7 years ago
Zhongyi Xie af95aecd01 use delete[] to dealloc an array 7 years ago
Zhongyi Xie 954b496b3f fix memory leak in two_level_iterator 7 years ago
Amy Tai 28087acd79 Implemented Knuth shuffle to construct permutation for selecting no_o… 7 years ago
David Lai 3be9b36453 comment unused parameters to turn on -Wunused-parameter flag 7 years ago
Phani Shekhar Mantripragada 446b32cfc3 Support for Column family specific paths. 7 years ago
Bruce Mitchener a3a3f5497c Fix some typos in comments and docs. 7 years ago
Maysam Yabandeh d060421c77 Fix a leak in prepared_section_completed_ 7 years ago
Chinmay Kamat 9fc72d6f16 Compilation fixes for powerpc build, -Wparentheses-equality error and missing header guards 7 years ago
Tamir Duberstein cd5092e168 Suppress unused warnings 7 years ago
Maysam Yabandeh 95583e1532 db_stress: skip snapshot check if cf is dropped 7 years ago
Maysam Yabandeh cd2e5cae7f WritePrepared Txn: make db_stress transactional 7 years ago
Andrew Kryczka 63f1c0a57d fix gflags namespace 7 years ago
Andrew Kryczka 4d43c6a6a4 db_stress snapshot compatibility with reopens 7 years ago
Andrew Kryczka d75793d6b4 db_stress support long-held snapshots 7 years ago
Kamalalochana Subbaiah e612e31740 Updated CRC32 Power Optimization Changes 7 years ago
Dmitri Smirnov 8fa4d108a2 Try to switch to Stduio 2017 7 years ago
Andrew Kryczka 7fbb9eccaf support disabling checksum in block-based table 7 years ago
yiwu-arbug c1384a7076 fix db_stress uint64_t to int32 cast 7 years ago
Andrew Kryczka 23593171c4 minor improvements to db_stress 7 years ago
Andrew Kryczka 7aa96db7a2 db_stress rolling active window 7 years ago
Siying Dong c281b44829 Revert "CRC32 Power Optimization Changes" 7 years ago
Kamalalochana Subbaiah 2289d38115 CRC32 Power Optimization Changes 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Andrew Kryczka c217e0b9c7 Call RateLimiter for compaction reads 7 years ago
Aaron Gao 135ee6a3fc fix tsan crash data race 7 years ago
Sagar Vemuri 85b8569ae8 Fix release build on Linux 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. 8 years ago
Aaron Gao 44fa8ece9b change use_direct_writes to use_direct_io_for_flush_and_compaction 8 years ago
Siying Dong d2dce5611a Move some files under util/ to separate dirs 8 years ago
Aaron Gao e7d902e693 add direct_io and compaction_readahead_size in db_stress 8 years ago
Sagar Vemuri eb912a927e Remove disableDataSync option 8 years ago
Andrew Kryczka 2c2ba68247 db_stress support for range deletions 8 years ago
Benoit Girard 2b16d664cb Change max_bytes_for_level_multiplier to double 8 years ago
sdong 607628d349 Support ZSTD with finalized format 8 years ago
sdong 32149059f9 Merge options source_compaction_factor, max_grandparent_overlap_bytes and expanded_compaction_factor into max_compaction_bytes 8 years ago
Yi Wu 4cc37f59e5 Introduce ClockCache 8 years ago
Islam AbdelRahman 557748ff7b Fix db_stress failure (pass merge_operator even if not used) 8 years ago
sdong d4c45428af db_stress shouldn't assert file size 0 if file creation fails 8 years ago
sdong e5b5f12b81 Change options memtable_prefix_bloom_huge_page_tlb_size => memtable_huge_page_size and cover huge page to memtable too 8 years ago
Islam AbdelRahman 68a8e6b8fa Introduce FullMergeV2 (eliminate memcpy from merge operators) 8 years ago
sdong 7b79238b65 Deprectate filter_deletes 8 years ago