summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_coordinator_catalog_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37880 Introduce backoff for retrying commit and abort messagesKaloian Manassiev2019-01-161-9/+2
* SERVER-38522 Make persistParticipantList/persistDecision/deleteCoordinatorDoc...Kaloian Manassiev2019-01-031-3/+6
* SERVER-36853 Coordinator should resume coordinating commit for unfinished tra...Esha Maharishi2018-12-111-22/+34
* SERVER-36638 Make coordinator commit fully asynchronousMatthew Saltz2018-12-051-57/+20
* SERVER-37882 Switch the distributed transaction commit protocol to the RPC pr...Esha Maharishi2018-11-071-34/+38
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37232 Remove coordinator from catalog asynchronously on commit or abortMatthew Saltz2018-10-041-49/+47
* SERVER-37019 Remove waiting for abort ack logic from TransactionCoordinator a...Matthew Saltz2018-09-131-1/+0
* 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-2/+4
* SERVER-36852 Move TransactionCoordinator off of Session and into TransactionC...Matthew Saltz2018-09-121-8/+13
* SERVER-36852 Implement getLatestOnSession in TransactionCoordinatorCatalogMatthew Saltz2018-09-121-0/+50
* SERVER-37014 Implement "remove" functionality in TransactionCoordinatorCatalogMatthew Saltz2018-09-121-0/+43
* SERVER-36851 Create TransactionCoordinatorCatalog for holding TransactionCoor...Matthew Saltz2018-09-121-0/+105