Commit Graph

7105 Commits (3272bc07c6eb6b9b8f2fa644daf0a489e987f712)
 

Author SHA1 Message Date
Zhongyi Xie ad05cbb182 DB:Open should fail on tmpfs when use_direct_reads=true 7 years ago
Dmitri Smirnov 7eb292da14 Fix a memory leak in WindowsThread 7 years ago
Anand Ananthabhotla dfbe52e099 Fix the Logger::Close() and DBImpl::Close() design pattern 7 years ago
Siying Dong 30649dc6a1 Have a different function when ROCKSDB_JEMALLOC=0 7 years ago
Maysam Yabandeh 90eca1e616 WritePrepared Txn: optimize SubBatchCnt 7 years ago
Zhongyi Xie 243220d08a Update HISTORY.md to 5.12.0 7 years ago
Siying Dong 4624edc440 RocksDBOptionsParser::Parse()'s `ignore_unknown_options` argument only ingores options from higher version. 7 years ago
Igor Sugak aba3409740 Back out "[codemod] - comment out unused parameters" 7 years ago
David Lai f4a030ce81 - comment out unused parameters 7 years ago
Andrew Kryczka b092977643 BackupEngine gluster-friendly file naming convention 7 years ago
Maysam Yabandeh 828211e901 WritePrepared Txn: fix non-emptied PreparedHeap bug 7 years ago
Sagar Vemuri 8ada876dfe Add rocksdb.iterator.internal-key property 7 years ago
jsteemann e9c31ab159 save redundant key lookup in map of locked keys 7 years ago
Andrew Kryczka 1960e73e21 fix handling of empty string as checkpoint directory 7 years ago
Igor Sugak 5263da6396 fix shift UBSAN error in col_buf_encoder.cc 7 years ago
Po-Chuan Hsieh ab446dc22d Fix build with USE_RTTI=0 7 years ago
Maysam Yabandeh c178da053b WritePrepared Txn: optimizations for sysbench update_noindex 7 years ago
Mike Kolupaev 97307d888f Fix deadlock in ColumnFamilyData::InstallSuperVersion() 7 years ago
Andrew Kryczka 0454f781c2 fix advance reservation of arena block addresses 7 years ago
Yi Wu 989d12313c Legocastle job to report lite build binary size to scuba 7 years ago
Maysam Yabandeh 8eb1d445c3 Unbreak MemTableRep API change 7 years ago
jsteemann 4e7a182d09 Several small "fixes" 7 years ago
Zhongyi Xie c88c57cde1 Tweak external file ingestion seqno logic under universal compaction 7 years ago
jsteemann 6a30b98fdc fix wrong indentation 7 years ago
Fosco Marotto ba6ee1f749 Fix 2 more unused reference errors VS2017 7 years ago
Siying Dong b3c5351335 Direct I/O writable file should do fsync in Close() 7 years ago
Igor Sugak d08d05cb62 fix UBSAN errors in fault_injection_test 7 years ago
Siying Dong dadf01672a Rename one of the two LevelIterator 7 years ago
Siying Dong 74748611a8 Suppress UBSAN error in finer guanularity 7 years ago
Fosco Marotto 3c380fdffd Adding blog post for 5.10.2 release 7 years ago
Siying Dong b555ed30a4 Customized BlockBasedTableIterator and LevelIterator 7 years ago
Maysam Yabandeh 8a04ee4fd1 WritePrepared Txn: use TransactionDBWriteOptimizations (2nd attempt) 7 years ago
Andrew Kryczka ee1c802675 Add delay before flush in CompactRange to avoid write stalling 7 years ago
Andrew Kryczka 0a0fad447b db_bench separate options for partition index and filters 7 years ago
Zhongyi Xie 3f1bb07351 make flush_reason_ atomic to keep TSAN happy 7 years ago
Siying Dong ef29d2a234 Explictly fail writes if key or value is not smaller than 4GB 7 years ago
Yi Wu fe228da0a9 WritePrepared Txn: Support merge operator 7 years ago
Chinmay Kamat 9fc72d6f16 Compilation fixes for powerpc build, -Wparentheses-equality error and missing header guards 7 years ago
jsteemann d62af7fa4f fix a typo (of a potential vi user) 7 years ago
Zhongyi Xie 945f618ba5 log flush reason for better debugging experience 7 years ago
Andrew Kryczka e78715c29a Eliminate a memcpy for uncompressed blocks 7 years ago
Siying Dong a0931b3185 Fix UBSAN Error in WritePreparedTransactionTest 7 years ago
Siying Dong 821e0b1683 Disable options_settable_test in UBSAN and fix UBSAN failure in blob_… 7 years ago
Siying Dong 1336a7742d Disable alignment check in UBSAN 7 years ago
Maysam Yabandeh 8feee28020 Add skip_cc option to TransactionDB::Write 7 years ago
Maysam Yabandeh 8f8eb4f1c0 Fix leak report by asan on DuplicateKeys test 7 years ago
Yi Wu 81736d8afe WritePrepared Txn: update compaction_iterator_test and db_iterator_test 7 years ago
Zhongyi Xie 2f29991701 split RandomizedHarnessTest more ways 7 years ago
Maysam Yabandeh 88d8b2a2f5 WritePrepared Txn: Duplicate Keys, Txn Part 7 years ago
Anand Ananthabhotla 4b124fb9d3 Handle error return from WriteBuffer() 7 years ago