Commit Graph

398 Commits (5c930905301fce2363257a8be895a878182a63f6)

Author SHA1 Message Date
Igor Canadi a0f887c9e4 Fix compile 10 years ago
Igor Canadi 53af5d877d Redesign pending_outputs_ 10 years ago
Jonah Cohen ec101cd49a Correctly test both compaction styles in CompactionDeletionTriggerReopen 10 years ago
Yueh-Hsuan Chiang 8d87467bb0 Make PartialCompactionFailure Test more robust again. 10 years ago
Lei Jin 64d302d304 make DropWritesFlush deterministic 10 years ago
Yueh-Hsuan Chiang e526b71402 Make PartialCompactionFailure Test more robust. 10 years ago
Igor Canadi 9f20395cd6 Turn -Wshadow back on 10 years ago
sdong 367a3f9cb4 Improve DBTest.GroupCommitTest: artificially slowdown log writing to trigger group commit 10 years ago
sdong ac95ae1b5d Make sure WAL is synced for DB::Write() if write batch is empty 10 years ago
Lei Jin fd24ae9d05 SetOptions() to return status and also add it to StackableDB 10 years ago
sdong da5daa061c Replace some ASSERT_TRUE() asserts in DBTest.DynamicMemtableOptions and DynamicCompactionOptions with more specific ones 10 years ago
sdong b0cda4a116 DBTest.DynamicMemtableOptions to use single background compaction 10 years ago
sdong ac6afaf9ef Enforce naming convention of getters in version_set.h 10 years ago
sdong 09899f0b51 DB::Open() to automatically increase thread pool size if it is smaller than max number of parallel compactions or flushes 10 years ago
Lei Jin 0e526eb9d7 introduce TestMemEnv and use it in db_test 10 years ago
Igor Canadi 9f7fc3ac45 Turn on -Wshadow 10 years ago
Igor Canadi 635905481d WalManager 10 years ago
Lei Jin 065766b8d2 DynamicCompactionOptions: relax the check bound a little 10 years ago
Lei Jin 2d4fe048f4 remove dead code 10 years ago
Lei Jin 76d54530d3 minor - remove default value for ChangeFilterOptions() and ChangeCompactionOptions() 10 years ago
Lei Jin e130e88bc6 DBTest: options clean up - part 4 10 years ago
Lei Jin 34f3c5a20f DBTest: options clean up - part 3 10 years ago
Lei Jin cdc7230e4c DBTest: options clean up - part 2 10 years ago
Lei Jin 5a921b8950 DBTest: options clean up - part 1 10 years ago
Yueh-Hsuan Chiang fb3f8ffe5e Improve the robustness of PartialCompactionFailure test again. 10 years ago
Yueh-Hsuan Chiang 60fa7d1365 Improve the robustnesss of PartialCompactionFailure test. 10 years ago
Yueh-Hsuan Chiang 3772a3d09d Fix the bug where compaction does not fail when RocksDB can't create a new file. 10 years ago
Igor Canadi 48842ab316 Deprecate AtomicPointer 10 years ago
Lei Jin 122f98e0b9 dynamic max_mem_compact_level 10 years ago
Lei Jin 1fee591e74 comments for DynamicCompactionOptions test 10 years ago
Lei Jin 574028679b dynamic max_sequential_skip_in_iterations 10 years ago
Igor Canadi 4b1786e959 Fix SIGSEGV when declaring Arena after ScopedArenaIterator 10 years ago
Igor Canadi 90f156402c Fix CompactBetweenSnapshots 10 years ago
Lei Jin ff8f74c204 remove checking lower bound of level size 10 years ago
Lei Jin 2dd9bfe3a8 Sanitize block-based table index type and check prefix_extractor 10 years ago
Yueh-Hsuan Chiang 5db9e76644 Fix Mac compile error: C++11 forbids default arguments for lambda expressions 10 years ago
Lei Jin f4363fb81c Fix DynamicMemtableOptions test 10 years ago
Lei Jin 274dc81c92 fix build failure 10 years ago
Lei Jin 4d5708aa56 dynamic soft_rate_limit and hard_rate_limit 10 years ago
Lei Jin 065a67c4f0 dynamic disable_auto_compactions 10 years ago
Lei Jin dc50a1a593 make max_write_buffer_number dynamic 10 years ago
Yueh-Hsuan Chiang 5a76186340 Fixed compile error on Mac: default arguments for lambda expressions 10 years ago
Lei Jin 25f6a852e4 add db_test for changing memtable size 10 years ago
Yueh-Hsuan Chiang 89833e5a85 Fixed signed-unsigned comparison warning in db_test.cc 10 years ago
Lei Jin 5ec53f3edf make compaction related options changeable 10 years ago
Danny Al-Gaaf 091153493c db/db_test.cc: remove unused variable 10 years ago
Danny Al-Gaaf d6483af870 db/db_test.cc: reduce scope of some variables 10 years ago
Danny Al-Gaaf 53910ddb15 db_test.cc: pass parameter by reference 10 years ago
erik 827e31c746 Make test use a compatible type in the size checks. 10 years ago
Lei Jin fbd2dafc9f CompactedDBImpl::MultiGet() for better CuckooTable performance 10 years ago