summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/transaction_coordinator_service.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69820 Simplify Flow control ticket acquisitionJordi Olivares Provencio2022-10-271-1/+0
* SERVER-69649 Remove unused internal transactions feature flag includesJason Zhang2022-09-261-1/+0
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-1/+1
* SERVER-62375 Remove upgrade/downgrade code for internal txnsErin Liang2022-06-271-31/+0
* SERVER-67422 Have getAllRemovalFuturesForCoordinatorsForInternalTransactions ...Jason Zhang2022-06-221-0/+4
* SERVER-66992 Optimize how often SessionCatalog mutex is heldJack Mulrow2022-06-031-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-1/+1
* SERVER-61090 Make setFCV wait for all TransactionCoordinators of internal tra...Jason Zhang2022-02-111-0/+27
* SERVER-61088 Make transaction participants check if txnRetryCounter is suppor...Jason Zhang2022-02-031-5/+0
* SERVER-61085 Do not persist txnRetryCounter if value is defaultJason Zhang2022-01-191-11/+6
* SERVER-60323 Make coordinator shard support re-committing aborted prepared tr...Cheahuychou Mao2021-10-151-23/+44
* SERVER-60589 Make TransactionCoordinatorCatalog's FilterVisitor/FilterPredica...Jonathan Lee2021-10-141-2/+2
* SERVER-60323 Make TransactionCoordinatorCatalog support txnRetryCounterCheahuychou Mao2021-10-131-10/+11
* SERVER-60323 Make TransactionCoordinator support txnRetryCounterCheahuychou Mao2021-10-111-3/+7
* SERVER-58487 Join TransactionCoordinatorService stepdown tasks during shutdownRandolph Tan2021-07-291-1/+26
* SERVER-56136 Get rid of the `type_shard_identity` libraryKaloian Manassiev2021-04-191-1/+1
* SERVER-50660 Integrate CancelationTokens with OperationContextMatthew Saltz2020-12-221-1/+12
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-4/+5
* SERVER-37364 Coordinator should return the decision to the client as soon as ...Cheahuychou Mao2020-05-061-12/+7
* 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-6/+11
* SERVER-45881: Bypass flow control on txn metadata operations.Daniel Gottlieb2020-03-131-0/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-6/+14
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-4/+4
* SERVER-42809 report metrics for the transaction coordinators in curop commandLamont Nelson2019-09-051-10/+44
* SERVER-42772 Return transaction commit decision from onCompletion future in T...Matthew Saltz2019-08-211-10/+8
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-40785 Create WaitForMajorityService to allow waiting for write concern...Randolph Tan2019-07-161-3/+3
* SERVER-37837 Examine and reap sessions from the SessionsCatalogKaloian Manassiev2019-05-171-5/+4
* SERVER-39349 Recovering the state of a completed single-shard transaction sho...Randolph Tan2019-04-291-0/+18
* SERVER-40297 Make the TransactionCoordinator entirely futures-basedKaloian Manassiev2019-04-031-6/+8
* SERVER-40443 Transaction coordinator need to use w:majority instead of w:inte...Suganthi Mani2019-04-031-1/+1
* SERVER-40297 Make all TransactionCoordinatorDriver methods free functionsKaloian Manassiev2019-04-011-2/+1
* SERVER-38522/SERVER-38715 Make all TransactionCoordinator tasks interruptibleKaloian Manassiev2019-02-221-32/+32
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38521 Move all TransactionCoordinator sources to be under db/sKaloian Manassiev2019-02-121-0/+262