summaryrefslogtreecommitdiff
path: root/src/mongo/s/transaction_router.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66852 Eagerly erase retryable child sessions from SessionCatalogJack Mulrow2022-06-021-25/+30
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65291 Make TransactionRouter and TransactionParticipant log full sessi...Cheahuychou Mao2022-04-061-16/+15
* SERVER-63495 Unyielding TransactionRouter never fails except at shutdown and ...Jack Mulrow2022-03-301-9/+54
* SERVER-64359: Implement FLE server-side rewrite for agg command on mongosHana Pearlman2022-03-281-3/+5
* SERVER-64052 Implement unstash for TransactionRouterSanika Phanse2022-03-211-2/+6
* SERVER-59186 Use transaction API for all current changing a document's shard ...Jack Mulrow2022-02-281-5/+20
* SERVER-63491 Remove TxnNumberAndRetryCounter as a parameter for txnRouter.beg...Sanika Phanse2022-02-241-80/+35
* SERVER-61088 Make transaction participants check if txnRetryCounter is suppor...Jason Zhang2022-02-031-2/+5
* SERVER-61122 Log TxnNumberAndRetryCounter in metrics and log methods inside T...Sanika Phanse2022-01-241-3/+25
* SERVER-60989 Make TransactionRouter take in txnNumberAndRetryCounter instead ...Sanika Phanse2021-11-201-78/+94
* SERVER-58756 Support retrying internal transactions for retryable writesCheahuychou Mao2021-10-291-5/+8
* SERVER-60323 Make coordinator shard support re-committing aborted prepared tr...Cheahuychou Mao2021-10-151-5/+15
* SERVER-56690 allow propagation of empty readConcern object for non-first stat...Jonathan Lee2021-09-101-1/+3
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-2/+2
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-011-74/+144
* 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