summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_oplog_applier.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-48860 Make migration oplog applier class apply oplog entries.Matthew Russotto2020-08-241-27/+215
* SERVER-48860 Create migration oplog applier class, writing no-ops onlyMatthew Russotto2020-08-171-0/+319