summaryrefslogtreecommitdiff
path: root/src/mongo/s/transaction_router_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-41374 Track current open, active, and inactive transactions on mongos ...Jack Mulrow2019-09-031-21/+352
* SERVER-42963 For active sessions only set transaction stats in TransactionRou...Jack Mulrow2019-08-221-3/+0
* SERVER-42907 Add timeActiveMicros and timeInactiveMicros for transactions in ...Jack Mulrow2019-08-211-0/+4
* SERVER-41376 Track time transactions on mongos are active and inactive and in...Jack Mulrow2019-08-191-0/+306
* SERVER-40983 Track and log relevant single transaction metrics on mongos for ...Blake Oler2019-08-141-1/+175
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-135/+44
* SERVER-42005 Don't refer to deleted memory in transaction router unit testBlake Oler2019-07-011-3/+5
* SERVER-41676 Convert TransactionRouter to use observer pattern to synchronize...Blake Oler2019-06-271-208/+216
* SERVER-41375 Add successfulDurationMicros to commitTypes in mongos transactio...Jamie Heppenstall2019-06-131-1/+71
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-3/+3
* SERVER-41137 Propagate WriteConcern in abortTransactionAlex Taskov2019-06-041-3/+30
* SERVER-41127 Track state of termination initializationAlex Taskov2019-05-301-0/+76
* SERVER-40980 SERVER-40984 Basic transactions serverStatus on mongosJack Mulrow2019-05-291-118/+457
* SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToRe...Judah Schvimer2019-05-201-2/+2
* SERVER-40985 handle windows line endings in testBenety Goh2019-05-171-1/+1
* SERVER-40985 Basic slow transaction logging on mongosJack Mulrow2019-05-161-0/+847
* SERVER-40001 abortTransaction through mongos does not properly set error labelsEsha Maharishi2019-05-161-3/+107
* SERVER-41032 Properly reset the _isRecoverCommit flag on the TransactionRoute...Matthew Saltz2019-05-151-0/+216
* SERVER-40806 Router should choose first *write* participant shard as transact...Esha Maharishi2019-04-291-7/+185
* SERVER-40666 Router should skip two phase commit if transaction only wrote to...Esha Maharishi2019-04-251-12/+15
* SERVER-40170 Increase the sharding unit-tests async work future timeoutKaloian Manassiev2019-03-181-23/+23
* SERVER-39875 fix race in transaction_router_testEsha Maharishi2019-03-141-2/+2
* SERVER-39878 Make router return empty recoveryToken until transaction has don...Esha Maharishi2019-03-131-4/+35
* SERVER-39877 Make router send commitTransaction directly to participants for ...Esha Maharishi2019-03-131-0/+124
* SERVER-39877 Clean up transaction_router_test.cpp and transaction_router.cppEsha Maharishi2019-03-131-32/+26
* SERVER-39875 Make router process readOnly field in responses to transaction s...Esha Maharishi2019-03-131-3/+178
* SERVER-39973 Follow-up fix to prevent router from crashing if startTransactio...Esha Maharishi2019-03-081-0/+23
* SERVER-39973 Router should not decide to use recovery commit path based on wh...Esha Maharishi2019-03-061-1/+1
* SERVER-39624 Put internal router retries for stale version and snapshot error...Jack Mulrow2019-02-261-0/+36
* SERVER-39227 Mongos should always re-throw original error in a transactionJack Mulrow2019-02-251-22/+17
* 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-40/+3
* SERVER-39124 Mongos should abort cleared participants between retries of tran...Jack Mulrow2019-01-291-24/+183
* SERVER-38788 Log more context when TransactionRouter implicitly abortsJack Mulrow2019-01-071-7/+7
* SERVER-38522 Make persistParticipantList/persistDecision/deleteCoordinatorDoc...Kaloian Manassiev2019-01-031-11/+11
* SERVER-38661 Don't allow read commands to change global read timestamp for sh...Jack Mulrow2018-12-201-7/+0
* SERVER-37344 Implement recovery token for retrying a commit command on a diff...Randolph Tan2018-12-171-65/+196
* SERVER-38470 Add more logging to TransactionRouterJack Mulrow2018-12-161-3/+5
* SERVER-38459 TransactionRouter shouldn't lose original non internally retryab...Jack Mulrow2018-12-101-14/+17
* SERVER-38248 Change StringMap implementation to absl::flat_hash_mapHenrik Edin2018-12-041-41/+38
* SERVER-38122 Support read concern level local in sharded transactionsJack Mulrow2018-11-201-95/+91
* SERVER-37245 Use the SessionCatalog to track sessions on MongoSKaloian Manassiev2018-11-191-157/+152
* SERVER-37882 Switch the distributed transaction commit protocol to the RPC pr...Esha Maharishi2018-11-071-16/+1
* SERVER-37630 Allow sharded transactions to run at majority read concernJack Mulrow2018-11-011-14/+109
* SERVER-36688 Move atClusterTime helpers into TransactionRouterJack Mulrow2018-10-291-0/+67
* 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-67/+112
* SERVER-37223 Invariant sharded txns with snapshot read concern select atClust...Jack Mulrow2018-10-091-92/+56
* SERVER-37223 Place readConcernArgs on opCtx for subsequent statements in shar...Jack Mulrow2018-10-091-0/+42