summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/transaction_coordinator.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37364 Coordinator should return the decision to the client as soon as ...Cheahuychou Mao2020-05-061-2/+0
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* SERVER-42809 report metrics for the transaction coordinators in curop commandLamont Nelson2019-09-051-4/+15
* SERVER-42772 Return transaction commit decision from onCompletion future in T...Matthew Saltz2019-08-211-5/+2
* SERVER-41369 Terminate the TransactionCoordinator retry logic if read concern...Kaloian Manassiev2019-07-231-1/+1
* SERVER-41204 Output the transaction abort reason in the slow log lineKaloian Manassiev2019-07-141-0/+1
* SERVER-40988 Log metrics on mongod when slow two phase commit completesEsha Maharishi2019-06-101-0/+10
* SERVER-41179 Observe the coordinator's state transitions and update the corre...Esha Maharishi2019-06-071-0/+27
* SERVER-40220 Remove sendCoordinateCommitToConfigServer and doNotForgetCoordin...Jack Mulrow2019-04-231-4/+0
* SERVER-37881 Add a deadline for the coordinator preparing a transactionKaloian Manassiev2019-04-031-0/+5
* SERVER-40297 Make the TransactionCoordinator entirely futures-basedKaloian Manassiev2019-04-031-79/+25
* SERVER-40297 Make all TransactionCoordinatorDriver methods free functionsKaloian Manassiev2019-04-011-5/+1
* SERVER-40297 Move the TransactionCoordinator data structures to a separate fileKaloian Manassiev2019-04-011-35/+10
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-40223 Ensure that the TransactionCoordinator will always complete if i...Kaloian Manassiev2019-03-211-6/+9
* SERVER-40113 TransactionCoordinatorDriver's scheduler should be created with ...Esha Maharishi2019-03-141-1/+1
* SERVER-38522/SERVER-38715 Make all TransactionCoordinator tasks interruptibleKaloian Manassiev2019-02-221-47/+51
* 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/+238