Commit Graph

4376 Commits (3a6643c2fd16b0078066f50c723a4cc9deed0ad7)
 

Author SHA1 Message Date
Alexey Maykov f18acd8875 Fixed the clang compilation failure 9 years ago
Sage Weil 4104e9bb67 log_reader: introduce kBadHeader; drop wal mode from ReadPhysicalRecord 9 years ago
Sage Weil 9c33f64d19 log_reader: pass in WALRecoveryMode instead of bool report_eof_inconsistency 9 years ago
Sage Weil 7188052107 db_test_util: add recycle_log_files to set of tested options 9 years ago
Sage Weil 3ac13c99d1 log_reader: pass log_number and optional info_log to ctor 9 years ago
Sage Weil 5830c699f2 log_writer: pass log number and whether recycling is enabled to ctor 9 years ago
Sage Weil 666376150c db_impl: recycle log files 9 years ago
Sage Weil d666225a0a db_impl: disable recycle_log_files if WAL archive is enabled 9 years ago
Sage Weil 543c12ab06 options: add recycle_log_file_num option 9 years ago
Sage Weil 1bcafb62f4 env: add ReuseWritableFile 9 years ago
Alexey Maykov e1a09a7703 Implementation for GetPropertiesOfTablesInRange 9 years ago
Yueh-Hsuan Chiang ad471453e8 Allow GetProperty to report the number of currently running flushes / compactions. 9 years ago
sdong 277dea78f0 Add more kill points 9 years ago
Venkatesh Radhakrishnan a98fbacfa0 Moving memtable related files from util to a new directory memtable 9 years ago
Jay Edgar 8f143e03fb Add ClearSnapshot() 9 years ago
sdong f9ba79ecd6 crash_test to trigger fail points other than file appending more frequently 9 years ago
Islam AbdelRahman 2f2de338cc Run ROCKSDB_LITE tests in travis 9 years ago
sdong 680156ca61 crash_test to run with data sync on 9 years ago
sdong e1a5ff857b Allow users to disable some kill points in db_stress 9 years ago
Islam AbdelRahman d306a7ea85 Merge pull request #773 from yuslepukhin/update_requirements 9 years ago
krad bb64d6da46 Disabling TSAN crash test 9 years ago
Dmitri Smirnov 8c2fe68fd2 Update 4 is required for building with MS Visual Studio 13 9 years ago
Islam AbdelRahman 952ad994a9 Fix db_test under ROCKSDB_LITE 9 years ago
Islam AbdelRahman 6d730b4ae7 Block tests under ROCKSDB_LITE 9 years ago
Siying Dong 5eee1ef2dd Merge pull request #770 from Vaisman/master 9 years ago
Venkatesh Radhakrishnan 63e507c59c Move ldb and sst_dump from utils to tools. 9 years ago
sdong dae49e829e Make DBTest.ReadLatencyHistogramByLevel more robust 9 years ago
Maxime Caron 92060b2153 Fix build error using Visual Studio 12 9 years ago
Vasili Svirski 9f7413502c Error while cmake by building from zip-archive 9 years ago
Islam AbdelRahman b81b2ec25d Fix benchmarks under ROCKSDB_LITE 9 years ago
Venkatesh Radhakrishnan e587dbe03a Move manual_compaction_test.cc from util to db 9 years ago
sdong 666fb5df43 Remove DefaultCompactionFilterFactory. 9 years ago
Siying Dong d662b8dab5 Merge pull request #766 from PraveenSinghRao/lockfix 9 years ago
Islam AbdelRahman f55d3009c0 Make db_test_util compile under ROCKSDB_LITE 9 years ago
Yueh-Hsuan Chiang 29a47cd2b8 Include the time unit in the comment of perf_context timers 9 years ago
Yueh-Hsuan Chiang 2b925ccb43 Correct the comments in db/internal_stats.h 9 years ago
sdong 35ad531be3 Seperate InternalIterator from Iterator 9 years ago
Praveen Rao 91c041e578 move debug variable under ifndef 9 years ago
Yueh-Hsuan Chiang 198ed58980 Merge pull request #760 from jwlent55/use-static-library-header-files 9 years ago
Praveen Rao cc4d13e0a8 Put wal_filter under #ifndef ROCKSDB_LITE 9 years ago
Yueh-Hsuan Chiang 385b416008 Merge pull request #764 from dmittendorf/fix-java-static-packaging 9 years ago
Yueh-Hsuan Chiang 7062d0ea68 Make perf_context.db_mutex_lock_nanos and db_condition_wait_nanos only measures DB Mutex 9 years ago
Islam AbdelRahman 1fe78a4073 Fix tests failing in ROCKSDB_LITE 9 years ago
Praveen Rao a6efefef79 Fix format specifiers 9 years ago
Praveen Rao f7b2a7b40b Fix format specifiers 9 years ago
Islam AbdelRahman 7f58ff7c31 Remove db_impl_debug from release build 9 years ago
dmittendorf 1ddd91cd2c Fixed packaging of java crossbuild jar by forcing all compiled binaries to be output to the java/target directory. The uber crossbuild jar is then assembled within the java/target directory. 9 years ago
Praveen Rao eb24178553 merge from master 9 years ago
Islam AbdelRahman c64ae05b1c Move TEST_NewInternalIterator to NewInternalIterator 9 years ago
Praveen Rao 59a0c219bb Adding log filter to inspect and filter log records on recovery 9 years ago