summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_coordinator_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38521 Move all TransactionCoordinator sources to be under db/sKaloian Manassiev2019-02-121-766/+0
* SERVER-38324: add validation to TransactionCoordinatorDocument decisionKim Tao2019-01-301-12/+11
* SERVER-37880 Introduce backoff for retrying commit and abort messagesKaloian Manassiev2019-01-161-128/+14
* SERVER-37880 Merge the barrier functionality to be part of the unittests libraryKaloian Manassiev2019-01-101-8/+0
* SERVER-38522 Make persistParticipantList/persistDecision/deleteCoordinatorDoc...Kaloian Manassiev2019-01-031-263/+436
* SERVER-37884 Coordinator should make its state durable before sending prepare...Esha Maharishi2018-12-061-19/+0
* SERVER-36638 Make coordinator commit fully asynchronousMatthew Saltz2018-12-051-85/+665
* SERVER-37882 Switch the distributed transaction commit protocol to the RPC pr...Esha Maharishi2018-11-071-70/+42
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-37597 Make voteCommit for an aborted coordinator send abort to the cal...Matthew Saltz2018-10-151-0/+9
* SERVER-36640 Implement waitForCompletion on the TransactionCoordinatorMatthew Saltz2018-09-271-0/+44
* SERVER-37019 Add tryAbort event and function to the TransactionCoordinatorMatthew Saltz2018-09-131-0/+27
* SERVER-37019 Remove waiting for abort ack logic from TransactionCoordinator a...Matthew Saltz2018-09-131-13/+1
* SERVER-36584 Fix unit test clang compileEsha Maharishi2018-09-131-1/+1
* SERVER-36584 Make TransactionCoordinator calculate commitTimestamp and send i...Esha Maharishi2018-09-121-9/+11
* SERVER-35347 Transaction coordinator and participant internal state machinesEsha Maharishi2018-07-261-0/+111