Commit Graph

1825 Commits (fca88f8e169e0f52ea426e99c56c95e4760868ca)

Author SHA1 Message Date
Poornima Chozhiyath Raman 7d364d0d94 Fix build failure 9 years ago
Poornima Chozhiyath Raman 960d936e83 Add function 'GetInfoLogList()' 9 years ago
sdong 7ccd1c80a7 Add two unit tests for SyncWAL() 9 years ago
sdong 3ae386eafe Add statistic histogram "rocksdb.sst.read.micros" 9 years ago
Islam AbdelRahman 9aec75fbb9 Enable DBTest.FlushSchedule under TSAN 9 years ago
sdong 8e01bd1144 Fix misplaced position for reversing iterator direction while current key is a merge 9 years ago
Andres Notzli c465071029 Removing duplicate code 9 years ago
Mike Kolupaev e06cf1a098 [wal changes 3/3] method in DB to sync WAL without blocking writers 9 years ago
Ari Ekmekji 5dc3e6881a Update Tests To Enable Subcompactions 9 years ago
Islam AbdelRahman c45a57b41e Support delete rate limiting 9 years ago
Yueh-Hsuan Chiang 241bb2aef3 Make DBCompactionTest.SkipStatsUpdateTest more stable. 9 years ago
Yueh-Hsuan Chiang 14d0bfa429 Add DBOptions::skip_sats_update_on_db_open 9 years ago
Venkatesh Radhakrishnan 20b244fcca Fix CompactFiles by adding all necessary files 9 years ago
Venkatesh Radhakrishnan 87df6295dd Make SuggestCompactRangeNoTwoLevel0Compactions deterministic 9 years ago
Ari Ekmekji 40c64434d4 Parallelize L0-L1 Compaction: Restructure Compaction Job 9 years ago
Andres Notzli 193dc977e7 Fixing dead code in table_properties_collector_test 9 years ago
agiardullo 8161bdb5a0 WriteBatch Save Points 9 years ago
Andres Notzli d06c82e477 Further cleanup of CompactionJob and MergeHelper 9 years ago
Andres Notzli e95c59cd2f Count number of corrupt keys during compaction 9 years ago
Poornima Chozhiyath Raman 1bdfcef7bf Fix when output level is 0 of universal compaction with trivial move 9 years ago
sdong 82f148ef97 Fix test DBCompactionTest.PartialCompactionFailure undeterministic failure 9 years ago
Mike Kolupaev 4922af6f8d fixed DBTest.GetPropertiesOfAllTablesTest and DBTest.GetUserDefinedTablaProperties flakiness 9 years ago
Mike Kolupaev fe09a6dae3 [wal changes 2/3] write with sync=true syncs previous unsynced wals to prevent illegal data loss 9 years ago
Andres Notzli 06aebca592 Report live data size estimate 9 years ago
sdong 02b635fa38 Fix undeterministic failure of DBTest.GetPropertiesOfAllTablesTest 9 years ago
Yueh-Hsuan Chiang 7219088cda Move general compaction tests from db_test.cc to db_compaction_test.cc 9 years ago
agiardullo 064294081b Improved FileExists API 9 years ago
Yueh-Hsuan Chiang 443c6646bc Move remaining universal compaction tests from db_test.cc to db_universal_compaction_test.cc 9 years ago
Yueh-Hsuan Chiang 7462286d33 Move in-place-update related tests from db_test.cc to db_inplace_update_test.cc 9 years ago
Yueh-Hsuan Chiang 331954ab83 Fixed DBTestUniversalManualCompactionOutputPathId test 9 years ago
krad a75f23eb87 Relax assertions in unit DropWrites to be more permissible 9 years ago
sdong ee80432ff8 db_bench add an option of --universal_allow_trivial_move 9 years ago
sdong 58b4209e05 Trigger non-trivial compaction in fault_injection_test 9 years ago
Islam AbdelRahman aa8ac6445b Skip unsupported tests in ROCKSDB_LITE 9 years ago
Islam AbdelRahman c06d1d8393 Make merge_test runnable in ROCKSDB_LITE 9 years ago
Islam AbdelRahman 0d1d9aeebe Block plain_table_db_test in ROCKSDB_LITE 9 years ago
Islam AbdelRahman f0fe9126f2 Fix compile for write_callback_test in ROCKSDB_LITE 9 years ago
Islam AbdelRahman cf6a7bebc8 Block cuckoo table tests in ROCKSDB_LITE 9 years ago
Islam AbdelRahman 20922c4a5a Make compaction_picker_test runnable in ROCKSDB_LITE 9 years ago
sdong 6e9fbeb27c Move rate_limiter, write buffering, most perf context instrumentation and most random kill out of Env 9 years ago
Igor Canadi 35ca59364c Don't let flushes preempt compactions 9 years ago
Ari Ekmekji 74c755c552 Added JSON manifest dump option to ldb command 9 years ago
Igor Canadi a96fcd09b7 Deprecate CompactionFilterV2 9 years ago
Andres Notzli 1d20fa9d0f Fixed and simplified merge_helper 9 years ago
sdong ac2b9367fe Fix a typo in variable 9 years ago
sdong 6c0c8dee7b Fix data loss after DB recovery by not allowing flush/compaction to be scheduled until DB opened 9 years ago
Andres Notzli e4af3bfb27 Test for compaction of corrupted keys 9 years ago
agiardullo 81d072623c move convenience.h out of utilities 9 years ago
Poornima Chozhiyath Raman beb19ad0dd Fixing delete files in Trivial move of universal compaction 9 years ago
krad c613960690 Build fix. 9 years ago