summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_migration_access_blocker_util.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76289 Block opening new change streams during shard split or shard mer...Mickey. J Winters2023-05-031-0/+5
* SERVER-75237 Refactor TenantMigrationAccessBlockerRegistry and UtilsDidier Nadeau2023-04-281-16/+0
* SERVER-75470 Reject change stream getMore commands after a split or merge has...Mickey. J Winters2023-04-221-0/+5
* Revert "SERVER-75470 Reject change stream getMore commands after a split or m...auto-revert-processor2023-04-201-5/+0
* SERVER-75470 Reject change stream getMore commands after a split or merge has...Mickey. J Winters2023-04-191-0/+5
* SERVER-72199 Shard merge handles initial sync, resync and unclean restarts.Suganthi Mani2023-04-061-0/+2
* SERVER-72213 Recover and install donor mtab for shard mergeDidier Nadeau2023-03-241-3/+0
* SERVER-73341 Make tenant access blocker work with random stringDidier Nadeau2023-02-031-0/+10
* SERVER-71831 Ensure shard merge only copy the tenantIds providedDidier Nadeau2023-01-241-0/+9
* SERVER-70671: Shard Merge copies change collections and cluster paramsChristopher Caplinger2023-01-111-1/+6
* SERVER-71263 Create RTAB at the start of merge using the tenantIdsDidier Nadeau2022-12-221-5/+3
* SERVER-71873: Update access blocker util methods to use DatabaseNameChristopher Caplinger2022-12-061-5/+7
* SERVER-70116 Support installing one access blocker for many tenantsMatt Broadstone2022-10-191-0/+3
* SERVER-63454: Don't require tenantId for shard mergeChristopher Caplinger2022-08-151-3/+1
* SERVER-64616: Install recipient access blocker when applying "create" entryChristopher Caplinger2022-08-041-5/+5
* SERVER-61141 Make access blockers for shard mergeA. Jesse Jiryu Davis2022-03-221-0/+19
* SERVER-58068 Multi updates interrupted by tenant migration should wait for mi...Jack Mulrow2021-08-041-2/+3
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-2/+2
* SERVER-57769 Allow tenant migration donors to advance cluster time with noopsJack Mulrow2021-06-221-0/+5
* SERVER-56981 Verify the blockTimestamp is higher than the timestamp of any do...Jack Mulrow2021-06-011-1/+1
* SERVER-55051: Donor should block non-timestamped reads after migration has co...Lingzhi Deng2021-04-231-5/+7
* SERVER-53582 Create and remove TenantMigrationAccessBlocker on recipientCheahuychou Mao2021-02-251-0/+4
* SERVER-53505: make the tenant migration access blocker use in InvokeCommand m...Andrew Shuvalov2021-02-241-4/+3
* SERVER-54658 Remove unused imports in tenant_migration_access_blocker_util fi...Cheahuychou Mao2021-02-221-9/+9
* SERVER-54425 Make TenantMigrationDonorAccessBlocker keep track of number of b...Cheahuychou Mao2021-02-101-1/+1
* SERVER-53319 move createRetryableWritesView into tenant_migration_utilPavi Vetriselvan2021-02-041-7/+0
* SERVER-53581: Refactor TenantMigrationAccessBlockLingzhi Deng2021-02-011-0/+111