summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_migration_donor_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/+19
* SERVER-75470 Reject change stream getMore commands after a split or merge has...Mickey. J Winters2023-04-221-0/+16
* Revert "SERVER-75470 Reject change stream getMore commands after a split or m...auto-revert-processor2023-04-201-16/+0
* SERVER-75470 Reject change stream getMore commands after a split or merge has...Mickey. J Winters2023-04-191-0/+16
* SERVER-70671: Shard Merge copies change collections and cluster paramsChristopher Caplinger2023-01-111-2/+1
* SERVER-70116 Support installing one access blocker for many tenantsMatt Broadstone2022-10-191-8/+6
* SERVER-64616: Install recipient access blocker when applying "create" entryChristopher Caplinger2022-08-041-31/+16
* 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-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-181-0/+1
* SERVER-63975 Allow internal connection reads on donor replset when access blo...Hugh Tong2022-03-241-0/+11
* SERVER-63397 Abort all index builds during shard mergeA. Jesse Jiryu Davis2022-03-101-0/+2
* SERVER-62340 Move executor to TenantAccessBlockerRegistry to prevent destruct...Didier Nadeau2022-01-141-4/+2
* SERVER-59793: Omit tenantId from metrics for MergeChristopher Caplinger2021-11-191-12/+18
* SERVER-61114 Refactor getCanReadFuture for easier to understandSophia Tan2021-11-031-27/+28
* SERVER-58068 Multi updates interrupted by tenant migration should wait for mi...Jack Mulrow2021-08-041-2/+3
* SERVER-56981 Verify the blockTimestamp is higher than the timestamp of any do...Jack Mulrow2021-06-011-1/+11
* SERVER-57071 Ensure that TenantMigrationDonorAccessBlocker's promises are ful...Cheahuychou Mao2021-05-241-0/+13
* SERVER-57132 Remove OperationType in TenantMigrationAccessBlockerCheahuychou Mao2021-05-211-3/+2
* SERVER-56686 Don't return tenant migration details to users in errorsJack Mulrow2021-05-061-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-47/+89
* SERVER-55051: Donor should block non-timestamped reads after migration has co...Lingzhi Deng2021-04-231-12/+40
* SERVER-55193 Support back-to-back tenant migrationsJason Chan2021-04-121-1/+2
* SERVER-52713 Add tenant migration stepdown jscore passthrough suiteCheahuychou Mao2021-03-271-1/+1
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-2/+2
* SERVER-51774 Ensure the donor'sJason Zhang2021-03-021-8/+5
* SERVER-54425 Make TenantMigrationDonorAccessBlocker keep track of number of b...Cheahuychou Mao2021-02-101-31/+33
* SERVER-53581: Refactor TenantMigrationAccessBlockLingzhi Deng2021-02-011-0/+396