summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/txn_two_phase_commit_cmds.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46796 Propagate specific errors during transaction prepare to the clientGregory Noma2020-04-281-9/+11
* 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-14/+14
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45405 Allow implicit collection creation inside multi-doc txnsMaria van Keulen2020-02-191-0/+5
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-11/+23
* SERVER-45800: Set client lastOp to max(prepareOpTime, lastAppliedOpTime, curr...Lingzhi Deng2020-01-301-10/+9
* SERVER-39364: Get the last oplog entry from the storage engine for setLastOpT...Lingzhi Deng2020-01-151-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-7/+6
* SERVER-40987 Output transaction information in curOp for coordinator workerLamont Nelson2019-08-221-0/+7
* SERVER-42772 Return transaction commit decision from onCompletion future in T...Matthew Saltz2019-08-211-12/+8
* SERVER-41457 Unify the different ways the TransactionParticipant offers for a...Matthew Russotto2019-08-211-4/+3
* SERVER-40466 Unify checks for being in a multi-document transactionSamy Lanka2019-08-081-2/+2
* SERVER-41925 enumerate the FCV 4.4 dependencies in the sharding codeMisha Tyulenev2019-08-061-6/+0
* SERVER-42481 Remove FCV checks around prepared transactionsJason Chan2019-08-011-5/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+5
* SERVER-41369 Terminate the TransactionCoordinator retry logic if read concern...Kaloian Manassiev2019-07-231-9/+14
* SERVER-36824 prevent prepareTransaction command on standalonePavi Vetriselvan2019-06-271-0/+5
* SERVER-41780 always wait for write concern on prepareTransaction retriesJudah Schvimer2019-06-251-7/+13
* SERVER-33727 Do not wait for write concern if opTime didn't change during writeJames Wahlin2019-05-231-1/+1
* SERVER-40808 Recovering a transaction's outcome should block if the participa...Esha Maharishi2019-05-021-58/+50
* SERVER-37886 Make prepareTransaction set Client last OpTime to the greater of...Jack Mulrow2019-04-151-4/+7
* SERVER-40297 Make the TransactionCoordinator entirely futures-basedKaloian Manassiev2019-04-031-46/+62
* SERVER-35394 Ensure that only the internal role can run the prepareTransactio...Gregory Wlodarek2019-03-241-1/+8
* SERVER-40223 Use the AsyncWorkScheduler to run local command when recovering ...Kaloian Manassiev2019-03-211-44/+21
* Revert "SERVER-40223 Use the AsyncWorkScheduler to run local command when rec...Kaloian Manassiev2019-03-211-21/+44
* SERVER-40223 Use the AsyncWorkScheduler to run local command when recovering ...Kaloian Manassiev2019-03-211-53/+27
* Revert "SERVER-37886 Make prepareTransaction set Client last OpTime to the gr...Esha Maharishi2019-03-081-7/+4
* SERVER-37886 Make prepareTransaction set Client last OpTime to the greater of...Esha Maharishi2019-03-081-4/+7
* SERVER-39058 Synchronize user set modification in AuthorizationSession with C...Shreyas Kalyan2019-02-261-1/+1
* SERVER-38810 Use Session's concurrency control rules instead of internal mute...Andy Schwerin2019-02-151-5/+5
* 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-2/+1
* SERVER-39187 Signal coordinator's decision promise when the coordinator is ca...Matthew Saltz2019-01-301-0/+3
* SERVER-38978 coordinateCommitTransaction should send abortTransaction over th...Esha Maharishi2019-01-241-6/+68
* SERVER-38522 Make persistParticipantList/persistDecision/deleteCoordinatorDoc...Kaloian Manassiev2019-01-031-17/+18
* SERVER-36853 coordinateCommitTransaction should set the Client's last OpTime ...Esha Maharishi2018-12-111-0/+5
* SERVER-36638 Make coordinator commit fully asynchronousMatthew Saltz2018-12-051-2/+2
* SERVER-37440 coordinateCommit should fall back to recovering decision from lo...Esha Maharishi2018-11-291-30/+58
* SERVER-37665 Get rid of the 'checkOutSession' parameter of OperationContextSe...Kaloian Manassiev2018-11-161-1/+1
* SERVER-37558 Fail prepareTransaction command against primary when replica set...Vesselina Ratcheva2018-11-131-6/+13
* SERVER-37559 Fail prepareTransaction command against replica set primary with...Vesselina Ratcheva2018-11-081-0/+6
* SERVER-37882 Switch the distributed transaction commit protocol to the RPC pr...Esha Maharishi2018-11-071-255/+16
* SERVER-37179 Pass the reference of OperationSessionInfoFromClient around.Siyuan Zhou2018-10-241-2/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-37621 Move logging in transaction command bodies to after checking tha...Esha Maharishi2018-10-121-5/+5
* SERVER-37553 Log sending and receiving every message in the transaction two p...Esha Maharishi2018-10-111-1/+29
* SERVER-37363 Return Future with commit decision from coordinateCommitMatthew Saltz2018-10-041-4/+19
* SERVER-36304 A transaction participant should send voteCommit to the coordina...Esha Maharishi2018-09-271-13/+109
* SERVER-37320 Prevent prepareTransaction from running on anything but initiali...Esha Maharishi2018-09-271-1/+12