Commit Graph

131 Commits (6e97d4de00623209400f275b3f8e4a85dd1171fb)

Author SHA1 Message Date
Maysam Yabandeh 8a04ee4fd1 WritePrepared Txn: use TransactionDBWriteOptimizations (2nd attempt) 8 years ago
Maysam Yabandeh 8f8eb4f1c0 Fix leak report by asan on DuplicateKeys test 8 years ago
Maysam Yabandeh 88d8b2a2f5 WritePrepared Txn: Duplicate Keys, Txn Part 8 years ago
Maysam Yabandeh 00b33c2474 WritePrepared Txn: address some pending TODOs 8 years ago
Maysam Yabandeh 36911f55dd WritePrepared Txn: stress test 8 years ago
Maysam Yabandeh 53863b76f9 WritePrepared Txn: fix bug with Rollback seq 8 years ago
Maysam Yabandeh 2515266725 WritePrepared Txn: Refactoring TrackKeys 8 years ago
Maysam Yabandeh 857adf388f WritePrepared Txn: Refactor conf params 8 years ago
Manuel Ung e03377c7fd Add lock wait time as a perf context counter 8 years ago
Maysam Yabandeh 02693f64fc WritePrepared Txn: ValidateSnapshot 8 years ago
Maysam Yabandeh 17731a43a6 WritePrepared Txn: Optimize for recoverable state 8 years ago
Maysam Yabandeh 63822eb761 Enable two write queues for transactions 8 years ago
Dmitri Smirnov ebab2e2d42 Enable MSVC W4 with a few exceptions. Fix warnings and bugs 8 years ago
Maysam Yabandeh ec6c5383d0 WritePrepared Txn: end-to-end tests 8 years ago
Maysam Yabandeh 385049baf2 WritePrepared Txn: Recovery 8 years ago
Quinn Jarrell 6a541afcc4 Make bytes_per_sync and wal_bytes_per_sync mutable 8 years ago
Yi Wu 1480e6f7cf Fix TransactionTest::SeqAdvanceTest ASAN failure 8 years ago
Maysam Yabandeh 60beefd6e0 WritePrepared Txn: Advance seq one per batch 8 years ago
Maysam Yabandeh 26ac24f199 Add more unit test to write_prepared txns 8 years ago
Maysam Yabandeh fbfa3e7a43 WriteAtPrepare: Efficient read from snapshot list 8 years ago
Maysam Yabandeh cd26af3476 Add unit test for WritePrepared skeleton 8 years ago
Archit Mishra bddd5d3630 Added mechanism to track deadlock chain 8 years ago
Maysam Yabandeh 2b259c9d49 Lower num of iterations in DeadlockCycle test 8 years ago
Sagar Vemuri 72502cf227 Revert "comment out unused parameters" 8 years ago
Victor Gao 1d7048c598 comment out unused parameters 8 years ago
Yedidya Feldblum f1a056e005 CodeMod: Prefer ADD_FAILURE() over EXPECT_TRUE(false), et cetera 8 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 8 years ago
Maysam Yabandeh 499ebb3ab5 Optimize for serial commits in 2PC 8 years ago
Yi Wu d746aead1a Suppress clang-analyzer false positive 9 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 9 years ago
Siying Dong 7534ba7bde StackableDB should pass ResetStats() 9 years ago
Manuel Ung 9300ef5455 Fix shared lock upgrades 9 years ago
Manuel Ung 1f8b119ed6 Limit maximum memory used in the WriteBatch representation 9 years ago
Yi Wu 9e44531803 Refactor WriteImpl (pipeline write part 1) 9 years ago
Dmitri Smirnov 0a4cdde50a Windows thread 9 years ago
Reid Horuff 5cf176ca15 Fix for 2PC causing WAL to grow too large 9 years ago
Dmitri Smirnov 3c233ca4ea Fix Windows environment issues 9 years ago
Maysam Yabandeh 7631734563 Fix the error in ColumnFamiliesTest 9 years ago
Daniel Black 816c1e30ca gcc-7 requires include <functional> for std::function 9 years ago
Manuel Ung 2005c88a75 Implement non-exclusive locks 9 years ago
Reid Horuff 1ca5f6d132 Fix 2PC Recovery SeqId Miscount 9 years ago
Manuel Ung 4edd39fda2 Implement deadlock detection 9 years ago
Reid Horuff 8c55bb87c8 Make Lock Info test multiple column families 9 years ago
Manuel Ung be1f1092c9 Expose transaction id, lock state information and transaction wait information 9 years ago
Wanning Jiang 78837f5d61 TableBuilder / TableReader support for range deletion 9 years ago
Aaron Gao 76a67cf741 support stackableDB as the baseDB of transactionDB 9 years ago
Islam AbdelRahman 05c5c39a7c Fix build 10 years ago
Reid Horuff a6254f2bd4 Long outstanding prepare test 10 years ago
Islam AbdelRahman 2ead115116 Fix TransactionTest.TwoPhaseMultiThreadTest under TSAN 10 years ago
Islam AbdelRahman f6aedb62c0 Fix Transaction memory leak 10 years ago