Commit Graph

6874 Commits (8a04ee4fd1995aa48965b9ce9d3a5f0d164b8002)
 

Author SHA1 Message Date
Maysam Yabandeh 8a04ee4fd1 WritePrepared Txn: use TransactionDBWriteOptimizations (2nd attempt) 6 years ago
Andrew Kryczka ee1c802675 Add delay before flush in CompactRange to avoid write stalling 6 years ago
Andrew Kryczka 0a0fad447b db_bench separate options for partition index and filters 6 years ago
Zhongyi Xie 3f1bb07351 make flush_reason_ atomic to keep TSAN happy 6 years ago
Siying Dong ef29d2a234 Explictly fail writes if key or value is not smaller than 4GB 6 years ago
Yi Wu fe228da0a9 WritePrepared Txn: Support merge operator 6 years ago
Chinmay Kamat 9fc72d6f16 Compilation fixes for powerpc build, -Wparentheses-equality error and missing header guards 6 years ago
jsteemann d62af7fa4f fix a typo (of a potential vi user) 6 years ago
Zhongyi Xie 945f618ba5 log flush reason for better debugging experience 6 years ago
Andrew Kryczka e78715c29a Eliminate a memcpy for uncompressed blocks 6 years ago
Siying Dong a0931b3185 Fix UBSAN Error in WritePreparedTransactionTest 6 years ago
Siying Dong 821e0b1683 Disable options_settable_test in UBSAN and fix UBSAN failure in blob_… 6 years ago
Siying Dong 1336a7742d Disable alignment check in UBSAN 6 years ago
Maysam Yabandeh 8feee28020 Add skip_cc option to TransactionDB::Write 6 years ago
Maysam Yabandeh 8f8eb4f1c0 Fix leak report by asan on DuplicateKeys test 6 years ago
Yi Wu 81736d8afe WritePrepared Txn: update compaction_iterator_test and db_iterator_test 6 years ago
Zhongyi Xie 2f29991701 split RandomizedHarnessTest more ways 6 years ago
Maysam Yabandeh 88d8b2a2f5 WritePrepared Txn: Duplicate Keys, Txn Part 6 years ago
Anand Ananthabhotla 4b124fb9d3 Handle error return from WriteBuffer() 6 years ago
Agam Brahma c3401846ef Minor typo in comment (s/pro/pri) 6 years ago
Mike Kolupaev cb5b8f2090 Fix use-after-free in tailing iterator with merge operator 6 years ago
Tamir Duberstein cd5092e168 Suppress unused warnings 6 years ago
Ben Clay a247617e6f Java: Add copy constructors for various option classes 6 years ago
Prashant D 6e5b341e8b options: Fix coverity issues 6 years ago
Jun Wu e502839e25 crc32: suppress -Wimplicit-fallthrough warnings 6 years ago
Fosco Marotto ba8aa8fdc8 Upgrade Appveyor to VS2017 6 years ago
Andrew Kryczka b78ed0460b fix ReadaheadRandomAccessFile/iterator prefetch bug 6 years ago
Maysam Yabandeh 813719e952 WritePrepared Txn: Duplicate Keys, Memtable part 6 years ago
Yi Wu e62a763752 Blob DB: miscellaneous changes 6 years ago
Andrew Kryczka 1edac32b77 Update rocksdb.read.block.get.micros when block cache disabled 6 years ago
Zhongyi Xie 5eccf0b9d5 add -fno-sanitize-recover option to force exit on errors 6 years ago
Fosco Marotto 6efa8e270c Update endif/else behavior for unreachable code error on Windows. 6 years ago
Fosco Marotto 5400800a56 Work around VS2017 warning for unused reference 6 years ago
Andrew Kryczka ab5ab36ac2 fix DBTest2.ReadAmpBitmapLiveInCacheAfterDBClose file ID support check 7 years ago
Maysam Yabandeh ec225d2e97 Make WithParamInterface virtual in transaction_test 7 years ago
Huachao Huang ab43ff58b5 Delete files in multiple ranges at once 7 years ago
Fosco Marotto 77dc069eb9 Change size_t cast in table_test 7 years ago
Andrew Kryczka f3fe6f883b fix for checkpoint directory with trailing slash(es) 7 years ago
Yi Wu 4bdf06e78f Fix DBFlushTest::ManualFlushWithMinWriteBufferNumberToMerge dead lock 7 years ago
Maysam Yabandeh 3073b1c573 Split SnapshotConcurrentAccessTest into 20 sub tests 7 years ago
Sagar Vemuri e6605e5302 Tests for dynamic universal compaction options 7 years ago
Zhongyi Xie 3fe0937180 Use block cache to track memory usage when ReadOptions.fill_cache=false 7 years ago
Siying Dong e2d4b0efb1 db_bench: sanity check CuckooTable with mmap_read option 7 years ago
Mark Isaacson b8eb32f8cf Suppress lint in old files 7 years ago
Andrew Kryczka 9f7ccc8445 fix db_bench filluniquerandom key count assertion 7 years ago
Mamy Ratsimbazafy 3f666f79af Add Nim to the list of language bindings 7 years ago
Ben Darnell 65cd6cd4b6 Rewrite comments on use_fsync option 7 years ago
Maysam Yabandeh 46acdc9883 Split HarnessTest_Randomized to avoid timeout 7 years ago
Yi Wu 439855a774 StackableDB optionally take shared ownership of the underlying DB 7 years ago
Maysam Yabandeh 4927b4e662 Rounddown in FilePrefetchBuffer::Prefetch 7 years ago