summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/transaction_coordinator_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61088 Make transaction participants check if txnRetryCounter is suppor...Jason Zhang2022-02-031-4/+10
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-101-4/+3
* SERVER-60323 Make TransactionCoordinator support txnRetryCounterCheahuychou Mao2021-10-111-158/+410
* SERVER-59702 Add TxnRetryCounterTooOld to the list of VoteAbort errorsJonathan Lee2021-09-301-1/+30
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-3/+4
* SERVER-56550 Require consistent API params in getMore and txnsA. Jesse Jiryu Davis2021-05-131-8/+16
* SERVER-50027 Make CollectionType use IDL (Part 1)Kaloian Manassiev2020-10-221-1/+0
* SERVER-51673 Fix test to shut down txn::AWS before persisting decision.Max Hirschhorn2020-10-161-3/+8
* SERVER-49192 Persist the VectorClock for configTime and topologyTime causal c...Pierlauro Sciarelli2020-08-081-2/+3
* SERVER-48654 TransactionCoordinatorMetricsTest should install mock tick sourc...Luis Osta2020-06-181-3/+2
* SERVER-47993 Make coordinateCommitTransaction return the decision once the de...Cheahuychou Mao2020-05-271-2/+4
* SERVER-46796 Propagate specific errors during transaction prepare to the clientGregory Noma2020-04-281-23/+24
* SERVER-47418 deploy unittest::MinimumLoggedSeverityGuard to all testsBilly Donahue2020-04-151-5/+10
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideMatthew Saltz2020-03-311-3/+2
* SERVER-46219 Unittests should log with JSON formatMark Benvenuto2020-03-031-34/+55
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+0
* SERVER-46405 Remove {get,set,clear}MinimumLoggedSeverity from logger V1 APIMark Benvenuto2020-02-271-5/+6
* 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