Commit Graph

1143 Commits (902261519e38964e77d4c36fd93ba30b1cf2f9fc)

Author SHA1 Message Date
cngzhnp 64324e329e Support pragma once in all header files and cleanup some warnings (#4339) 6 years ago
Yanqin Jin 7daae512d2 Refactor flush request queueing and processing (#3952) 6 years ago
Yanqin Jin bb5dcea98e Add path to WritableFileWriter. (#4039) 6 years ago
Mikhail Antonov 889a0553c8 VerifyChecksum() API should preserve options 6 years ago
Zhichao Cao 6d75319d95 Add tracing function of Seek() and SeekForPrev() to trace_replay (#4228) 6 years ago
Zhichao Cao 76d77205da Remove the redundant condition inclusion to avoid confusion (#4254) 6 years ago
Maysam Yabandeh caf0f53a74 Index value delta encoding (#3983) 6 years ago
Yanqin Jin 1f802773bc Update JobContext. (#3949) 6 years ago
DorianZheng f9373e2d5c Make sure to call ReleaseFileNumberFromPendingOutputs 6 years ago
Sagar Vemuri 12b6cdeed3 Trace and Replay for RocksDB (#3837) 6 years ago
Yanqin Jin 54de56844d Remove random writes from SST file ingestion (#4172) 6 years ago
DorianZheng f5e46354d2 Protect external file when ingesting (#4099) 6 years ago
Siying Dong fd45495cf5 DBImpl::IngestExternalFile() should grab mutex when releasing file number in failure case (#4189) 6 years ago
Siying Dong ddc07b40fc Remove managed iterator 6 years ago
Siying Dong 995fcf7573 Pending output file number should be released after bulkload failure (#4145) 6 years ago
Yanqin Jin 331cb63641 SetOptions Backup Race Condition (#4108) 6 years ago
Manuel Ung 8ad63a4b86 WriteUnPrepared: Add new WAL marker kTypeBeginUnprepareXID (#4069) 6 years ago
Anand Ananthabhotla 52d4c9b7f6 Allow DB resume after background errors (#3997) 6 years ago
Manuel Ung a16e00b7b9 WriteUnPrepared Txn: Disable seek to snapshot optimization (#3955) 6 years ago
Yanqin Jin 524c6e6b72 Add file name info to SequentialFileReader. (#4026) 6 years ago
zhichao-cao 3fbc865cd5 Add kOptionsStatistics to GetProperty() (#3966) 6 years ago
Zhongyi Xie c3ebc75843 Move prefix_extractor to MutableCFOptions 6 years ago
Maysam Yabandeh 46fde6b653 Fix race condition between log_.erase and log_.back 6 years ago
Maysam Yabandeh 718c1c9c1f Pass manual_wal_flush also to the first wal file 6 years ago
Dmitri Smirnov 934f96de27 Better destroydb 6 years ago
Siying Dong d59549298f Skip deleted WALs during recovery 6 years ago
Siying Dong 63c965cdb4 Sync parent directory after deleting a file in delete scheduler 6 years ago
Anand Ananthabhotla dbdaa4662e Add a stat for MultiGet keys found, update memtable hit/miss stats 6 years ago
David Lai 3be9b36453 comment unused parameters to turn on -Wunused-parameter flag 6 years ago
Phani Shekhar Mantripragada 446b32cfc3 Support for Column family specific paths. 6 years ago
Maysam Yabandeh b225de7e10 WritePrepared Txn: smallest_prepare optimization 6 years ago
Yanqin Jin 1f5def1653 Fix race condition causing double deletion of ssts 6 years ago
Maysam Yabandeh 35a4469bbf Fix race condition via concurrent FlushWAL 6 years ago
Maysam Yabandeh 3e417a6607 WritePrepared Txn: AddPrepared for all sub-batches 6 years ago
Zhongyi Xie 1cbc96d236 FlushReason improvement 6 years ago
amytai 0a3db28d98 Disallow compactions if there isn't enough free space 6 years ago
Dmitri Smirnov c364eb42b5 Windows cumulative patch 6 years ago
Andrew Kryczka 5d68243e61 Comment out unused variables 6 years ago
Andrew Kryczka 3ae0047278 skip CompactRange flush based on memtable contents 6 years ago
Anand Ananthabhotla dfbe52e099 Fix the Logger::Close() and DBImpl::Close() design pattern 6 years ago
Igor Sugak aba3409740 Back out "[codemod] - comment out unused parameters" 6 years ago
David Lai f4a030ce81 - comment out unused parameters 6 years ago
Andrew Kryczka ee1c802675 Add delay before flush in CompactRange to avoid write stalling 6 years ago
Zhongyi Xie 945f618ba5 log flush reason for better debugging experience 6 years ago
Anand Ananthabhotla 4b124fb9d3 Handle error return from WriteBuffer() 6 years ago
Huachao Huang ab43ff58b5 Delete files in multiple ranges at once 7 years ago
Yi Wu edc258127e DB::DumpSupportInfo should log all supported compression types 7 years ago
Andrew Kryczka 46e599fc6b fix live WALs purged while file deletions disabled 7 years ago
Anand Ananthabhotla d0f1b49ab6 Add a Close() method to DB to return status when closing a db 7 years ago
Changli Gao 0a7ba0e548 Fix memleak when DB::DeleteFile() 7 years ago