Commit Graph

779 Commits (1cbc96d236bc7d15553b3a1131fd6d30e637fe56)

Author SHA1 Message Date
Andrew Kryczka 82137f0ce8 Add unit test for WAL corruption 7 years ago
Maysam Yabandeh 7429b20e39 WritePrepared Txn: fix race condition on publishing seq 7 years ago
Rohan Rathi fa8c050e9f Fixed buffer overrun in BackupEngineImpl::BackupMeta::StoreToFile 7 years ago
Yi Wu f1b7b790c9 BlobDB: Fix BlobDBImpl::GCFileAndUpdateLSM issues 7 years ago
Andrew Kryczka 0cdaa1a804 Fix WAL corruption from checkpoint/backup race condition 7 years ago
Yi Wu 449627f0ea Blob DB: remove unreacheable code 7 years ago
Javeme Lee f6156fb558 Support StringAppendOperator(delimiter_char) constructor in java-api 7 years ago
Bruce Mitchener a3a3f5497c Fix some typos in comments and docs. 7 years ago
Bruce Mitchener 0de710f5b8 Use nullptr instead of NULL / 0 more consistently. 7 years ago
amytai 0a3db28d98 Disallow compactions if there isn't enough free space 7 years ago
Dmitri Smirnov c364eb42b5 Windows cumulative patch 7 years ago
Yi Wu b864bc9b5b Blob DB: Improve FIFO eviction 7 years ago
Pooya Shareghi 0a2354ca8f Added bytes XOR merge operator 7 years ago
Maysam Yabandeh 62277e15c3 WritePrepared Txn: Move DuplicateDetector to util 7 years ago
Andrew Kryczka 5d68243e61 Comment out unused variables 7 years ago
Maysam Yabandeh 680864ae54 WritePrepared Txn: Fix bug with duplicate keys during recovery 7 years ago
Yi Wu 1209b6db5c Blob DB: remove existing garbage collection implementation 7 years ago
Maysam Yabandeh d060421c77 Fix a leak in prepared_section_completed_ 7 years ago
Maysam Yabandeh 90eca1e616 WritePrepared Txn: optimize SubBatchCnt 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
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
jsteemann 4e7a182d09 Several small "fixes" 7 years ago
jsteemann 6a30b98fdc fix wrong indentation 7 years ago
Maysam Yabandeh 8a04ee4fd1 WritePrepared Txn: use TransactionDBWriteOptimizations (2nd attempt) 7 years ago
Siying Dong a0931b3185 Fix UBSAN Error in WritePreparedTransactionTest 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
Maysam Yabandeh 88d8b2a2f5 WritePrepared Txn: Duplicate Keys, Txn Part 7 years ago
Tamir Duberstein cd5092e168 Suppress unused warnings 7 years ago
Yi Wu e62a763752 Blob DB: miscellaneous changes 7 years ago
Maysam Yabandeh ec225d2e97 Make WithParamInterface virtual in transaction_test 7 years ago
Andrew Kryczka f3fe6f883b fix for checkpoint directory with trailing slash(es) 7 years ago
Maysam Yabandeh 3073b1c573 Split SnapshotConcurrentAccessTest into 20 sub tests 7 years ago
Mark Isaacson b8eb32f8cf Suppress lint in old files 7 years ago
Yi Wu 7e3d3326ce Blob DB: dump blob_db_options.min_blob_size 7 years ago
Yi Wu f2f034ef3b Blob DB: fix crash when DB full but no candidate file to evict 7 years ago
jonasf 4decff6fa8 Add possibility to change ttl on open DB 7 years ago
Andrew Kryczka bafec6bb30 Fix checkpoint_test directory setup/cleanup 7 years ago
Maysam Yabandeh 00b33c2474 WritePrepared Txn: address some pending TODOs 7 years ago
Yi Wu 30a017feca Blob DB: avoid having a separate read of checksum 7 years ago
Maysam Yabandeh 1c9ada59cc Remove assert(s.ok()) from ::DeleteFile 7 years ago
Yi Wu e763e1b623 BlobDB: dump blob db options on open 7 years ago
Yi Wu 48cf8da2bb BlobDB: update blob_db_options.bytes_per_sync behavior 7 years ago