summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_participant.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66725 SERVER-66659 Incoming retryable txns abort old txns and abort co...Jack Mulrow2022-06-091-69/+175
* SERVER-66993 Stop tracking highest child session txnNumberJack Mulrow2022-06-071-13/+14
* SERVER-66992 Optimize how often SessionCatalog mutex is heldJack Mulrow2022-06-031-4/+5
* SERVER-66852 Eagerly erase retryable child sessions from SessionCatalogJack Mulrow2022-06-031-0/+8
* SERVER-66960 Cache highest child txnNumber on checked out sessionsJack Mulrow2022-06-021-12/+8
* SERVER-66828 Fix coverity defectJack Mulrow2022-05-271-1/+2
* SERVER-66565 Create config.transactions partial index in setFCVJack Mulrow2022-05-241-48/+79
* SERVER-66560 Check feature flag before fetching child transaction historyJack Mulrow2022-05-191-40/+47
* SERVER-66566 Optimize scanning SessionCatalog when refreshing retryable write...Cheahuychou Mao2022-05-191-7/+2
* SERVER-65641 Add test coverage for reaping a session with active TransactionP...Cheahuychou Mao2022-05-121-9/+18
* SERVER-64467 Refactor TicketHolders to not use global contextJordi Olivares Provencio2022-05-091-1/+1
* SERVER-66110 Downgrading FCV can cause the active txnNumber on TransactionPar...Cheahuychou Mao2022-05-051-2/+25
* SERVER-66032 Secondary oplog application failure for prepared internal transa...Cheahuychou Mao2022-04-281-1/+4
* SERVER-62479 Reap sessions for the same retryable write atomicallyCheahuychou Mao2022-04-181-1/+5
* SERVER-65299 Not reset RetryableWriteTransactionParticipantCatalog upon start...Cheahuychou Mao2022-04-071-5/+14
* SERVER-51236 Merge UncommittedCollections with UncommittedCatalogUpdatesFaustoleyva542022-04-071-1/+2
* SERVER-64983 Abort transaction after releasing Client lockDaniel Gómez Ferro2022-04-071-17/+28
* SERVER-65291 Make TransactionRouter and TransactionParticipant log full sessi...Cheahuychou Mao2022-04-061-1/+1
* SERVER-64329 Make TransactionParticipant check internal transactions feature ...Cheahuychou Mao2022-03-281-34/+36
* SERVER-63880 Make resharding handle applyOps oplog entries with WouldChangeOw...Cheahuychou Mao2022-03-231-0/+17
* SERVER-62785 Write change stream pre-images in the main storage engine transa...Mindaugas Malinauskas2022-03-231-2/+15
* SERVER-63494 Enable WouldChangeOwningShard update and findAndModify tests wit...Cheahuychou Mao2022-03-191-2/+7
* SERVER-63441 Handle retryable internal transactions with multiple oplog entri...Cheahuychou Mao2022-03-061-4/+8
* Revert "SERVER-63441 Handle retryable internal transactions with multiple opl...Max Hirschhorn2022-03-061-8/+4
* SERVER-63441 Handle retryable internal transactions with multiple oplog entri...Cheahuychou Mao2022-03-041-4/+8
* SERVER-59342 Add killSessions and failover support to update shard key fsm te...Jack Mulrow2022-02-241-0/+10
* SERVER-63428 Robustify oplog applying code for update operationRui Liu2022-02-221-2/+3
* Revert "SERVER-60525 Make retryable internal transactions retryable across re...LaMont Nelson2022-02-181-6/+0
* SERVER-60525 Make retryable internal transactions retryable across reshardingSanika Phanse2022-02-171-0/+6
* SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn2022-02-111-1/+2
* SERVER-58694 Implement writing of pre-images for transactional update/replace...Mindaugas Malinauskas2022-02-091-1/+4
* Revert "SERVER-58694 Implement writing of pre-images for transactional update...auto-revert-processor2022-02-081-4/+1
* SERVER-63366 Basic retryability support for findAndModify WCOS with transacti...Jack Mulrow2022-02-081-11/+41
* SERVER-58694 Implement writing of pre-images for transactional update/replace...Mindaugas Malinauskas2022-02-071-1/+4
* SERVER-61088 Make transaction participants check if txnRetryCounter is suppor...Jason Zhang2022-02-031-10/+15
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-1/+2
* SERVER-60917 Make commands that fail with RetryTransactionInProgress block un...Cheahuychou Mao2022-01-281-13/+59
* SERVER-62671 Handle committing and aborting prepared retryable internal trans...Cheahuychou Mao2022-01-281-4/+7
* SERVER-61121 Make TransactionMetricsObserver support TxnNumberAndRetryCounterSanika Phanse2022-01-241-3/+2
* SERVER-61122 Log TxnNumberAndRetryCounter in metrics and log methods inside T...Sanika Phanse2022-01-241-0/+4
* SERVER-61085 Do not persist txnRetryCounter if value is defaultJason Zhang2022-01-191-9/+6
* SERVER-62047 Enforce txnNumber ordering in a session in the presence of retry...Cheahuychou Mao2022-01-141-15/+41
* SERVER-60917 Make transaction participants throw RetryableTransactionInProgre...Cheahuychou Mao2022-01-141-0/+29
* SERVER-62020 Make retryable write statements executed with or without interna...Cheahuychou Mao2022-01-141-32/+351
* SERVER-57122 Make RecoveryUnit decorable and use it for UncommitedCollections...Faustoleyva542021-12-211-10/+0
* SERVER-61086 Make transaction participants check if internal transactions are...Jason Zhang2021-12-021-0/+7
* SERVER-60540 Add retryability support for internal transactions for findAndMo...Cheahuychou Mao2021-11-201-0/+4
* SERVER-61190 Rename numberOfPreImagesToWrite to numberOfPrePostImagesToWriteCheahuychou Mao2021-11-201-5/+5
* SERVER-60741 Change eligible find operations to not reposition cursors across...Ian Boros2021-11-181-12/+3
* SERVER-59657 Annotate some of the WriteConflictExceptionsAndrew Shuvalov2021-11-121-5/+13