summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_migration_recipient_service.h
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-55355: Retry tenant migration on oplog fetcher errorsXueruiFa2021-04-211-2/+0
* SERVER-54696 Serialize DDL operations on step-upTommaso Tocci2021-04-091-2/+1
* Revert "SERVER-54696 Serialize DDL operations on step-up"Tommaso Tocci2021-04-081-1/+2
* SERVER-54696 Serialize DDL operations on step-upTommaso Tocci2021-04-071-2/+1
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-1/+1
* SERVER-55408 Make TenantMigration{Donor|Recipient}Service's checkIfOptionsCon...Cheahuychou Mao2021-03-251-7/+8
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-3/+3
* SERVER-54785 Complete TODO listed in SERVER-52719 and allow recipient toJason Chan2021-03-171-5/+6
* SERVER-54263: Add tenantMigrations serverStatus sectionAndrew Shuvalov2021-03-111-0/+6
* SERVER-53508 Handle recipient failover while fetching retryable writes from d...Pavi Vetriselvan2021-03-101-3/+3
* SERVER-53514: Handle failover when updating config.transactions for committed...XueruiFa2021-03-091-1/+1
* SERVER-53584 Create recipient TenantMigrationAccessBlockers on startup, initi...Cheahuychou Mao2021-03-041-2/+3
* SERVER-53513: Update config.transactions for committed transactions before st...XueruiFa2021-03-031-0/+7
* SERVER-53406 Add TTL for external keysJack Mulrow2021-02-271-1/+1
* SERVER-53582 Create and remove TenantMigrationAccessBlocker on recipientCheahuychou Mao2021-02-251-8/+14
* SERVER-53319 Fetch retryable writes oplog entries that occurred before startF...Pavi Vetriselvan2021-02-251-0/+6
* SERVER-53511: Make committed transactions aggregation pipelineXueruiFa2021-02-251-4/+13
* SERVER-52719 Restart TenantMigrationRecipientService future chain on donor fa...r4.9.0-alpha5Jason Chan2021-02-241-2/+19
* SERVER-53553 Make tenant migration recipient to start cloning tenant data onl...Matthew Russotto2021-02-181-0/+4
* SERVER-53926 replace recipientSyncData (with returnAfterTimestamp) errors wit...Vishnu Kaushik2021-02-181-6/+11
* SERVER-53511: Create stub _fetchCommittedTransactions functionXueruiFa2021-02-101-0/+6
* SERVER-53996: Avoid holding mutex while reading/writing in tenant migration r...XueruiFa2021-02-091-1/+1
* SERVER-53823 Require matching FCV from donor when starting a tenant migrationVesselina Ratcheva2021-02-091-0/+5
* SERVER-51382 Ensure tenant migration bumps the recipient's logical clock to a...Jason Zhang2021-02-061-1/+3
* SERVER-54204 Load external validation keys with local read concernJack Mulrow2021-02-061-1/+1
* SERVER-52720: Handle choosing a new donor node when startApplyingOpTime existsXueruiFa2021-02-051-6/+19
* SERVER-53023 Create TTL index on config.tenantMigrationRecipientVishnu Kaushik2021-02-041-0/+3
* SERVER-53319 Create stub _retrieveRetryableWrites function in TenantMigration...Pavi Vetriselvan2021-02-031-0/+7
* SERVER-54084 Add server parameter tenantMigrationDisableX509Auth to enable ke...Cheahuychou Mao2021-02-021-8/+13
* SERVER-54084 Formalize ssl configuration validation for tenant migrationCheahuychou Mao2021-02-021-12/+10
* SERVER-53562 Add small fixesVesselina Ratcheva2021-01-301-1/+1
* SERVER-53562 Write FCV to multitenant recipient state document and check itVesselina Ratcheva2021-01-291-0/+5
* SERVER-54098 Make TenantMigrationDonorService's checkIfOptionsConflict take i...Cheahuychou Mao2021-01-281-2/+2
* SERVER-53405 Make tenant migration recipient copy the donor's cluster time si...Cheahuychou Mao2021-01-281-3/+14
* SERVER-52723 Handle oplog application restart in TenantMigrationRecipientServiceJason Chan2021-01-261-1/+9
* SERVER-53876 remove TODO SERVER-50974 commentVishnu Kaushik2021-01-201-1/+1
* SERVER-52718: Add support for blacklisting nodes in TenantMigrationRecipientS...XueruiFa2021-01-141-0/+16
* SERVER-52707 Make tenant migration recipient use x509 certificate to connect ...Cheahuychou Mao2021-01-051-5/+4
* SERVER-48814: Implement recipientForgetMigration commandLingzhi Deng2020-12-101-9/+45
* SERVER-52965 TenantMigrationRecipientInstance should be removed from TenantMi...Vishnu Kaushik2020-12-091-3/+1
* SERVER-52934 Tenant oplog applier may not notify the waiters in TenantOplogAp...Suganthi Mani2020-12-021-1/+1
* SERVER-51012 Integrate CancelationTokens with PrimaryOnlyServiceJason Zhang2020-11-251-1/+2
* SERVER-52695 Tenant Migration Recipient Instance should use parent executor (...Suganthi Mani2020-11-171-1/+1
* SERVER-51748 TenantMigrationRecipientService should not create opCtx if the c...Suganthi Mani2020-11-171-2/+2
* SERVER-52614 Rename field names in tenant_migration_recipient_cmds.idl and te...Suganthi Mani2020-11-041-2/+2
* SERVER-51246 Write a noop into the oplog buffer after each batch to ensure te...Judah Schvimer2020-10-291-0/+1
* SERVER-48796 Implement recipientSyncData command in MigrationServiceInstance.Suganthi Mani2020-10-191-5/+24
* SERVER-48812 Start oplog application in MigrationServiceInstanceMatthew Russotto2020-10-151-0/+8
* SERVER-48811 Fixing methods in tenant migration recipient instance to return ...Suganthi Mani2020-10-081-3/+3
* SERVER-48811 Run cloners in MigrationServiceInstanceSuganthi Mani2020-10-071-23/+192