summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_oplog_applier.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66715 Add tenant lockMindaugas Malinauskas2023-04-121-0/+10
* Revert "SERVER-72622: Track TenantOplogApplier progress in replicated collect...Christopher Caplinger2023-04-101-24/+15
* SERVER-72622: Track TenantOplogApplier progress in replicated collectionChristopher Caplinger2023-04-081-15/+24
* Revert "SERVER-66715 Add tenant lock"Tommaso Tocci2023-04-051-10/+0
* SERVER-66715 Add tenant lockMindaugas Malinauskas2023-04-041-0/+10
* Revert "SERVER-72622: Track TenantOplogApplier progress in replicated collect...Suganthi Mani2023-03-281-26/+15
* SERVER-72622: Track TenantOplogApplier progress in replicated collectionChristopher Caplinger2023-03-211-15/+26
* SERVER-71831 Ensure shard merge only copy the tenantIds providedDidier Nadeau2023-01-241-0/+2
* SERVER-72500: Change oplog application to work on batches of ApplierOperation...Daniel Gottlieb2023-01-101-4/+4
* SERVER-67574: Remove noexcept from _doStartup_inlockChristopher Caplinger2022-06-301-1/+1
* SERVER-61145 clang fixSuganthi Mani2022-05-121-1/+1
* SERVER-61145 Shard merge protocol fetches and applies all donor oplog entries.Suganthi Mani2022-05-121-2/+7
* SERVER-65300 Refactor tenant migration recipient state machinery code.Suganthi Mani2022-04-261-6/+6
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-1/+1
* SERVER-57173: Add distinction to oplog application when data is inconsistent.Daniel Gottlieb2021-06-051-1/+2
* SERVER-55357: Start a new retryable write chain on each migrationLingzhi Deng2021-04-051-1/+7
* SERVER-55141: Add receiveStart and numOpsApplied to recipient currentOpLingzhi Deng2021-03-161-0/+7
* SERVER-53946 Resume batching from the last noop entry even if it is less than...Jason Chan2021-03-091-3/+11
* SERVER-54912: Use o2 field for tenant migration no-op writesLingzhi Deng2021-03-041-2/+1
* SERVER-53515: Process final applyOps entries for transactionsLingzhi Deng2021-03-021-0/+3
* SERVER-54778: Use the same writer thread to write noop entries for donor oplo...Lingzhi Deng2021-03-021-3/+4
* SERVER-53573 Remove _opTimeMapping and tests making sure we chain no-ops corr...Matthew Russotto2021-02-261-5/+0
* SERVER-54168: TenantOplogApplier should join TenantOplogBatcherLingzhi Deng2021-02-091-0/+1
* SERVER-52723 Handle oplog application restart in TenantMigrationRecipientServiceJason Chan2021-01-261-1/+8
* SERVER-52934 Tenant oplog applier may not notify the waiters in TenantOplogAp...Suganthi Mani2020-12-021-3/+9
* SERVER-50024 make tunable server parameters for TenantOplogProcessing constantsVishnu Kaushik2020-12-021-5/+0
* SERVER-52628 Tenant migration recipient no longer gives a false indication to...Suganthi Mani2020-11-061-3/+7
* SERVER-51246 Write a noop into the oplog buffer after each batch to ensure te...Judah Schvimer2020-10-291-5/+4
* SERVER-48811 Run cloners in MigrationServiceInstanceSuganthi Mani2020-10-071-15/+19
* SERVER-48860 Make migration oplog applier class apply oplog entries.Matthew Russotto2020-08-241-6/+18
* SERVER-48860 Create migration oplog applier class, writing no-ops onlyMatthew Russotto2020-08-171-0/+145