summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56783: Ignore NamespaceNotFound for createIndex in tenant oplog applierLingzhi Deng2021-05-101-15/+18
* SERVER-56767: Check for interrupt before initializing tenant oplog applier an...Lingzhi Deng2021-05-101-11/+12
* SERVER-54926 Convert HostUnreachable error in _fetchAndStoreRecipientClusterT...Jason Zhang2021-05-071-4/+2
* SERVER-56527: Tenant migration recipient should ignore createIndex on non-emp...Lingzhi Deng2021-05-071-0/+23
* SERVER-53777 Add idempotency targeted tests for tenant migration.Wenbin Zhu2021-05-073-6/+373
* SERVER-54302 Handle retrying with different migration id after dropping donor...Cheahuychou Mao2021-05-052-18/+21
* SERVER-54302 Write tenant migration test when the state doc collection is dro...Cheahuychou Mao2021-05-056-9/+51
* SERVER-56354 Ensure that the future chain in checkIfCanReadOrBlock gets inter...Cheahuychou Mao2021-05-051-6/+20
* SERVER-56188 Nested applyOps can hold onto global X lock while blocking on mi...Jason Zhang2021-05-051-58/+20
* SERVER-56435 Tenant migration donor shouldn't abort on shutdown or not primar...Jack Mulrow2021-05-051-6/+5
* SERVER-54460 Ensure that opCtx that waits on PrimaryOnlyService completion pr...Cheahuychou Mao2021-05-042-9/+17
* SERVER-56248 Refactor logic for aborting a tenant migration donorJack Mulrow2021-05-033-50/+59
* SERVER-55882: Invalidate in-memory transactions when fetching committed trans...XueruiFa2021-04-281-0/+7
* SERVER-55353: Ignore pre/post image when tenant oplog batcher can't find oneLingzhi Deng2021-04-283-20/+29
* SERVER-56367 Fix race when enabling failpoint in tenant migration recipient t...Wenbin Zhu2021-04-281-28/+31
* SERVER-54030 Validate state transitions in TenantMigrationAccessBlockerCheahuychou Mao2021-04-265-66/+165
* SERVER-53711 Update header comment in TenantMigrationAccessBlockerCheahuychou Mao2021-04-261-37/+39
* SERVER-55359 pre/post image ops after startFetchingDonorOpTime should be filt...Pavi Vetriselvan2021-04-261-25/+45
* SERVER-56293: Fix out of scope opCtx capture in checkIfCanReadOrBlockLingzhi Deng2021-04-231-14/+15
* SERVER-55051: Donor should block non-timestamped reads after migration has co...Lingzhi Deng2021-04-238-36/+64
* SERVER-55380 Serialize oplog application of writes to the tenant migration na...Jason Chan2021-04-232-4/+66
* SERVER-55473 DBClientBase::_auth returns original status instead of Authentic...Wenbin Zhu2021-04-221-7/+1
* SERVER-55229 Implement and test recipient cloner stats after failoverVishnu Kaushik2021-04-226-65/+351
* SERVER-53790 Test tenant migration recipient respects the provided read prefe...Wenbin Zhu2021-04-221-5/+152
* SERVER-55355: Retry tenant migration on oplog fetcher errorsXueruiFa2021-04-222-5/+23
* SERVER-54207 Add test coverage for interrupting tenant migration donor operat...Jason Zhang2021-04-212-10/+21
* SERVER-54829 Avoid crashing during kUpgrading/kDowngrading state if config ha...Pavi Vetriselvan2021-04-204-43/+70
* SERVER-54829 consolidate validateConfigForReconfig paths into a single onePavi Vetriselvan2021-04-204-60/+47
* SERVER-56024: Enable featureFlagTenantMigrations and add tenant migration pas...Lingzhi Deng2021-04-131-1/+2
* SERVER-55193 Support back-to-back tenant migrationsJason Chan2021-04-128-93/+240
* SERVER-55780 Simplify cancellation for tenant migration donorsJack Mulrow2021-04-112-198/+136
* SERVER-53807: Add tenant migrations passthrough coverage for transactionsXueruiFa2021-04-081-1/+2
* SERVER-53110 Fix tenant_migration_donor_initial_sync_recovery.js to avoid Con...Jason Chan2021-04-071-0/+2
* SERVER-55360 Fix race in creating TenantMigrationRecipient namespace collecti...Jason Chan2021-04-071-4/+14
* SERVER-52713 Add tenant migration kill and terminate jscore passthrough suitesCheahuychou Mao2021-04-061-1/+7
* SERVER-52713 Add tenant migration stepdown jscore passthrough suiteCheahuychou Mao2021-04-062-2/+10
* SERVER-55357: Start a new retryable write chain on each migrationLingzhi Deng2021-04-053-21/+46
* SERVER-55744: Use kTenantMigration log component verbosity in tenant_migratio...XueruiFa2021-04-021-1/+1
* SERVER-55598: Avoid parsing oplog entries again in _logOpsInner for abortInde...Lingzhi Deng2021-04-013-70/+67
* SERVER-55547 Make tenant migration donor abort index builds before fetching keysJack Mulrow2021-03-312-22/+40
* SERVER-55408 Make TenantMigration{Donor|Recipient}Service's checkIfOptionsCon...Cheahuychou Mao2021-03-318-33/+65
* SERVER-55547 Simplify tenant migration donor service run chainJack Mulrow2021-03-312-399/+469
* SERVER-55530 Remove unused executor parameter from storeExternalClusterTimeKe...Jack Mulrow2021-03-264-6/+4
* SERVER-55496 Increase tenant migration donor service thread pool max sizeJack Mulrow2021-03-261-1/+6
* SERVER-55416 Tenant migration donor shouldn't fetch keys if cancelation token...Jack Mulrow2021-03-251-3/+14
* SERVER-55314: Serialize transaction if it contains a command op in tenant mig...XueruiFa2021-03-221-2/+13
* SERVER-55007 Deadlock between step down and MongoDOperationContextSessionRandolph Tan2021-03-222-0/+16
* SERVER-54525 Access_check for none commandsMark Benvenuto2021-03-222-0/+3
* SERVER-24912 Audit setting ClientMetadata as its own eventBen Caimano2021-03-191-0/+3
* SERVER-54266 Add data size and estimated time stats to recipient currentOpVishnu Kaushik2021-03-199-1/+92