summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/transaction_coordinator.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-13/+13
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-5/+4
* SERVER-41615: set flag to denote that the coordinator has recovered.Lamont Nelson2019-09-061-4/+2
* SERVER-42809 report metrics for the transaction coordinators in curop commandLamont Nelson2019-09-051-5/+69
* SERVER-39573 Prefix TransactionCoordinator logs with transaction idJack Mulrow2019-08-221-4/+4
* SERVER-42772 Return transaction commit decision from onCompletion future in T...Matthew Saltz2019-08-211-24/+5
* SERVER-42338 Make the hang failpoint callback always ran on the executor threadRandolph Tan2019-07-311-20/+35
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+3
* SERVER-41369 Terminate the TransactionCoordinator retry logic if read concern...Kaloian Manassiev2019-07-231-5/+14
* SERVER-40785 Create WaitForMajorityService to allow waiting for write concern...Randolph Tan2019-07-161-19/+58
* SERVER-41204 Output the transaction abort reason in the slow log lineKaloian Manassiev2019-07-141-6/+3
* SERVER-41616: track commit/abort decisions for two phase commit coordinatorLamont Nelson2019-06-261-1/+2
* SERVER-40988 Log metrics on mongod when slow two phase commit completesEsha Maharishi2019-06-101-0/+84
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-41179 Observe the coordinator's state transitions and update the corre...Esha Maharishi2019-06-071-1/+65
* SERVER-41417 Transaction coordinator should only delete durable state if two-...Esha Maharishi2019-06-041-13/+4
* SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToRe...Judah Schvimer2019-05-201-3/+3
* SERVER-40220 Remove sendCoordinateCommitToConfigServer and doNotForgetCoordin...Jack Mulrow2019-04-231-3/+0
* SERVER-37881 Add a deadline for the coordinator preparing a transactionKaloian Manassiev2019-04-031-4/+16
* SERVER-40297 Make the TransactionCoordinator entirely futures-basedKaloian Manassiev2019-04-031-197/+201
* SERVER-39042 Coordinator does not add one to commitTimestampPavi Vetriselvan2019-04-021-22/+10
* SERVER-40297 Make all TransactionCoordinatorDriver methods free functionsKaloian Manassiev2019-04-011-24/+24
* SERVER-40297 Move the TransactionCoordinator data structures to a separate fileKaloian Manassiev2019-04-011-95/+30
* SERVER-40223 Use the AsyncWorkScheduler to run local command when recovering ...Kaloian Manassiev2019-03-211-6/+5
* SERVER-40223 Ensure that the TransactionCoordinator will always complete if i...Kaloian Manassiev2019-03-211-5/+8
* SERVER-40223 Use the AsyncWorkScheduler to run local command when recovering ...Kaloian Manassiev2019-03-211-7/+9
* SERVER-40127 TransactionCoordinatorReachedAbortDecision should not be convert...Esha Maharishi2019-03-141-3/+1
* SERVER-40113 TransactionCoordinatorDriver's scheduler should be created with ...Esha Maharishi2019-03-141-4/+13
* SERVER-37972 Create suite for running multi shard jscore with sharded transac...Randolph Tan2019-02-281-1/+10
* SERVER-38522/SERVER-38715 Make all TransactionCoordinator tasks interruptibleKaloian Manassiev2019-02-221-54/+112
* 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/+296