summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/transaction_coordinator_catalog.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42772 Return transaction commit decision from onCompletion future in T...Matthew Saltz2020-04-221-2/+5
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-011-10/+10
* SERVER-42809 report metrics for the transaction coordinators in curop commandLamont Nelson2019-09-101-0/+16
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-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