summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_migration_recipient_access_blocker.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76289 Block opening new change streams during shard split or shard mer...Mickey. J Winters2023-05-031-0/+4
* SERVER-75470 Reject change stream getMore commands after a split or merge has...Mickey. J Winters2023-04-221-0/+4
* Revert "SERVER-75470 Reject change stream getMore commands after a split or m...auto-revert-processor2023-04-201-4/+0
* SERVER-75470 Reject change stream getMore commands after a split or merge has...Mickey. J Winters2023-04-191-0/+4
* SERVER-70671: Shard Merge copies change collections and cluster paramsChristopher Caplinger2023-01-111-14/+3
* SERVER-64616: Install recipient access blocker when applying "create" entryChristopher Caplinger2022-08-041-32/+11
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-62340 Move executor to TenantAccessBlockerRegistry to prevent destruct...Didier Nadeau2022-01-141-4/+6
* SERVER-59793: Omit tenantId from metrics for MergeChristopher Caplinger2021-11-191-8/+12
* SERVER-57491: Do not recreate recipient mtab if recipientForgetMigration is r...Lingzhi Deng2021-06-111-0/+14
* SERVER-57399 Allow internal client reads on the TenantMigrationRecipientAcces...Vishnu Kaushik2021-06-081-0/+10
* SERVER-56981 Verify the blockTimestamp is higher than the timestamp of any do...Jack Mulrow2021-06-011-1/+1
* SERVER-57132 Remove OperationType in TenantMigrationAccessBlockerCheahuychou Mao2021-05-211-2/+1
* SERVER-55913 Display recipient and donor access blocker status in serverStatu...Vishnu Kaushik2021-04-271-1/+3
* SERVER-54030 Validate state transitions in TenantMigrationAccessBlockerCheahuychou Mao2021-04-261-6/+6
* SERVER-55051: Donor should block non-timestamped reads after migration has co...Lingzhi Deng2021-04-231-1/+1
* SERVER-55193 Support back-to-back tenant migrationsJason Chan2021-04-121-1/+2
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-1/+1
* SERVER-54920: Move the tenant migration recipient MTAB lifetime earlierLingzhi Deng2021-03-181-0/+11
* SERVER-53768: Block TTL deletions on tenant being migrated on recipient until...Andrew Shuvalov2021-03-151-0/+11
* SERVER-51774 Ensure the donor'sJason Zhang2021-03-021-1/+0
* SERVER-53582 Create and remove TenantMigrationAccessBlocker on recipientCheahuychou Mao2021-02-251-1/+19
* SERVER-54425 Make TenantMigrationDonorAccessBlocker keep track of number of b...Cheahuychou Mao2021-02-101-4/+4
* SERVER-53581: Implement TenantMigrationRecipientAccessBlockerLingzhi Deng2021-02-041-0/+170