summaryrefslogtreecommitdiff
path: root/src/mongo/s/transaction_router.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56550 Require consistent API params in getMore and txnsA. Jesse Jiryu Davis2021-05-131-7/+11
* SERVER-55614 Make API params optional for cmds in txnsA. Jesse Jiryu Davis2021-05-041-11/+10
* SERVER-54020: ShardInvalidatedForTargeting thrown by resharding's getDestined...Jordi Serra Torrens2021-04-061-2/+5
* SERVER-52612 Test requireApiVersion with txn commit/abortA. Jesse Jiryu Davis2020-12-021-0/+3
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-4/+5
* SERVER-50375 Ensure mongos forwards API params to shardsA. Jesse Jiryu Davis2020-09-101-4/+2
* SERVER-49377: Ensure transactions inherit API parameters of initiating commandXueruiFa2020-08-191-74/+15
* SERVER-48307 Disable single-write-shard transaction commit optimizationEsha Maharishi2020-05-201-25/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+0
* SERVER-43425 Remove TODO listed in SERVER-37045Jack Mulrow2020-04-091-2/+0
* SERVER-46679 Transaction test fails with Stale Shard Version error on 4.5Marcos José Grillo Ramírez2020-03-311-39/+55
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideEsha Maharishi2020-03-251-77/+126
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-7/+11
* SERVER-46219 Unittests should log with JSON formatMark Benvenuto2020-03-031-12/+4
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+0
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-2/+5
* SERVER-46219 Unittests always uses text even if the server uses JSON.Henrik Edin2020-02-181-64/+59
* SERVER-45138 Add MONGO_CONFIG_JSON_LOG_DEFAULT define to use JSON logs by def...Henrik Edin2020-02-141-1/+1
* SERVER-45822 Manually convert slow query and slow query-like logsMark Benvenuto2020-02-141-4/+84
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-37/+111
* SERVER-43069: Condition logging for slow ops on sample rateXuerui Fa2020-02-071-2/+7
* Revert "SERVER-43069: Condition logging for slow ops on sample rate"Xuerui Fa2020-02-071-7/+2
* SERVER-43069: Condition logging for slow ops on sample rateXuerui Fa2020-02-051-2/+7
* SERVER-44451 Don't retry on WriteConcernFailureRandolph Tan2019-12-181-0/+1
* SERVER-43712 mongos use ReadWriteConcernDefaults for RCKevin Pulo2019-11-291-13/+3
* SERVER-41245: Add RetryableWriteError error labelLingzhi Deng2019-11-061-1/+1
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-2/+2
* SERVER-42908 Add ErrorCodes to retryable errors to match driversBen Caimano2019-09-091-9/+2
* SERVER-41374 Track current open, active, and inactive transactions on mongos ...Jack Mulrow2019-09-031-75/+133
* SERVER-42963 For active sessions only set transaction stats in TransactionRou...Jack Mulrow2019-08-221-27/+31
* SERVER-42907 Add timeActiveMicros and timeInactiveMicros for transactions in ...Jack Mulrow2019-08-211-2/+6
* SERVER-41376 Track time transactions on mongos are active and inactive and in...Jack Mulrow2019-08-191-15/+87
* SERVER-40983 Track and log relevant single transaction metrics on mongos for ...Blake Oler2019-08-141-29/+151
* SERVER-42457 Check if atClusterTime has been set on TransactionRouter before ...Blake Oler2019-07-311-1/+9
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-27/+18
* SERVER-39692 Make mongos shutdown drain all in-progress transactionsRandolph Tan2019-07-181-0/+6
* SERVER-41676 Convert TransactionRouter to use observer pattern to synchronize...Blake Oler2019-06-271-222/+338
* SERVER-41375 Add successfulDurationMicros to commitTypes in mongos transactio...Jamie Heppenstall2019-06-131-1/+2
* SERVER-41373 Add abortCause to mongos transactions serverStatus outputJamie Heppenstall2019-06-111-0/+1
* SERVER-41137 Propagate WriteConcern in abortTransactionAlex Taskov2019-06-041-1/+2
* SERVER-41127 Track state of termination initializationAlex Taskov2019-05-301-3/+10
* SERVER-40980 SERVER-40984 Basic transactions serverStatus on mongosJack Mulrow2019-05-291-12/+45
* SERVER-41249 Fix special cases for $out to include $mergeCharlie Swanson2019-05-221-3/+3
* SERVER-40501 Added shard id and state to log message for failed commit errorAlex Taskov2019-05-221-1/+5
* SERVER-37837 Examine and reap sessions from the SessionsCatalogKaloian Manassiev2019-05-171-2/+4
* SERVER-40985 Basic slow transaction logging on mongosJack Mulrow2019-05-161-9/+250
* SERVER-40001 abortTransaction through mongos does not properly set error labelsEsha Maharishi2019-05-161-13/+41
* SERVER-41032 Properly reset the _isRecoverCommit flag on the TransactionRoute...Matthew Saltz2019-05-151-70/+86
* SERVER-37235 Adding missing header fileGregory Wlodarek2019-05-141-0/+1