Commit Graph

352 Commits (7b7793e97aa936264c5092b577f5ac7911409e41)

Author SHA1 Message Date
Igor Canadi 45ad75db80 Correct version of D16821 11 years ago
sdong bd45633b71 Fix data race against logging data structure because of LogBuffer 11 years ago
sdong 6c66bc08d9 Temp Fix of LogBuffer flushing 11 years ago
Igor Canadi cb9802168f Add a comment after SignalAll() 11 years ago
Igor Canadi d5de22dc09 Call PurgeObsoleteFiles() only when HaveSomethingToDelete() 11 years ago
Haobo Xu a91aed615a [RocksDB] Minor cleanup of PurgeObsoleteFiles 11 years ago
Lei Jin 8d007b4aaf Consolidate SliceTransform object ownership 11 years ago
Haobo Xu 9e0e6aa7f6 [RocksDB] make sure KSVObsolete does not get accessed as a valid pointer. 11 years ago
Haobo Xu 66da467983 [RocksDB] LogBuffer Cleanup 11 years ago
Lei Jin e5fa4944fc use CAS when returning SuperVersion to ThreadLocal 11 years ago
Igor Canadi eec8695206 Delete local sv when destroying DB from stress test 11 years ago
sdong ecb1ffa2a8 Buffer info logs when picking compactions and write them out after releasing the mutex 11 years ago
sdong e8ecca9e86 CleanupIteratorState() only to initialize DeletionState when super version cleanup needed 11 years ago
Igor Canadi 58ca641d53 Make Log::Reader more robust 11 years ago
Yueh-Hsuan Chiang a77527f2af Add ReadOptions to TransactionLogIterator. 11 years ago
Lei Jin ad0c3747cb cache SuperVersion in thread local storage to avoid mutex lock 11 years ago
Igor Canadi 4209516359 Schedule flush when waiting on flush 11 years ago
Igor Canadi 6ed450a58c DeleteFile should schedule Flush or Compaction 11 years ago
sdong e90d3f7752 First Transaction Logs Should Not Skip Storage Options Given 11 years ago
kailiu 63690625cd Expose the table properties to application 11 years ago
Siying Dong f3ae3d07cc Add more black-box tests for PlainTable and explicitly support total order mode 11 years ago
Igor Canadi ca5f1a225a CompactionContext to include is_manual_compaction 11 years ago
Lei Jin 994c327b86 IOError cleanup 11 years ago
Lei Jin 5fbf2ef42d preload table handle on Recover() when max_open_files == -1 11 years ago
Kai Liu d4b789fdee Add LIBRARY back to `make dbg` 11 years ago
Lei Jin 5b3b6549d6 use super_version in NewIterator() and MultiGet() function 11 years ago
Siying Dong d169b67680 [Performance Branch] PlainTable to encode rows with seqID 0, value type using 1 internal byte. 11 years ago
kailiu 4f6cb17bdb First phase API clean up 11 years ago
Igor Canadi dbbffbd772 Mark the log_number file number used 11 years ago
Siying Dong 56bea9f80d When using Universal Compaction, Zero out seqID in the last file too 11 years ago
Igor Canadi 3c0dcf0e25 InternalStatistics 11 years ago
Lei Jin d118707f8d set bg_error_ when background flush goes wrong 11 years ago
Mark Callaghan 90f29ccbef Update monitoring to include average time per compaction and stall 11 years ago
Igor Canadi 832158e7f7 Fsync directory after we create a new file 11 years ago
Igor Canadi 6c2ca1d3e6 Move NeedsCompaction() from VersionSet to Version 11 years ago
Igor Canadi f653fdcf5a Fixing iterator cleanup for Tailing iterator 11 years ago
Igor Canadi c583157d49 MemTableListVersion 11 years ago
Lei Jin aba2acb5ec CompactRange() to return status 11 years ago
Tomislav Novak 81c9cc9b3b Tailing iterator 11 years ago
Igor Canadi 6fe9b57748 Refactor Recover() code 11 years ago
Mark Callaghan 4e8321bfea Boost access before mutex is unlocked 11 years ago
Igor Canadi 83681bf9ef Statistics code cleanup 11 years ago
Mark Callaghan 439e36db21 Fix SlowdownAmount 11 years ago
Mike Lin b1194f4903 Minor compaction logging improvements 11 years ago
Igor Canadi 2f4eda7890 Move functions from VersionSet to Version 11 years ago
Igor Canadi 65a8a52b54 Decrease reliance on VersionSet::NumberLevels() 11 years ago
Siying Dong 9b51af5a17 [RocksDB Performance Branch] DBImpl.NewInternalIterator() to reduce works inside mutex 11 years ago
Igor Canadi d9cd7a063f Fix CompactRange to apply filter to every key 11 years ago
Igor Canadi 055e6df45b VersionEdit not to take NumLevels() 11 years ago
Igor Canadi 7d9f21cf23 BuildBatchGroup -- memcpy outside of lock 11 years ago