summaryrefslogtreecommitdiff
path: root/src/mongo/s/transaction_router.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39274 Mongos shouldn't upconvert txn read concern level to snapshot if...Jack Mulrow2019-02-081-47/+23
* SERVER-39124 Mongos should abort cleared participants between retries of tran...Jack Mulrow2019-01-291-11/+64
* SERVER-38788 Log more context when TransactionRouter implicitly abortsJack Mulrow2019-01-071-5/+7
* SERVER-38522 Make persistParticipantList/persistDecision/deleteCoordinatorDoc...Kaloian Manassiev2019-01-031-53/+44
* SERVER-37885 Wait for something to be majority committed in term on step up i...Esha Maharishi2018-12-211-23/+26
* SERVER-38661 Don't allow read commands to change global read timestamp for sh...Jack Mulrow2018-12-201-28/+0
* SERVER-37344 Implement recovery token for retrying a commit command on a diff...Randolph Tan2018-12-171-6/+61
* SERVER-38470 Add more logging to TransactionRouterJack Mulrow2018-12-161-7/+42
* SERVER-37458 Mongos does not apply commitTransaction's writeConcernEsha Maharishi2018-12-141-3/+7
* SERVER-36853 Coordinator should resume coordinating commit for unfinished tra...Esha Maharishi2018-12-111-0/+37
* SERVER-38459 TransactionRouter shouldn't lose original non internally retryab...Jack Mulrow2018-12-101-4/+6
* SERVER-38122 Support read concern level local in sharded transactionsJack Mulrow2018-11-201-3/+8
* SERVER-37245 Use the SessionCatalog to track sessions on MongoSKaloian Manassiev2018-11-191-101/+16
* SERVER-38035 TransactionRouter should not implicitly send abortTransaction on...Esha Maharishi2018-11-121-0/+10
* SERVER-37882 Switch the distributed transaction commit protocol to the RPC pr...Esha Maharishi2018-11-071-30/+6
* SERVER-37630 Allow sharded transactions to run at majority read concernJack Mulrow2018-11-011-14/+14
* SERVER-36688 Move atClusterTime helpers into TransactionRouterJack Mulrow2018-10-291-31/+67
* Revert "SERVER-37703 Put back early return that was accidentally removed from...eshamaharishi2018-10-221-8/+8
* SERVER-37703 Put back early return that was accidentally removed from if bloc...Esha Maharishi2018-10-221-0/+1
* SERVER-37703 TransactionRouter::commitTransaction does not need to return the...Esha Maharishi2018-10-221-8/+7
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37349 Later statements in a transaction should target shards using the...Jack Mulrow2018-10-191-31/+55
* SERVER-37223 Invariant sharded txns with snapshot read concern select atClust...Jack Mulrow2018-10-091-9/+23
* SERVER-37223 Place readConcernArgs on opCtx for subsequent statements in shar...Jack Mulrow2018-10-091-0/+2
* SERVER-37210 Mongos should implicitly abort transactions on unhandled errorsJack Mulrow2018-10-091-2/+12
* SERVER-37209 Allow mongos to read from views in a transactionJack Mulrow2018-10-031-0/+9
* SERVER-37238 fix lintRandolph Tan2018-09-271-2/+2
* SERVER-37238 Get rid of TransactionRouter::Participant::markAsSentRandolph Tan2018-09-271-22/+28
* SERVER-36589 Implement mongos abort logicRandolph Tan2018-09-261-0/+24
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-0/+600