summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/transaction_coordinator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61090 Make setFCV wait for all TransactionCoordinators of internal tra...Jason Zhang2022-02-111-1/+9
* SERVER-60323 Make TransactionCoordinator support txnRetryCounterCheahuychou Mao2021-10-111-30/+43
* SERVER-56550 Require consistent API params in getMore and txnsA. Jesse Jiryu Davis2021-05-131-3/+7
* SERVER-55614 Make API params optional for cmds in txnsA. Jesse Jiryu Davis2021-05-041-2/+4
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-2/+2
* SERVER-50656 Add cancellation support to WaitForMajorityServiceGeorge Wangensteen2021-03-171-1/+4
* Revert "SERVER-50656 Add cancellation support to WaitForMajorityService"George Wangensteen2021-02-041-4/+1
* SERVER-50656 Add cancellation support to WaitForMajorityServiceGeorge Wangensteen2021-02-041-1/+4
* SERVER-50470: Convert TransactionCoordinatorReachedAbortDecision to NoSuchTra...Andrew Shuvalov2020-10-091-0/+18
* SERVER-49921 Optimised persistence and recovery of the VectorClockKaloian Manassiev2020-08-171-4/+1
* SERVER-49192 Persist the VectorClock for configTime and topologyTime causal c...Pierlauro Sciarelli2020-08-081-0/+7
* SERVER-49321 Make VectorClock::Component protectedPierlauro Sciarelli2020-07-221-2/+1
* SERVER-49316 Move wait_for_majority_service to its own librarySpencer T Brody2020-07-071-1/+1
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-051-4/+4
* SERVER-47993 Make coordinateCommitTransaction return the decision once the de...Cheahuychou Mao2020-05-271-6/+22
* SERVER-46796 Propagate specific errors during transaction prepare to the clientGregory Noma2020-04-281-7/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideMatthew Saltz2020-03-311-8/+10
* SERVER-46219 Unittests should log with JSON formatMark Benvenuto2020-03-031-77/+65
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+0
* SERVER-46404 Remove shouldLog from logger V1 APIMark Benvenuto2020-02-281-1/+1
* SERVER-46143 ExecutorFuture class declaration should include MONGO_WARN_UNUSE...Esha Maharishi2020-02-201-2/+2
* SERVER-46219 Unittests always uses text even if the server uses JSON.Henrik Edin2020-02-181-3/+4
* SERVER-46026 Fix tests reliant on specific log linesMark Benvenuto2020-02-181-1/+1
* SERVER-45138 Add MONGO_CONFIG_JSON_LOG_DEFAULT define to use JSON logs by def...Henrik Edin2020-02-141-1/+1
* SERVER-45822 Manually convert slow query and slow query-like logsMark Benvenuto2020-02-141-3/+76
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-7/+18
* 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