summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/transaction_coordinator_catalog.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-60323 Make coordinator shard support re-committing aborted prepared tr...Cheahuychou Mao2021-10-151-9/+10
* SERVER-60589 Make TransactionCoordinatorCatalog's FilterVisitor/FilterPredica...Jonathan Lee2021-10-141-2/+4
* SERVER-60323 Make TransactionCoordinatorCatalog support txnRetryCounterCheahuychou Mao2021-10-131-48/+104
* 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-9/+18
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-11/+22
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-10/+10
* SERVER-42809 report metrics for the transaction coordinators in curop commandLamont Nelson2019-09-051-0/+16
* SERVER-42772 Return transaction commit decision from onCompletion future in T...Matthew Saltz2019-08-211-2/+5
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-40220 Remove sendCoordinateCommitToConfigServer and doNotForgetCoordin...Jack Mulrow2019-04-231-31/+0
* SERVER-40554 Get rid of 'lazy' transaction coordinator destructionKaloian Manassiev2019-04-151-22/+0
* SERVER-40297 Make the TransactionCoordinator entirely futures-basedKaloian Manassiev2019-04-031-1/+1
* SERVER-40297 Move the TransactionCoordinator data structures to a separate fileKaloian Manassiev2019-04-011-3/+0
* SERVER-40223 Ensure that the TransactionCoordinator will always complete if i...Kaloian Manassiev2019-03-211-11/+17
* SERVER-40223 Use the AsyncWorkScheduler to run local command when recovering ...Kaloian Manassiev2019-03-211-7/+7
* SERVER-37972 Create suite for running multi shard jscore with sharded transac...Randolph Tan2019-02-281-2/+1
* SERVER-38522/SERVER-38715 Make all TransactionCoordinator tasks interruptibleKaloian Manassiev2019-02-221-40/+73
* 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/+237