Commit Graph

1335 Commits (344edbb044ff5c08a43e4a6e9344c5c861552c0e)

Author SHA1 Message Date
Yueh-Hsuan Chiang 344edbb044 Fixed the shadowing in db/compaction.cc and include/rocksdb/db.h 10 years ago
Yueh-Hsuan Chiang b8b3903429 Fixed compile error in db/db_impl.cc 10 years ago
Yueh-Hsuan Chiang b622ba5d6b Fixed compile error in db/flush_job.cc 10 years ago
Yueh-Hsuan Chiang 642ac9d8ab Fixed compile error in db/compaction.cc and db/compaction_picker.cc 10 years ago
Igor Canadi 68effa0348 Fix -Wshadow for tools 10 years ago
Yueh-Hsuan Chiang 8447861896 Fixed -WShadow errors in db/db_test.cc and include/rocksdb/metadata.h 10 years ago
Yueh-Hsuan Chiang 28c82ff1b3 CompactFiles, EventListener and GetDatabaseMetaData 10 years ago
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
Shi Feng ea18b944a7 Add db_bench option --report_file_operations 10 years ago
sdong 2ea1219eb6 Fix RecordIn and RecordDrop stats 10 years ago
Lei Jin fd24ae9d05 SetOptions() to return status and also add it to StackableDB 10 years ago
Lei Jin b1267750fb fix the asan check 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
Yueh-Hsuan Chiang 8810850dd4 Apply InfoLogLevel to the logs in db/compaction_job.cc 10 years ago
Yueh-Hsuan Chiang d8e1196635 Apply InfoLogLevel to the logs in db/version_set.cc 10 years ago
Yueh-Hsuan Chiang 2a019f1d03 Apply InfoLogLevel to the logs in db/wal_manager.cc 10 years ago
Yueh-Hsuan Chiang 469d474ba0 Apply InfoLogLevel to the logs in db/db_impl.cc 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
sdong 86905e3cbb Move VersionBuilder logic to a separate .cc file 10 years ago
Igor Canadi 74eb4fbe93 CompactionJob 10 years ago
Lei Jin 0e526eb9d7 introduce TestMemEnv and use it in db_test 10 years ago
Lei Jin 5594d446ff unfriend DBImpl and InternalStats from VersionStorageInfo 10 years ago
Lei Jin 82e3ae5403 fix c_test 10 years ago
sdong c645250ee0 CompactionStats to support larger value of RecordIn and RecordDrop 10 years ago
sdong f7e6c856ab Fix BaseReferencedVersionBuilder's destructor order 10 years ago
Igor Canadi 9f7fc3ac45 Turn on -Wshadow 10 years ago
sdong 4d2ba38b65 Make VersionBuilder unit testable 10 years ago
Yueh-Hsuan Chiang 2b1f23dcae Apply InfoLogLevel to the logs in db/db_iter.cc 10 years ago
sdong c5db7f2605 Fix CompactionPickerTest.Level1Trigger2 10 years ago
Igor Canadi 635905481d WalManager 10 years ago
sdong c3dd0f75da comparator_db_test to cover more irregular comparators 10 years ago
Lei Jin 065766b8d2 DynamicCompactionOptions: relax the check bound a little 10 years ago
sdong 5c82a8837e Add a test in compaction_picker_test to test the max score 10 years ago
sdong 86de2007b8 Add ComparatorDBTest to test non-default comparators 10 years ago
sdong 76d1c28e82 Make CompactionPicker more easily tested 10 years ago
Yueh-Hsuan Chiang 01e6f85098 Apply InfoLogLevel to the logs in db/transaction_log_impl.h 10 years ago
Yueh-Hsuan Chiang 082e49ba82 Apply InfoLogLevel to the logs in db/repair.cc 10 years ago
Yueh-Hsuan Chiang c4b468000b Apply InfoLogLevel to the logs in db/flush_job.cc 10 years ago
Yueh-Hsuan Chiang 34d436b7db Apply InfoLogLevel to the logs in db/column_family.cc 10 years ago
Yueh-Hsuan Chiang cda9943f9f Apply InfoLogLevel to the logs in db/compaction_picker.cc 10 years ago