Commit Graph

4421 Commits (e8180f9901e79ebb1dc6b95fd057210f0c041c7c)
 

Author SHA1 Message Date
Alex Yang e8180f9901 added public api to schedule flush/compaction, code to prevent race with db::open 9 years ago
Islam AbdelRahman 19b1201b2b Merge pull request #865 from yuslepukhin/fix_db_table_properties_test 9 years ago
yuslepukhin e0de7ef87b Avoid empty ranges vector with subsequent zero element access 9 years ago
Yueh-Hsuan Chiang a330f0b3bb Fix incorrect merge in db/db_compaction_test.cc 9 years ago
Yueh-Hsuan Chiang bd7a49d448 Make DBCompactionTestWithParam::CompactionTrigger more deterministic 9 years ago
sdong bcd7bd1229 Relax verification condition of DBTest.SuggestCompactRangeTest 9 years ago
sdong f9103d9a30 DBTest.DynamicCompactionOptions: More deterministic and readable 9 years ago
sdong 0ad68518bb Fix DBCompactionTestWithParam.CompactionTrigger in non-jemalloc build. 9 years ago
sdong 459c7fba36 Revert previous behavior of internal_key_skipped_count 9 years ago
agiardullo 481f9edb15 Fix CLANG build 9 years ago
Yueh-Hsuan Chiang d7421c22f8 Fixed some typos in the comments of rocksdb options file example 9 years ago
sdong ef8ed3681c Fix DBTest.SuggestCompactRangeTest for disable jemalloc case 9 years ago
sdong db320b1b82 DB to only flush the column family with the largest memtable while option.db_write_buffer_size is hit 9 years ago
Siying Dong 4a009f9172 Merge pull request #860 from SherlockNoMad/BuildFix 9 years ago
SherlockNoMad b4efaebff0 Fix ms version Appveyor build error 9 years ago
sdong d27ea4c9e5 Initialize options.row_cache 9 years ago
Islam AbdelRahman 72930485b5 Fix clang build 9 years ago
sdong 6bbfa1874b BackupDB to have a mode to use file size in file name 9 years ago
Igor Canadi f3ea00bc85 Merge pull request #856 from ceph/wip-env 9 years ago
Sage Weil 4cedd6b038 EnvWrapper: add ReuseWritableFile 9 years ago
sdong 33e0c93826 Reduce extra key comparision in DBIter::Next() 9 years ago
Nathan Bronson 9a9d4759b2 InlineSkipList part 3/3 - new skiplist type that colocates key and node 9 years ago
Nathan Bronson 5201729545 InlineSkipList - part 2/3 9 years ago
Nathan Bronson 78812ec6bf InlineSkipList - part 1/3 9 years ago
Igor Canadi ffb466da4e Merge pull request #855 from yuslepukhin/enable_3rdparty_override 9 years ago
Dmitri Smirnov 10d257d643 Enable override to 3rd party linkage 9 years ago
agiardullo c5b467306d Fix race condition that causes valgrind failures 9 years ago
Siying Dong efb01a055a Merge pull request #850 from yuslepukhin/enable_2015_build 9 years ago
Venkatesh Radhakrishnan 81be49c755 Have a way for compaction filter to ignore snapshots 9 years ago
yuslepukhin 047bd22aae Build on Visual Studio 2015 Update 1 9 years ago
Islam AbdelRahman 88e0527724 Reduce moving memory in LDB::ScanCommand 9 years ago
Siying Dong 890f44f46e Merge pull request #844 from yuslepukhin/enable_C4804_unsafe_bool 9 years ago
sdong 9d0b8f19d9 plain table reader: avoid re-read the same position for index and data in non-mmap mode 9 years ago
Dmitri Smirnov 89bacb7e7d Enable MS Warning C4804 : unsafe use of type 'bool' in operation 9 years ago
sdong d5239f8709 build_tools/fbcode_config4.8.1.sh: upgrade versions of some dependencies 9 years ago
sdong c4ebb66d61 Not to build forward_iterator_bench now 9 years ago
Siying Dong c342549d00 Merge pull request #841 from yuslepukhin/fix_test_rerun_logic 9 years ago
Dmitri Smirnov 7cb1293b60 Fix log names when scheduling runs and reruns 9 years ago
sdong 51fce92e11 "ldb compact" should force bottommost level compaction 9 years ago
Siying Dong f831641204 Merge pull request #837 from yuslepukhin/rerun_concurrency_value 9 years ago
Islam AbdelRahman 4159ab8169 Merge pull request #839 from SherlockNoMad/memtableOption 9 years ago
sdong 6170fec251 Fix build broken by previous commit of "option helper refactor" 9 years ago
Siying Dong 3a6643c2fd Merge pull request #805 from SherlockNoMad/OptionHelperFix 9 years ago
sdong 189b3e03df Fix uninitilizeded SpecialEnv::time_elapse_only_sleep_ 9 years ago
sdong d5540e18e6 DBTest.MergeTestTime to only use fake time to be determinstic 9 years ago
SherlockNoMad bd7be035e0 Support Memtable Factory Parse in option_helper.cc 9 years ago
Dmitri Smirnov 94e39e2364 Exclude DBTest.FileCreationRandomFailure as a long running test 9 years ago
Yueh-Hsuan Chiang 4189c0f9aa Fix Java Makefile 9 years ago
Islam AbdelRahman 605a24d94e Block forward_iterator_bench under MAC and Windows 9 years ago
Dmitri Smirnov 2a0510c9f4 Failed tests must be rerun with concurrency 1 9 years ago