summaryrefslogtreecommitdiff
path: root/utilities
AgeCommit message (Expand)Author
2024-08-15Do not add unprep_seqs when WriteImpl() fails in unprepared txn (#12927)Jay Huh
2024-08-08Fix failure to clean the temporary directory due to NotFound in crash test ch...Hui Xiao
2024-08-06Fix CreateCheckpoint not handling failed CleanStagingDirectory well (#12894)Hui Xiao
2024-08-05Add a TransactionOptions to enable tracking timestamp size info inside WriteB...Yu Zhang
2024-08-02Fix file deletions in DestroyDB not rate limited (#12891)Yu Zhang
2024-07-30Make transaction name conflict check more robust (#12895)anand76
2024-07-29Add an option to toggle timestamp based validation for the whole DB (#12857)Yu Zhang
2024-07-29Handle injected write error after successful WAL write in crash test + misc (...Hui Xiao
2024-07-24Properly disable MultiCFIterator in WritePrepared/UnPreparedTxnDBs (#12883)Jay Huh
2024-07-15FaultInjectionTestFS follow-up and clean-up (#12861)Peter Dillinger
2024-07-12Support read & write with unsynced data in FaultInjectionTestFS (#12852)Peter Dillinger
2024-07-11Fix bug for recovering a prepared but not committed txn (#12856)Yu Zhang
2024-07-09Remove false-postive assertion in `FaultInjectionTestFS::RenameFile` (#12828)Hui Xiao
2024-07-09Remove unreachable code (#12846)Yu Zhang
2024-07-02Fix WAL corruption in stress test (#12834)Changyu Bi
2024-07-01Avoid unnecessary work in internal calls to GetSortedWalFiles (#12831)Peter Dillinger
2024-06-28Don't take archived log size into account when calculating log size for flush...HypenZou
2024-06-26Decouple sync fault and write injection in FaultInjectionTestFS & fix tracing...Hui Xiao
2024-06-26Revert back to previous ReadAsync error injection (#12811)Hui Xiao
2024-06-25Tag FaultInjectionIOType::kRead for FaultInjectionTestFS new read file & fix ...Hui Xiao
2024-06-24Fix nullptr access and race to fault_fs_guard (#12799)Hui Xiao
2024-06-19Inject more errors to more files in stress test (#12713)Hui Xiao
2024-06-18Enable reading un-synced data in db stress test (#12752)Hui Xiao
2024-06-18Add CompactForTieringCollector to support automatically trigger compaction fo...Yu Zhang
2024-06-12Ensure Close() before LinkFile() for WALs in Checkpoint (#12734)Peter Dillinger
2024-06-05Fix Checkpoint hard link of inactive but unsynced WAL (#12731)Peter Dillinger
2024-06-04FaultInjectionTestFS read unsynced data by default (#12729)Peter Dillinger
2024-05-31Add public API `WriteWithCallback` to support custom callbacks (#12603)Yu Zhang
2024-05-28Fix compile errors in C++23 (#12106)Jaepil Jeong
2024-05-28Rename, deprecate `LogFile` and `VectorLogPtr` (#12695)Peter Dillinger
2024-05-23Add timestamp support in dump_wal/dump/idump (#12690)Yu Zhang
2024-05-21Fix rebuilding transactions containing PutEntity (#12681)Levi Tamasi
2024-05-20Add GetEntityForUpdate to optimistic and WriteCommitted pessimistic transacti...Levi Tamasi
2024-05-18fix gcc warning about dangling-reference in backup_engine_test (#12637)raffertyyu
2024-05-10Allow disableWAL+recycle with WritePreparedTxnDB internals (#12639)Peter Dillinger
2024-05-09Support MultiGetEntity in optimistic and WriteCommitted pessimistic transacti...Levi Tamasi
2024-05-09Improve the sanity checks in (Multi)GetEntity and friends (#12630)Levi Tamasi
2024-05-07Add support for GetEntity in optimistic and WriteCommitted pessimistic transa...Levi Tamasi
2024-05-06Add PutEntity support for optimistic and WritePrepared pessimistic transactio...Levi Tamasi
2024-05-06Sync non-latest WALs during flush for 2PC, single-CF DBs (#12622)Andrew Kryczka
2024-04-18Retry DB::Open upon a corruption detected while reading the MANIFEST (#12518)anand76
2024-04-18Sanity check the keys parameter in MultiGetEntityFromBatchAndDB (#12564)Levi Tamasi
2024-04-18Reset user-facing wide-column stuctures upon deserialization failures (#12562)Levi Tamasi
2024-04-16Add MultiGetEntityFromBatchAndDB to WriteBatchWithIndex (#12539)Levi Tamasi
2024-04-15Add GetEntityFromBatchAndDB to WriteBatchWithIndex (#12533)Levi Tamasi
2024-04-12Add dump all keys for cache dumper impl (#12500)liuhu
2024-04-12Drop unsynced data in `TestFSWritableFile::Close()` (#12528)Andrew Kryczka
2024-04-11Cache dumper exit early due to deadline or max_dumped_size (#12491)liuhu
2024-04-05Add GetLiveFilesStorageInfo to legacy BlobDB (#12468)Andrew Kryczka
2024-04-04Provide an override ReuseWritableFile implementation for FaultInjectionTestFS...Yu Zhang