Commit Graph

826 Commits (6811fb06581e3ca0bd856a0473ee03e18e7178f2)

Author SHA1 Message Date
Nathan VanBenschoten ef7815b803 Support range deletion tombstones in IngestExternalFile SSTs (#3778) 6 years ago
Maysam Yabandeh 8581a93a6b Per-thread unique test db names (#4135) 6 years ago
Fosco Marotto 8527012bb6 Converted db/merge_test.cc to use gtest (#4114) 6 years ago
Maysam Yabandeh 537a233941 Exclude StackableDB from transaction stress tests (#4132) 6 years ago
Anand Ananthabhotla 1ea83c5de9 Reduce runtime of compact_on_deletion_collector_test (#4117) 6 years ago
Yanqin Jin 331cb63641 SetOptions Backup Race Condition (#4108) 6 years ago
Manuel Ung b9846370e9 WriteUnPrepared: Add support for recovering WriteUnprepared transactions (#4078) 6 years ago
Daniel Black 36fa49ceb5 transaction_test: -Wunused-variable with clang-7 (#4074) 6 years ago
Manuel Ung 8ad63a4b86 WriteUnPrepared: Add new WAL marker kTypeBeginUnprepareXID (#4069) 6 years ago
Maysam Yabandeh 235ab9dd32 Pin mmap files in ReadOnlyDB (#4053) 6 years ago
chouxi 818c84e116 Store timestamp in deadlock detection (#4060) 6 years ago
Manuel Ung a16e00b7b9 WriteUnPrepared Txn: Disable seek to snapshot optimization (#3955) 6 years ago
Yi Wu 6d454d7376 BlobDB: is_fifo=true also evict non-TTL blob files (#4049) 6 years ago
Yi Wu a71e467381 Blob DB: enable readahead for garbage collection (#3648) 6 years ago
Andrew Kryczka 0a5b16c7c5 Cleanup staging directory at start of checkpoint (#4035) 6 years ago
Yanqin Jin 524c6e6b72 Add file name info to SequentialFileReader. (#4026) 6 years ago
Zhongyi Xie f1592a06c2 run make format for PR 3838 (#3954) 6 years ago
Manuel Ung ab2254bedf Fix clang analyze 6 years ago
Dmitri Smirnov f4b72d7056 Provide a way to override windows memory allocator with jemalloc for ZSTD 6 years ago
Manuel Ung 01e3c30def Extend existing unit tests to run with WriteUnprepared as well 6 years ago
Manuel Ung aaac6cd16f Add write unprepared classes by inheriting from write prepared 6 years ago
Siying Dong 4dd80debd0 Remove tests from ROCKSDB_VALGRIND_RUN 6 years ago
Zhongyi Xie c3ebc75843 Move prefix_extractor to MutableCFOptions 6 years ago
Mike Kolupaev 8bf555f487 Change and clarify the relationship between Valid(), status() and Seek*() for all iterators. Also fix some bugs 6 years ago
acelyc111 42cb4775c1 Fix geo_db may seek an error key when they have the same quadkey 6 years ago
Maysam Yabandeh 66c7aa32fb Clarify the ownership of root db after TransactionDB::Open 6 years ago
Sergey Elin 3272bc07c6 Fix formatting in log message 6 years ago
Siying Dong d59549298f Skip deleted WALs during recovery 6 years ago
Maysam Yabandeh cfb86659bf WritePrepared Txn: enable rollback in stress test 6 years ago
Maysam Yabandeh 5bed8a0065 WritePrepared Txn: split SeqAdvanceConcurrentTest 6 years ago
Andrew Kryczka a8a28da215 Avoid directory renames in BackupEngine 6 years ago
Maysam Yabandeh bb2a2ec731 WritePrepared Txn: rollback via commit 6 years ago
Maysam Yabandeh c3d1e36cce WritePrepared Txn: enable TryAgain for duplicates at the end of the batch 6 years ago
Zhongyi Xie 954b496b3f fix memory leak in two_level_iterator 6 years ago
David Lai 3be9b36453 comment unused parameters to turn on -Wunused-parameter flag 6 years ago
Maysam Yabandeh d15397ba10 WritePrepared Txn: rollback_merge_operands hack 6 years ago
Maysam Yabandeh 6f5e6445d9 WritePrepared Txn: fix smallest_prep atomicity issue 6 years ago
Dmitri Smirnov 5ec382b918 Fix up backupable_db stack corruption. 6 years ago
Maysam Yabandeh bde1c1a72a WritePrepared Txn: add stats 6 years ago
Andrew Kryczka faba3fb53d protect valid backup files when max_valid_backups_to_open is set 6 years ago
Yi Wu 36a9f22931 Blob DB: blob_dump to show uncompressed values 6 years ago
Dmitri Smirnov 2a62ca1750 Make Optimistic Tx database stackable 6 years ago
Maysam Yabandeh b225de7e10 WritePrepared Txn: smallest_prepare optimization 6 years ago
Maysam Yabandeh 0377ff9dea WritePrepared Txn: make recoverable state visible after flush 6 years ago
Maysam Yabandeh 0999e9b79a WritePrepared Txn: Increase commit cache size to 2^23 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
Andrew Kryczka 82137f0ce8 Add unit test for WAL corruption 6 years ago
Maysam Yabandeh 7429b20e39 WritePrepared Txn: fix race condition on publishing seq 6 years ago
Rohan Rathi fa8c050e9f Fixed buffer overrun in BackupEngineImpl::BackupMeta::StoreToFile 6 years ago