summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/transaction_coordinator_service_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61118 TransactionCoordinator unit tests that create a second coordinat...Cheahuychou Mao2021-11-091-16/+28
* SERVER-61118 TransactionCoordinator unit tests that create a second coordinat...Cheahuychou Mao2021-10-291-5/+14
* SERVER-60815 Fix race between two TransactionCoordinators can race in Transac...r5.2.0-alphaCheahuychou Mao2021-10-201-12/+7
* SERVER-60323 Make coordinator shard support re-committing aborted prepared tr...Cheahuychou Mao2021-10-151-87/+261
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-2/+2
* SERVER-57459 Make dbtests and unittests getLastError-freeIrina Yatsenko2021-06-241-2/+5
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-3/+3
* SERVER-49192 Persist the VectorClock for configTime and topologyTime causal c...Pierlauro Sciarelli2020-08-081-2/+5
* SERVER-46796 Propagate specific errors during transaction prepare to the clientGregory Noma2020-04-281-15/+24
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-43100 Remove CoordinateCommitReturnsNoneIfCoordinatorWasRemoved unit testChou Mao2019-09-161-11/+0
* SERVER-40785 Create WaitForMajorityService to allow waiting for write concern...Randolph Tan2019-07-161-12/+6
* SERVER-37881 Add a deadline for the coordinator preparing a transactionKaloian Manassiev2019-04-031-2/+39
* SERVER-40297 Make the TransactionCoordinator entirely futures-basedKaloian Manassiev2019-04-031-3/+6
* SERVER-40443 Transaction coordinator need to use w:majority instead of w:inte...Suganthi Mani2019-04-031-8/+6
* SERVER-38522/SERVER-38715 Make all TransactionCoordinator tasks interruptibleKaloian Manassiev2019-02-221-16/+7
* SERVER-38521 Move all TransactionCoordinator sources to be under db/sKaloian Manassiev2019-02-121-0/+729