summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_migration_access_blocker_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-64083 Add a missing step to create tenant migration access blockers fo...mathisbessamdb2022-04-061-0/+58
* SERVER-61141 Make access blockers for shard mergeA. Jesse Jiryu Davis2022-03-221-2/+40
* SERVER-64428 Fix crash in tenant_migration_donor_initial_sync_recovery.jsA. Jesse Jiryu Davis2022-03-111-3/+8
* SERVER-63397 Abort all index builds during shard mergeA. Jesse Jiryu Davis2022-03-101-0/+1
* SERVER-63697 Simplify shard merge recipient coordinationA. Jesse Jiryu Davis2022-03-051-1/+0
* SERVER-63331 Remove unnecessary conversion between BSON and WriteError IDLKaloian Manassiev2022-02-271-2/+2
* SERVER-63393 Minimize locking in shard split observer and tenant migration bl...Didier Nadeau2022-02-091-2/+3
* SERVER-62340 Move executor to TenantAccessBlockerRegistry to prevent destruct...Didier Nadeau2022-01-141-4/+4
* SERVER-61129 Recipient state machine changes for MergeA. Jesse Jiryu Davis2021-11-291-0/+2
* SERVER-59793: Omit tenantId from metrics for MergeChristopher Caplinger2021-11-191-0/+2
* SERVER-59525 TenantMigrationRecipientAccessBlocker isn't being initialized co...Vishnu Kaushik2021-09-131-8/+8
* SERVER-58068 Multi updates interrupted by tenant migration should wait for mi...Jack Mulrow2021-08-041-7/+26
* SERVER-58353 re-enable failing replication testsTyler Seip2021-08-041-5/+11
* SERVER-57769 Allow tenant migration donors to advance cluster time with noopsJack Mulrow2021-06-221-0/+9
* SERVER-56981 Verify the blockTimestamp is higher than the timestamp of any do...Jack Mulrow2021-06-011-2/+2
* SERVER-57132 Remove OperationType in TenantMigrationAccessBlockerCheahuychou Mao2021-05-211-2/+1
* SERVER-56686 Don't return tenant migration details to users in errorsJack Mulrow2021-05-061-27/+18
* SERVER-56354 Ensure that the future chain in checkIfCanReadOrBlock gets inter...Cheahuychou Mao2021-05-051-6/+20
* 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-231-3/+4
* SERVER-55193 Support back-to-back tenant migrationsJason Chan2021-04-121-43/+85
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-1/+1
* SERVER-53584 Create recipient TenantMigrationAccessBlockers on startup, initi...Cheahuychou Mao2021-03-041-4/+44
* SERVER-53582 Create and remove TenantMigrationAccessBlocker on recipientCheahuychou Mao2021-02-251-0/+7
* SERVER-53505: make the tenant migration access blocker use in InvokeCommand m...Andrew Shuvalov2021-02-241-22/+32
* SERVER-54658 Remove unused imports in tenant_migration_access_blocker_util fi...Cheahuychou Mao2021-02-221-5/+11
* SERVER-53552 Tenant migration donor should pass startMigrationDonorTimestamp ...Matthew Russotto2021-02-161-1/+9
* SERVER-54425 Make TenantMigrationDonorAccessBlocker keep track of number of b...Cheahuychou Mao2021-02-101-6/+16
* SERVER-53319 move createRetryableWritesView into tenant_migration_utilPavi Vetriselvan2021-02-041-35/+0
* SERVER-53581: Refactor TenantMigrationAccessBlockLingzhi Deng2021-02-011-0/+316