summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_oplog_applier.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63247: Use migrationId log attribute consistentlyChristopher Caplinger2022-02-241-20/+20
* SERVER-61085 Do not persist txnRetryCounter if value is defaultJason Zhang2022-01-191-4/+1
* SERVER-62020 Make retryable write statements executed with or without interna...Cheahuychou Mao2022-01-141-1/+2
* SERVER-61666 Fix migration for txns before startApplyingA. Jesse Jiryu Davis2021-12-181-2/+2
* Revert "SERVER-61666 Fix migration for txns before startApplying"A. Jesse Jiryu Davis2021-12-151-2/+2
* SERVER-61666 Fix migration for txns before startApplyingA. Jesse Jiryu Davis2021-12-061-2/+2
* SERVER-57680 Use namespace instead of nss for naming log attributesSanika Phanse2021-11-081-3/+3
* SERVER-60529 Make TransactionParticipant take in txnNumberAndRetryCounter ins...Jason Zhang2021-11-031-10/+12
* SERVER-58752 Persist txnRetryCounter and reload it on stepupCheahuychou Mao2021-09-081-4/+12
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-011-3/+8
* SERVER-57877 TenantOplogApplier operations must be interruptible on step down...Vishnu Kaushik2021-06-211-0/+8
* SERVER-57754 Tenant Oplog Applier doesn't grab the RSTL before reserving oplo...Vishnu Kaushik2021-06-171-0/+4
* SERVER-57173: Add distinction to oplog application when data is inconsistent.Daniel Gottlieb2021-06-051-5/+11
* SERVER-57098: Reset retryable write state on the tenant migration recipient i...Lingzhi Deng2021-05-251-9/+29
* SERVER-57099: Preserve donor oplog optime in o2 when avoid re-wrapping previo...Lingzhi Deng2021-05-251-0/+7
* SERVER-55883: Allow retrying commitTransaction across back-to-back migrationsLingzhi Deng2021-05-191-5/+7
* SERVER-56783: Ignore NamespaceNotFound for createIndex in tenant oplog applierLingzhi Deng2021-05-101-15/+18
* SERVER-56527: Tenant migration recipient should ignore createIndex on non-emp...Lingzhi Deng2021-05-061-0/+23
* SERVER-56054: Change minThreads value for replication writer thread pool to 0Lingzhi Deng2021-04-281-2/+3
* SERVER-55353: Ignore pre/post image when tenant oplog batcher can't find oneLingzhi Deng2021-04-281-17/+7
* SERVER-16049 TenantOplogApplier does not enforce operation constraintsGregory Wlodarek2021-04-231-0/+1
* SERVER-55357: Start a new retryable write chain on each migrationLingzhi Deng2021-04-051-20/+37
* SERVER-55314: Serialize transaction if it contains a command op in tenant mig...XueruiFa2021-03-221-2/+13
* SERVER-53510 Handle preImage and postImage for retryable writesMatthew Russotto2021-03-171-10/+100
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-9/+10
* SERVER-55141: Add receiveStart and numOpsApplied to recipient currentOpLingzhi Deng2021-03-161-0/+2
* SERVER-55210: Fix stack-use-after-scope in TenantOplogApplierLingzhi Deng2021-03-151-3/+3
* SERVER-53509 Create an oplog chain and update config.transactions for retryab...Matthew Russotto2021-03-111-7/+94
* SERVER-53946 Resume batching from the last noop entry even if it is less than...Jason Chan2021-03-091-7/+7
* SERVER-54912: Use o2 field for tenant migration no-op writesLingzhi Deng2021-03-041-31/+38
* SERVER-53515: Process final applyOps entries for transactionsLingzhi Deng2021-03-021-3/+107
* SERVER-54778: Use the same writer thread to write noop entries for donor oplo...Lingzhi Deng2021-03-021-20/+61
* SERVER-53573 Remove _opTimeMapping and tests making sure we chain no-ops corr...Matthew Russotto2021-02-261-41/+8
* SERVER-54347 Allow createIndexes and dropIndexes through the tenant_oplog_app...Matthew Russotto2021-02-221-4/+7
* SERVER-53926 replace recipientSyncData (with returnAfterTimestamp) errors wit...Vishnu Kaushik2021-02-181-0/+2
* SERVER-54168: TenantOplogApplier should join TenantOplogBatcherLingzhi Deng2021-02-091-0/+6
* SERVER-52723 Handle oplog application restart in TenantMigrationRecipientServiceJason Chan2021-01-261-3/+28
* SERVER-53312: Enable recipient testing for tenant_migration_jscore_passthroughLingzhi Deng2021-01-191-0/+3
* SERVER-53339: Tenant oplog appplier should handle errors from noop writesLingzhi Deng2020-12-221-3/+24
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-3/+3
* SERVER-53198 Tenant oplog applier should commit the no-op writes.Suganthi Mani2020-12-031-0/+3
* SERVER-52934 Tenant oplog applier typo error fix and unit test failure fix.Suganthi Mani2020-12-021-1/+1
* SERVER-52934 Tenant oplog applier may not notify the waiters in TenantOplogAp...Suganthi Mani2020-12-021-22/+75
* SERVER-50024 make tunable server parameters for TenantOplogProcessing constantsVishnu Kaushik2020-12-021-19/+13
* SERVER-52628 Tenant migration recipient no longer gives a false indication to...Suganthi Mani2020-11-061-6/+13
* SERVER-51246 Write a noop into the oplog buffer after each batch to ensure te...Judah Schvimer2020-10-291-9/+40
* SERVER-48812 Start oplog application in MigrationServiceInstanceMatthew Russotto2020-10-151-1/+2
* SERVER-48811 Run cloners in MigrationServiceInstanceSuganthi Mani2020-10-071-7/+13
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-2/+2
* SERVER-49779 Create a log component for tenant migrationsJudah Schvimer2020-08-271-1/+1