Commit Graph

337 Commits (4b107ceb7ebdf0d2b04443f7ced89587adc291d8)

Author SHA1 Message Date
Maysam Yabandeh 2b259c9d49 Lower num of iterations in DeadlockCycle test 7 years ago
Sagar Vemuri 72502cf227 Revert "comment out unused parameters" 7 years ago
Victor Gao 1d7048c598 comment out unused parameters 7 years ago
Yedidya Feldblum f1a056e005 CodeMod: Prefer ADD_FAILURE() over EXPECT_TRUE(false), et cetera 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Maysam Yabandeh 499ebb3ab5 Optimize for serial commits in 2PC 7 years ago
Yi Wu d746aead1a Suppress clang-analyzer false positive 7 years ago
Anirban Rahut d85ff4953c Blob storage pr 7 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 7 years ago
Siying Dong 7534ba7bde StackableDB should pass ResetStats() 7 years ago
Manuel Ung 9300ef5455 Fix shared lock upgrades 7 years ago
Manuel Ung 1f8b119ed6 Limit maximum memory used in the WriteBatch representation 7 years ago
Siying Dong d2dce5611a Move some files under util/ to separate dirs 7 years ago
Yi Wu 9e44531803 Refactor WriteImpl (pipeline write part 1) 7 years ago
Dmitri Smirnov 0a4cdde50a Windows thread 8 years ago
Reid Horuff 5cf176ca15 Fix for 2PC causing WAL to grow too large 8 years ago
Dmitri Smirnov 3c233ca4ea Fix Windows environment issues 8 years ago
Maysam Yabandeh 7631734563 Fix the error in ColumnFamiliesTest 8 years ago
Daniel Black 816c1e30ca gcc-7 requires include <functional> for std::function 8 years ago
Daniel Black 0ab6fc167f Gcc-7 buffer size insufficient 8 years ago
Yi Wu c26a4d8e8a Fix compile error in trasaction_lock_mgr.cc 8 years ago
Manuel Ung 2005c88a75 Implement non-exclusive locks 8 years ago
Manuel Ung e63350e726 Use more efficient hash map for deadlock detection 8 years ago
Reid Horuff 1ca5f6d132 Fix 2PC Recovery SeqId Miscount 8 years ago
Reid Horuff d133b08f68 Use correct sequence number when creating memtable 8 years ago
Reid Horuff 4dfaa6610a Make IsDeadlockDetect() virtual member of Transaction 8 years ago
Manuel Ung 4edd39fda2 Implement deadlock detection 8 years ago
Reid Horuff 8c55bb87c8 Make Lock Info test multiple column families 8 years ago
Reid Horuff 37737c3a6b Expose Transaction State Publicly 8 years ago
Reid Horuff 2c1f95291d Add facility to write only a portion of WriteBatch to WAL 8 years ago
Manuel Ung be1f1092c9 Expose transaction id, lock state information and transaction wait information 8 years ago
Wanning Jiang 78837f5d61 TableBuilder / TableReader support for range deletion 8 years ago
Aaron Gao 76a67cf741 support stackableDB as the baseDB of transactionDB 8 years ago
Aaron Gao 7c190070b4 delete unnessary pointer cast in beginInternalTransaction() function 8 years ago
Reid Horuff 892e9d3047 make transaction WriteOptions modifiable 8 years ago
Islam AbdelRahman 05c5c39a7c Fix build 8 years ago
Reid Horuff a6254f2bd4 Long outstanding prepare test 8 years ago
Islam AbdelRahman 2ead115116 Fix TransactionTest.TwoPhaseMultiThreadTest under TSAN 8 years ago
Islam AbdelRahman f6aedb62c0 Fix Transaction memory leak 8 years ago
Reid Horuff 40123b3805 signed vs unsigned comparison fix 8 years ago
Reid Horuff c27061dae7 [rocksdb] 2PC double recovery bug fix 8 years ago
Reid Horuff a657ee9a9c [rocksdb] Recovery path sequence miscount fix 8 years ago
Reid Horuff 8a66c85e90 [rocksdb] Two Phase Transaction 8 years ago
Li Peng 6d4832a998 Merge pull request #1101 from flyd1005/wip-fix-typo 8 years ago
SherlockNoMad f11b0df121 Fix AppVeyor build error 8 years ago
agiardullo 790252805d Add multithreaded transaction test 8 years ago
agiardullo 2200295ee1 optimistic transactions support for reinitialization 9 years ago
agiardullo 200080ed72 Improve snapshot handling for Transaction reinitialization 9 years ago
agiardullo 5ea9aa3c14 TransactionDB:ReinitializeTransaction 9 years ago
agiardullo d08d50295c Fix transaction locking 9 years ago