summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54347 Allow createIndexes and dropIndexes through the tenant_oplog_app...Matthew Russotto2021-02-224-4/+92
* SERVER-54652 Create oplog buffer outside of TenantMigrationRecipientService m...Jason Chan2021-02-221-3/+5
* SERVER-54205 Proactively load external keys into the keys cacheJack Mulrow2021-02-224-23/+10
* SERVER-54658 Remove unused imports in tenant_migration_access_blocker_util fi...Cheahuychou Mao2021-02-225-68/+45
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-2216-40/+42
* SERVER-53553 Make tenant migration recipient to start cloning tenant data onl...Matthew Russotto2021-02-185-20/+189
* SERVER-54191 Avoid fasserting in a tenant migration if recipient primary call...Vishnu Kaushik2021-02-183-9/+21
* SERVER-52791 Make PrimaryOnlyService::shutdown explicitly interrupt tracked O...Blake Oler2021-02-182-8/+30
* SERVER-53926 replace recipientSyncData (with returnAfterTimestamp) errors wit...Vishnu Kaushik2021-02-183-19/+46
* SERVER-53168: Set maxTenantMigrationDonorThreadPoolSize default to 128Lingzhi Deng2021-02-172-1/+9
* SERVER-52862 Move logAuthentication hooks to AuthenticationSessionBen Caimano2021-02-171-0/+2
* SERVER-53552 Tenant migration donor should pass startMigrationDonorTimestamp ...Matthew Russotto2021-02-164-14/+65
* SERVER-54478 Fix issue where recipient primary failover after forget migratio...Vishnu Kaushik2021-02-161-5/+6
* SERVER-54506 Add missing libdeps for hello.idlSara Golemon2021-02-131-0/+2
* SERVER-54475 Add SSPL to shim files. Refactor sspl check.Billy Donahue2021-02-122-2/+2
* SERVER-54509: TenantOplogBatcher should transition to complete when it fails ...Lingzhi Deng2021-02-121-0/+5
* SERVER-54496 Tenant migration donor should not specify timeout for recipientS...Cheahuychou Mao2021-02-121-3/+1
* SERVER-50495 Make tenant_migration_jscore_passthrough simulate migrations tha...Cheahuychou Mao2021-02-121-14/+13
* SERVER-54479 Fix typo in the name for pauseTenantMigrationAfterPersistingInit...Cheahuychou Mao2021-02-121-2/+2
* SERVER-54439 Allow lookup/graphLookup into kTenantMigrationOplogViewPavi Vetriselvan2021-02-111-3/+3
* SERVER-53950: fix ASAN errors when migration recipient is stuck on step downAndrew Shuvalov2021-02-114-11/+45
* SERVER-54425 Make TenantMigrationDonorAccessBlocker keep track of number of b...Cheahuychou Mao2021-02-109-57/+96
* SERVER-53511: Create stub _fetchCommittedTransactions functionXueruiFa2021-02-102-0/+12
* SERVER-54056 Decrease the default value for tenantMigrationGarbageCollectionD...Jason Zhang2021-02-101-1/+1
* SERVER-54256: Handle retryable errors when choosing a donor sync sourceXueruiFa2021-02-102-82/+44
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-1/+1
* SERVER-53150 Specify input/output to hello commandSara Golemon2021-02-105-138/+372
* SERVER-53358 Need to shut down taskExecutor in TenantOpogBatcherTest explicit...Matthew Russotto2021-02-101-0/+2
* Revert "SERVER-53150 Specify input/output to hello command"Kaloian Manassiev2021-02-105-374/+138
* SERVER-53150 Specify input/output to hello commandSara Golemon2021-02-105-138/+374
* SERVER-52542 Convert dropIndexes to IDLA. Jesse Jiryu Davis2021-02-091-8/+4
* SERVER-54168: TenantOplogApplier should join TenantOplogBatcherLingzhi Deng2021-02-098-0/+20
* SERVER-52863 Instantiate AuthenticationSession during SASL mechanism negotiationBen Caimano2021-02-092-6/+9
* SERVER-53996: Avoid holding mutex while reading/writing in tenant migration r...XueruiFa2021-02-092-57/+84
* SERVER-53406 Store external keys once per migrationJack Mulrow2021-02-094-21/+15
* SERVER-53823 Require matching FCV from donor when starting a tenant migrationVesselina Ratcheva2021-02-093-0/+106
* SERVER-54114 SERVER-54039 Pass cancelation token throughout TenantMigrationDo...Jason Zhang2021-02-082-107/+122
* SERVER-54392 Use the actual value for Namespace::kAdminDb inside waitUntilTim...Jason Zhang2021-02-081-1/+1
* SERVER-50268 cleaned up LIBDEP_DEPENDENTS and wiredtiger dependencies.Daniel Moody2021-02-061-179/+182
* SERVER-51382 Ensure tenant migration bumps the recipient's logical clock to a...Jason Zhang2021-02-064-3/+78
* SERVER-54204 Load external validation keys with local read concernJack Mulrow2021-02-065-27/+16
* SERVER-52720: Handle choosing a new donor node when startApplyingOpTime existsXueruiFa2021-02-054-93/+253
* SERVER-48862 Part 2: aborting index builds when a migration startsMatthew Russotto2021-02-054-1/+24
* SERVER-53023 Create TTL index on config.tenantMigrationRecipientVishnu Kaushik2021-02-043-1/+31
* SERVER-52564 Deadlock between step down and MongoDOperationContextSessionRandolph Tan2021-02-041-0/+5
* Revert "SERVER-50656 Add cancellation support to WaitForMajorityService"George Wangensteen2021-02-0410-388/+139
* SERVER-50656 Add cancellation support to WaitForMajorityServiceGeorge Wangensteen2021-02-0410-139/+388
* SERVER-52722 Handle cloning restart in TenantMigrationRecipientServiceJason Chan2021-02-041-7/+13
* SERVER-53319 move createRetryableWritesView into tenant_migration_utilPavi Vetriselvan2021-02-046-43/+45
* SERVER-53581: Implement TenantMigrationRecipientAccessBlockerLingzhi Deng2021-02-045-0/+517