Commit Graph

3268 Commits (a7aba2ef6b4e5bbb9ea525d35f4c9c365735f3ec)
 

Author SHA1 Message Date
Igor Sugak a7aba2ef6b rocksdb: Add gtest 9 years ago
Igor Sugak 95344346af rocksdb: Small refactoring before migrating to gtest 9 years ago
Igor Sugak bd4963e64d rocksdb: update reference to the latest version of clang dev in fbcode 9 years ago
Mark Callaghan 56337faf3e Fix compaction IO stats to handle large file counts 9 years ago
Adam Retter eafa1bfc3c Merge pull request #529 from fyrz/RocksJava-Logger 9 years ago
Yueh-Hsuan Chiang ac03c4d511 Merge pull request #522 from fyrz/RocksJava-Optimize-Filters-For-Hits 9 years ago
Igor Canadi c6967a1a5e Make RecordIn/RecordOut human readable 9 years ago
Mark Callaghan c8da670325 Stop printing per-level stall times. 9 years ago
fyrz 04778a94c5 [RocksJava] OptimizeFiltersForHits 9 years ago
fyrz 57f2a00c6f RocksJava - JNI Logger callback 9 years ago
fyrz 814627af3d [RocksJava] Change log level at runtime in custom logger 9 years ago
fyrz a3bd4142f2 [RocksJava] Logging JNI callback 9 years ago
Mark Callaghan 58878f1c6a Switch to use_existing_db=1 for updaterandom and mergerandom 9 years ago
Yueh-Hsuan Chiang 12134139e3 Fixed the unit-test issue in PreShutdownCompactionMiddle 9 years ago
Yueh-Hsuan Chiang fd1b3f385a Fix the issue in PreShutdownMultipleCompaction 9 years ago
Yueh-Hsuan Chiang 56c4a9c760 Fix compile warning in thread_status_util.h on Mac 9 years ago
Igor Canadi 417367c42d Fix SIGSEGV when not using cache 9 years ago
Venkatesh Radhakrishnan e25ff039c8 Prevent slowdowns and stalls in PreShutdown tests 9 years ago
Igor Canadi f690712652 Speed up db_bench shutdown 9 years ago
Yueh-Hsuan Chiang c1b3cde18a Improve the robustness of ThreadStatusSingleCompaction 9 years ago
Yueh-Hsuan Chiang 8c12426c93 Fix the deadlock issue in ThreadStatusSingleCompaction. 9 years ago
sdong b16ead531d DBTest.DynamicLevelCompressionPerLevel should not run without snappy support 9 years ago
Yueh-Hsuan Chiang a5e60bafc2 Fix a typo / test failure in ThreadStatusSingleCompaction 9 years ago
Igor Canadi cb2c91850c Don't run some tests is snappy is not present 9 years ago
Yueh-Hsuan Chiang c594b0e89d Allow GetThreadList() to report operation stage. 9 years ago
Igor Canadi 2623b2cf6d Include chrono 9 years ago
Igor Canadi 52d8347a91 EventLogger 9 years ago
Adam Retter 756532daf5 Merge pull request #524 from fyrz/RocksJava-Test-Fix 9 years ago
Adam Retter 47a2b3a406 Merge pull request #534 from fyrz/RocksJava-Fix-BrokenJacocoReport 9 years ago
Islam AbdelRahman 9d22a1f136 Allow negative Wnew 9 years ago
Yueh-Hsuan Chiang 2c84303aaa Merge pull request #528 from fyrz/RocksJava-NativeLibraryLoader 9 years ago
fyrz 2dc636f62b [RocksJava] Fix broken jacoco report 9 years ago
fyrz f210b0f6c5 [RocksJava] Fix NativeLibraryLoader 9 years ago
Sameet Agarwal 3ebebfccd8 Prevent xxhash symbols from polluting global namespace 9 years ago
stash93 53996149d4 Removing unnecessary kInlineSize 9 years ago
Venkatesh Radhakrishnan b411d06031 Prevent stalls in preshutdown tests 9 years ago
Islam AbdelRahman 1d43bc41fb Fixing segmentation fault in db_bench 9 years ago
sdong e9de8b65a6 Change the way options.compression_per_level is used when options.level_compaction_dynamic_level_bytes=true 9 years ago
Yueh-Hsuan Chiang 2b785d76b8 Fixed a bug where CompactFiles won't delete obsolete files until flush. 9 years ago
Yueh-Hsuan Chiang 6f55798683 Fixed a compile error in db_bench in mac. 9 years ago
Venkatesh Radhakrishnan 05d92efa75 Add convenience.cc to src.mk 9 years ago
sdong 2884b100ba db_bench: Better way to randomize repeated read keys in -read_random_exp_range 9 years ago
Venkatesh Radhakrishnan 284be570c8 Provide a mechanism to inform Rocksdb that it is shutting down 9 years ago
Igor Canadi 2ddf53b2ca Get OptimizeFilterForHits work on Mac 9 years ago
Venkatesh Radhakrishnan 480b284766 Fix make_new_version.sh 9 years ago
Yueh-Hsuan Chiang 89597bb66b Allow GetThreadList() to report the start time of the current operation. 9 years ago
sdong 37921b4997 db_bench: Add Option -read_random_exp_range to allow read skewness. 10 years ago
Igor Canadi 485ac0dbd0 Add rate_limiter to string options 10 years ago
Leonidas Galanis e126e0da5b Single threaded tests -> sync=0 Multi threaded tests -> sync=1 by default unless DB_BENCH_NO_SYNC is defined 10 years ago
Yueh-Hsuan Chiang dc4532c497 Add --thread_status_per_interval to db_bench 10 years ago