Commit Graph

471 Commits (f9cfc6a808c9dc3ab7366edb10368559155d5172)

Author SHA1 Message Date
Changyu Bi 0ff7713112 Handoff checksum during WAL replay (#10212) 2 years ago
Yanqin Jin d6b9c4ae26 Update code comment and logging for secondary instance (#10260) 2 years ago
Levi Tamasi c73d2a9d18 Add API for writing wide-column entities (#10242) 2 years ago
Yanqin Jin 725df120e9 Fix race condition between file purge and backup/checkpoint (#10187) 2 years ago
Baptiste Lemaire 5879053fd0 Dynamically changeable `MemPurge` option (#10011) 2 years ago
Bo Wang c073ed7601 Fix typo in comments and code (#10233) 2 years ago
Yanqin Jin 9586dcf1ce Expose the initial logger creation error (#10223) 2 years ago
Yanqin Jin d654888b8f Refactor wal filter processing during recovery (#10214) 2 years ago
zczhu 30141461f9 Add basic kRoundRobin compaction policy (#10107) 2 years ago
Gang Liao deff48bcef Add blob source to retrieve blobs in RocksDB (#10198) 2 years ago
Andrew Kryczka d5d8920f2c Fix race condition with WAL tracking and `FlushWAL(true /* sync */)` (#10185) 2 years ago
Peter Dillinger 1aac814578 Use optimized folly DistributedMutex in LRUCache when available (#10179) 2 years ago
Andrew Kryczka 5d6005c780 Add WriteOptions::protection_bytes_per_key (#10037) 2 years ago
Peter Dillinger 3d358a7e25 Fix handling of accidental truncation of IDENTITY file (#10173) 2 years ago
Changyu Bi 9882652b0e Verify write batch checksum before WAL (#10114) 2 years ago
iseki 40dfa26049 Fix C4702 on windows (#10146) 2 years ago
mpoeter 77f4799515 Fix potential leak when reusing PinnableSlice instances. (#10166) 2 years ago
Yanqin Jin 1777e5f7e9 Snapshots with user-specified timestamps (#9879) 2 years ago
Yu Zhang 693dffd8e8 Return try again when full_history_ts_low is higher than requested ts (#10126) 2 years ago
zczhu b6de139df5 Handle "NotSupported" status by default implementation of Close() in … (#10127) 2 years ago
zczhu 3ee6c9baec Consolidate manual_compaction_paused_ check (#10070) 2 years ago
Yu Zhang a101c9de60 Return "invalid argument" when read timestamp is too old (#10109) 2 years ago
Yanqin Jin 3e02c6e05a Point-lookup returns timestamps of Delete and SingleDelete (#10056) 2 years ago
Yanqin Jin d739de63e5 Fix a bug in WAL tracking (#10087) 2 years ago
Zichen Zhu 65893ad959 Explicitly closing all directory file descriptors (#10049) 2 years ago
Jay Zhuang 5864900cf4 Get current LogFileNumberSize the same as log_writer (#10086) 2 years ago
Akanksha Mahajan d04df2752a Persist the new MANIFEST after successfully syncing the new WAL during recovery (#9922) 2 years ago
Yanqin Jin 7c8c803938 Remove unused variable `single_column_family_mode_` (#10078) 2 years ago
Yanqin Jin 514f0b0937 Fail DB::Open() if logger cannot be created (#9984) 2 years ago
Gang Liao e228515740 Pass the size of blob files to SstFileManager during DB open (#10062) 2 years ago
Yu Zhang 8c4ea7b851 Add timestamp support to secondary instance (#10061) 2 years ago
sdong 356f8c5d81 FindObsoleteFiles() to directly check whether candidate files are live (#10040) 2 years ago
Changyu Bi b0e190604b Update VersionSet last seqno after LogAndApply (#10051) 2 years ago
Yu Zhang d4081bf0be Add timestamp support to CompactedDBImpl (#10030) 2 years ago
sdong bea5831bff Move three info logging within DB Mutex to use log buffer (#10029) 2 years ago
Yu Zhang 16bdb1f999 Add timestamp support to DBImplReadOnly (#10004) 2 years ago
anand76 57997ddaaf Multi file concurrency in MultiGet using coroutines and async IO (#9968) 2 years ago
Jay Zhuang c6d326d3d7 Track SST unique id in MANIFEST and verify (#9990) 2 years ago
Jay Zhuang b84e3363f5 Add table_properties_collector_factories override (#9995) 2 years ago
Yanqin Jin b58a1a035b Revert "Bugfix/fix manual flush blocking bug (#9893)" (#9992) 2 years ago
Akanksha Mahajan 6442a62e46 Update WAL corruption test so that it fails without fix (#9942) 2 years ago
sdong 736a7b5433 Remove own ToString() (#9955) 2 years ago
Otto Kekäläinen b7aaa98762 Fix various spelling errors still found in code (#9653) 2 years ago
sdong 49628c9a83 Use std::numeric_limits<> (#9954) 2 years ago
Changyu Bi 37f490834d Specify largest_seqno in VerifyChecksum (#9919) 2 years ago
Anvesh Komuravelli aafb377bb5 Update protection info on recovered logs data (#9875) 2 years ago
Andrew Kryczka c5d367f472 Revert open logic changes in #9634 (#9906) 2 years ago
RoeyMaor 6d2577e567 Bugfix/fix manual flush blocking bug (#9893) 2 years ago
Yanqin Jin fe63899d1a Add checks to GetUpdatesSince (#9459) 2 years ago
Yanqin Jin 0bd4dcde6b CompactionIterator sees consistent view of which keys are committed (#9830) 2 years ago