Commit Graph

449 Commits (560906ab331e76b9625ff75af203eccc12150979)

Author SHA1 Message Date
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
Jay Zhuang dc1c90c4e3 Support canceling running RemoteCompaction on remote side (#9725) 2 years ago
Peter Dillinger efd035164b Meta-internal folly integration with F14FastMap (#9546) 2 years ago
Jay Zhuang f934a0af46 Add event listener support on remote compactor side (#9821) 2 years ago
Akanksha Mahajan ae82d91492 Remove corrupted WAL files in kPointRecoveryMode with avoid_flush_duing_recovery set true (#9634) 2 years ago
Yanqin Jin 0ad9ee30ce Remove dead code (#9825) 2 years ago
Andrew Kryczka 04623e7cd4 Fix GetMergeOperands() heap-use-after-free on flushed memtable (#9805) 2 years ago
Yanqin Jin 1a1c5bda23 Disallow commit-time-batch for write-prepared/write-unprepared txn conditionally (#9794) 2 years ago
sdong bbcf7b192c Fix DB::Open() error logging (#9784) 3 years ago
Yanqin Jin de9df6e818 Do not release and re-acquire dbmutex on memtable-switch if no listener (#9758) 3 years ago
Peter Dillinger 105d7f0c7c Document SetOptions API (#9778) 3 years ago
Peter Dillinger cad809978a Fix heap use-after-free race with DropColumnFamily (#9730) 3 years ago
Yanqin Jin e0c84aa0dc Fix a race condition in WAL tracking causing DB open failure (#9715) 3 years ago
Yanqin Jin 29bec740f5 Return invalid argument if batch is null (#9744) 3 years ago
duyuqi cbe303c19b fix a bug, c api, if enable inplace_update_support, and use create sn… (#9471) 3 years ago
Yanqin Jin b2aacaf923 Fix assertion error by doing comparison with mutex (#9717) 3 years ago
anand76 a88d8795ec Expand auto recovery to background read errors (#9679) 3 years ago
Jay Zhuang 2c8100e60e Fix a race condition when disable and enable manual compaction (#9694) 3 years ago
Yanqin Jin 6a76008369 Fix TSAN caused by calling `rend()` and `pop_front()`. (#9698) 3 years ago
Yanqin Jin bbdaf63d0f Fix a TSAN-reported bug caused by concurrent accesss to std::deque (#9686) 3 years ago
Jay Zhuang 4dff279b19 DisableManualCompaction may fail to cancel an unscheduled task (#9659) 3 years ago
Jay Zhuang 09b0e8f2c7 Fix a timer crash caused by invalid memory management (#9656) 3 years ago
slk 95305c44a1 Add OpenAndTrimHistory API to support trimming data with specified timestamp (#9410) 3 years ago