summaryrefslogtreecommitdiff
path: root/src/mongo/s/transaction_router.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41376 Track time transactions on mongos are active and inactive and in...Jack Mulrow2019-09-121-19/+129
* SERVER-40983 Track and log relevant single transaction metrics on mongos for ...Blake Oler2019-09-091-7/+45
* SERVER-42457 Check if atClusterTime has been set on TransactionRouter before ...Blake Oler2019-08-151-0/+10
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-135/+136
* SERVER-41676 Convert TransactionRouter to use observer pattern to synchronize...Blake Oler2019-07-021-305/+366
* SERVER-41127 Track state of termination initializationAlex Taskov2019-05-301-0/+3
* SERVER-40980 SERVER-40984 Basic transactions serverStatus on mongosJack Mulrow2019-05-291-12/+14
* SERVER-37837 Examine and reap sessions from the SessionsCatalogKaloian Manassiev2019-05-171-0/+2
* SERVER-40985 Basic slow transaction logging on mongosJack Mulrow2019-05-161-3/+136
* SERVER-40001 abortTransaction through mongos does not properly set error labelsEsha Maharishi2019-05-161-5/+11
* SERVER-41032 Properly reset the _isRecoverCommit flag on the TransactionRoute...Matthew Saltz2019-05-151-4/+15
* SERVER-37235 Use an onCommit/Abort handler to complete session kill on direct...Kaloian Manassiev2019-05-141-1/+0
* SERVER-40806 Router should choose first *write* participant shard as transact...Esha Maharishi2019-04-291-2/+17
* SERVER-40666 Router should skip two phase commit if transaction only wrote to...Esha Maharishi2019-04-251-13/+5
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+0
* SERVER-40201 Retrying commit on original router after a read only commit inco...Esha Maharishi2019-03-201-4/+11
* SERVER-39877 Make router send commitTransaction directly to participants for ...Esha Maharishi2019-03-131-0/+6
* SERVER-39877 Clean up transaction_router_test.cpp and transaction_router.cppEsha Maharishi2019-03-131-6/+6
* SERVER-39875 Make router process readOnly field in responses to transaction s...Esha Maharishi2019-03-131-0/+12
* SERVER-38297 Reenable FSM transactions tests with killOpKaloian Manassiev2019-03-131-1/+2
* SERVER-39227 Mongos should always re-throw original error in a transactionJack Mulrow2019-02-251-28/+35
* 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-11/+0
* SERVER-39124 Mongos should abort cleared participants between retries of tran...Jack Mulrow2019-01-291-9/+26
* SERVER-38788 Log more context when TransactionRouter implicitly abortsJack Mulrow2019-01-071-1/+1
* SERVER-38522 Make persistParticipantList/persistDecision/deleteCoordinatorDoc...Kaloian Manassiev2019-01-031-39/+26
* SERVER-38661 Don't allow read commands to change global read timestamp for sh...Jack Mulrow2018-12-201-19/+0
* SERVER-37344 Implement recovery token for retrying a commit command on a diff...Randolph Tan2018-12-171-2/+16
* SERVER-38470 Add more logging to TransactionRouterJack Mulrow2018-12-161-2/+9
* SERVER-38459 TransactionRouter shouldn't lose original non internally retryab...Jack Mulrow2018-12-101-2/+2
* SERVER-37245 Use the SessionCatalog to track sessions on MongoSKaloian Manassiev2018-11-191-30/+10
* SERVER-38035 TransactionRouter should not implicitly send abortTransaction on...Esha Maharishi2018-11-121-0/+5
* SERVER-36688 Move atClusterTime helpers into TransactionRouterJack Mulrow2018-10-291-14/+22
* Revert "SERVER-37703 Put back early return that was accidentally removed from...eshamaharishi2018-10-221-3/+4
* SERVER-37703 TransactionRouter::commitTransaction does not need to return the...Esha Maharishi2018-10-221-4/+3
* 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-4/+48
* SERVER-37223 Invariant sharded txns with snapshot read concern select atClust...Jack Mulrow2018-10-091-0/+19
* SERVER-37210 Mongos should implicitly abort transactions on unhandled errorsJack Mulrow2018-10-091-0/+6
* SERVER-37209 Allow mongos to read from views in a transactionJack Mulrow2018-10-031-0/+6
* SERVER-37238 Get rid of TransactionRouter::Participant::markAsSentRandolph Tan2018-09-271-25/+23
* SERVER-36589 Implement mongos abort logicRandolph Tan2018-09-261-0/+6
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-0/+278