summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/transaction_coordinator_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70721 Rename SetTicketAquisitionPriorityForLock to SetAdmissionPriorit...Haley Connelly2022-10-311-1/+1
* SERVER-69820 Simplify Flow control ticket acquisitionJordi Olivares Provencio2022-10-271-3/+0
* SERVER-69649 Remove unused internal transactions feature flag includesJason Zhang2022-09-261-1/+0
* SERVER-68584 Generalize skipTicketAcquisitionForLockLeonardo Menti2022-09-071-1/+2
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-65821 Allow prepared transactions to write commit decision across FCV ...Gregory Noma2022-05-091-0/+9
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65988 Make TransactionCoordinator log full session idsCheahuychou Mao2022-04-261-13/+13
* SERVER-61088 Make transaction participants check if txnRetryCounter is suppor...Jason Zhang2022-02-031-24/+9
* SERVER-61085 Do not persist txnRetryCounter if value is defaultJason Zhang2022-01-191-6/+18
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-2/+2
* SERVER-60682 Exempt transaction coordinators and journal flusher from acquiri...Josef Ahmad2021-11-171-0/+5
* SERVER-60527 Make TransactionCoordinatorWorkerCurOpInfo report txnRetryCounterSanika Phanse2021-11-121-15/+6
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-101-3/+3
* SERVER-60323 Make TransactionCoordinator support txnRetryCounterCheahuychou Mao2021-10-111-109/+181
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-4/+4
* SERVER-56550 Require consistent API params in getMore and txnsA. Jesse Jiryu Davis2021-05-131-3/+6
* SERVER-55614 Make API params optional for cmds in txnsA. Jesse Jiryu Davis2021-05-041-6/+12
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-3/+6
* SERVER-51417: targeted fault injection to reproduce non retriable error when ...Andrew Shuvalov2021-03-111-2/+10
* SERVER-50470: Convert TransactionCoordinatorReachedAbortDecision to NoSuchTra...Andrew Shuvalov2020-10-091-0/+1
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-271-3/+3
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-021-2/+2
* SERVER-46796 Propagate specific errors during transaction prepare to the clientGregory Noma2020-04-281-1/+4
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideMatthew Saltz2020-03-311-50/+70
* SERVER-45881: Bypass flow control on txn metadata operations.Daniel Gottlieb2020-03-131-0/+4
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-31/+88
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-17/+16
* SERVER-39573 Prefix TransactionCoordinator logs with transaction idJack Mulrow2019-08-221-28/+50
* SERVER-40987 Output transaction information in curOp for coordinator workerLamont Nelson2019-08-221-22/+82
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-29/+16
* SERVER-41369 Terminate the TransactionCoordinator retry logic if read concern...Kaloian Manassiev2019-07-231-1/+1
* SERVER-40785 Create WaitForMajorityService to allow waiting for write concern...Randolph Tan2019-07-161-71/+34
* SERVER-41204 Output the transaction abort reason in the slow log lineKaloian Manassiev2019-07-141-59/+60
* SERVER-41179 Observe the coordinator's state transitions and update the corre...Esha Maharishi2019-06-071-6/+27
* SERVER-41189 Make transaction coordinator retry persisting decision on all er...jannaerin2019-05-281-7/+3
* SERVER-40554 Get rid of 'lazy' transaction coordinator destructionKaloian Manassiev2019-04-151-15/+20
* SERVER-40443 Transaction coordinator need to use w:majority instead of w:inte...Suganthi Mani2019-04-031-7/+6
* SERVER-37734 Add a default log component verbosity for mongos to resmoke, and...Randolph Tan2019-04-011-6/+6
* SERVER-40297 Make all TransactionCoordinatorDriver methods free functionsKaloian Manassiev2019-04-011-0/+675