summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55358: Check sync source too stale before starting oplog fetcher in te...XueruiFa2021-05-192-10/+39
* SERVER-56371 Upgrade timelib to 2021.06Mohammad Dashti2021-05-141-2/+3
* SERVER-56686 Don't return tenant migration details to users in errorsJack Mulrow2021-05-142-29/+19
* SERVER-56644 Remove unused importsCheahuychou Mao2021-05-102-2/+0
* SERVER-56644 Create oplog views for resharding and tenant migration on startupCheahuychou Mao2021-05-109-11/+40
* 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-045-9/+20
* SERVER-55556 add new totalUnitsWritten metric; add new localTime field to ope...r4.9.0-rc1Eric Milkie2021-05-035-2/+148
* SERVER-56248 Refactor logic for aborting a tenant migration donorJack Mulrow2021-05-034-54/+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-239-40/+68
* 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-222-13/+2
* 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-205-43/+75
* SERVER-54829 consolidate validateConfigForReconfig paths into a single onePavi Vetriselvan2021-04-204-60/+47
* SERVER-55312 Only set up tenant migration primary only services and op observ...Jason Zhang2021-04-193-4/+29
* 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-129-94/+243
* 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-063-4/+12
* SERVER-55532 Make ReshardingTxnCloner's ClonerOneBatchThenCanceled cancel bef...Haley Connelly2021-04-061-4/+7
* 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
* Revert "SERVER-47603 Rewrite db.currentOp() shell helper in terms of $current...Katherine Wu2021-03-312-54/+15
* SERVER-55395 stdx/thread.h needs cstdlibBilly Donahue2021-03-311-0/+1