summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/transaction_coordinator_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-9/+13
* SERVER-45583 Unittests are using logv2.Henrik Edin2020-01-211-28/+33
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-10/+5
* SERVER-43641 fix testBenety Goh2019-10-101-2/+4
* SERVER-41615: set flag to denote that the coordinator has recovered.Lamont Nelson2019-09-061-0/+33
* SERVER-42809 report metrics for the transaction coordinators in curop commandLamont Nelson2019-09-051-42/+104
* SERVER-39573 Prefix TransactionCoordinator logs with transaction idJack Mulrow2019-08-221-22/+70
* SERVER-42772 Return transaction commit decision from onCompletion future in T...Matthew Saltz2019-08-211-7/+15
* SERVER-42468 Always wait for the TransactionCoordinator to complete in the Me...Kaloian Manassiev2019-07-291-12/+23
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-29/+36
* SERVER-41369 Terminate the TransactionCoordinator retry logic if read concern...Kaloian Manassiev2019-07-231-1/+50
* SERVER-40785 Create WaitForMajorityService to allow waiting for write concern...Randolph Tan2019-07-161-11/+38
* SERVER-41204 Output the transaction abort reason in the slow log lineKaloian Manassiev2019-07-141-7/+62
* SERVER-41616: track commit/abort decisions for two phase commit coordinatorLamont Nelson2019-06-261-5/+22
* SERVER-41572 use FailPointEnableBlock to control failpoints in transaction_co...Lamont Nelson2019-06-241-72/+46
* SERVER-40986 Include relevant server-wide two phase commit metrics on mongod ...Esha Maharishi2019-06-131-0/+61
* SERVER-40988 Log metrics on mongod when slow two phase commit completesEsha Maharishi2019-06-101-0/+303
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-41179 Observe the coordinator's state transitions and update the corre...Esha Maharishi2019-06-071-0/+1020
* SERVER-41189 Make transaction coordinator retry persisting decision on all er...jannaerin2019-05-281-73/+19
* SERVER-40297 Make the TransactionCoordinator entirely futures-basedKaloian Manassiev2019-04-031-16/+7
* SERVER-40443 Transaction coordinator need to use w:majority instead of w:inte...Suganthi Mani2019-04-031-11/+8
* SERVER-40297 Make all TransactionCoordinatorDriver methods free functionsKaloian Manassiev2019-04-011-82/+93
* SERVER-40297 Move the TransactionCoordinator data structures to a separate fileKaloian Manassiev2019-04-011-4/+7
* SERVER-40223 Use the AsyncWorkScheduler to run local command when recovering ...Kaloian Manassiev2019-03-211-2/+12
* SERVER-40113 TransactionCoordinatorDriver's scheduler should be created with ...Esha Maharishi2019-03-141-1/+2
* SERVER-38522/SERVER-38715 Make all TransactionCoordinator tasks interruptibleKaloian Manassiev2019-02-221-162/+220
* 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/+766