Commit Graph

1285 Commits (e6d4b006b69a7eef770f8d60fa261693944dd403)
 

Author SHA1 Message Date
sdong 839c8ecfcd Fix bad merge of D16791 and D16767 10 years ago
Lei Jin 86ba3e24e3 make assert based on FLAGS_prefix_size 10 years ago
sdong bd45633b71 Fix data race against logging data structure because of LogBuffer 10 years ago
Lei Jin 02dab3be11 fix db_stress test 10 years ago
sdong 6c66bc08d9 Temp Fix of LogBuffer flushing 10 years ago
Igor Canadi cb9802168f Add a comment after SignalAll() 10 years ago
sdong 01dcef114b Env to add a function to allow users to query waiting queue length 10 years ago
Igor Canadi d5de22dc09 Call PurgeObsoleteFiles() only when HaveSomethingToDelete() 10 years ago
Igor Canadi 9db8c4c556 Fix share_table_files bug 10 years ago
sdong fac58c0504 DBTest: remove perf_context's time > 0 check 10 years ago
Haobo Xu a91aed615a [RocksDB] Minor cleanup of PurgeObsoleteFiles 10 years ago
Lei Jin 8d007b4aaf Consolidate SliceTransform object ownership 10 years ago
Haobo Xu 9e0e6aa7f6 [RocksDB] make sure KSVObsolete does not get accessed as a valid pointer. 10 years ago
Lei Jin cff908db09 fix ldb_test TtlPutGet test 10 years ago
Igor Canadi b04c75d244 Dump options in backupable DB 10 years ago
Haobo Xu 66da467983 [RocksDB] LogBuffer Cleanup 10 years ago
Igor Canadi 04d2c26e17 Add option verify_checksums_in_compaction 10 years ago
Lei Jin e5fa4944fc use CAS when returning SuperVersion to ThreadLocal 10 years ago
Igor Canadi ebe2527f9a Merge pull request #94 from yumiOS/modify_ftruncate_warning 10 years ago
Yumikiyo Osanai 056a0286d2 Modify the compile error about ftruncate() 10 years ago
Igor Canadi eec8695206 Delete local sv when destroying DB from stress test 10 years ago
Kai Liu 566f18e6ad More precise calculation of sub_index_size 10 years ago
sdong e1f52b6a22 Fix Valgrind error introduced by D16515 10 years ago
Igor Canadi 26ac5603f4 Truncate unused space on PosixWritableFile::Close() 10 years ago
Igor Canadi 9c8ad62691 DB Sanity Test 10 years ago
Kai Liu abeee9f2cb Make sure GetUniqueID releated tests run on "regular" storage 10 years ago
sdong ecb1ffa2a8 Buffer info logs when picking compactions and write them out after releasing the mutex 10 years ago
sdong 4405f3a000 Allow user to specify log level for info_log 10 years ago
Igor Canadi 8ca30bd51b Merge pull request #47 from mlin/kCompactionStopStyleSimilarSize 10 years ago
Lei Jin 04298f8c33 output perf_context in db_bench readrandom 10 years ago
Lei Jin 64138b5d9c fix db_bench to use HashSkipList for real 10 years ago
Lei Jin 51560ba755 config max_background_flushes in db_bench 10 years ago
Igor Canadi c0ccf43648 MergingIterator assertion 10 years ago
Igor Canadi 2b5155fb29 CloseDB in BackupableDBTest to make valgrind happy 10 years ago
sdong e8ecca9e86 CleanupIteratorState() only to initialize DeletionState when super version cleanup needed 10 years ago
kailiu a01bda0997 Fix a buggy assert 10 years ago
Lei Jin a5b1d2f146 make key evenly distributed between 0 and FLAGS_num 10 years ago
Igor Canadi e3f396f1ea Some fixes to BackupableDB 10 years ago
kailiu a1d56e73ec Uncomment the unit tests in table test 10 years ago
kailiu 906f3dca72 Add a hash-index component for block 10 years ago
kailiu 6b9da48a03 Get rid of all optimization flags in debug mode 10 years ago
sdong f0ee2356af Fix issue with iterator operations in this order: Prev(), Seek(), Prev() 10 years ago
Igor Canadi 5142b37000 Fix a group commit bug in LogAndApply 10 years ago
Igor Canadi 97eddef235 Reopen DB in crash test 10 years ago
kailiu 1aeafeccac Make the Create() function comform the convention 10 years ago
Kai Liu 16d4e45c12 Fix the memory leak in table index 10 years ago
Kai Liu ff151132b3 Fix the unit test failure in devbox 10 years ago
kailiu 74939a9e13 Make the block-based table's index pluggable 10 years ago
kailiu bf86af5174 Remove the terrible hack in for flush_block_policy_factory 10 years ago
Igor Canadi 58ca641d53 Make Log::Reader more robust 10 years ago