summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_migration_access_blocker_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-1/+1
* SERVER-68655 Change ReplicationCoordinator::canAcceptWritesForDatabase to tak...mathisbessamdb2023-05-121-1/+1
* SERVER-76289 Block opening new change streams during shard split or shard mer...Mickey. J Winters2023-05-031-0/+11
* SERVER-75237 Refactor TenantMigrationAccessBlockerRegistry and UtilsDidier Nadeau2023-04-281-40/+0
* SERVER-75470 Reject change stream getMore commands after a split or merge has...Mickey. J Winters2023-04-221-0/+11
* Revert "SERVER-75470 Reject change stream getMore commands after a split or m...auto-revert-processor2023-04-201-11/+0
* SERVER-75470 Reject change stream getMore commands after a split or merge has...Mickey. J Winters2023-04-191-0/+11
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-3/+3
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-1/+1
* SERVER-72199 Shard merge handles initial sync, resync and unclean restarts.Suganthi Mani2023-04-061-0/+28
* SERVER-74485 Always include tenant in db name attributes in log linesmathisbessamdb2023-03-281-1/+1
* SERVER-72213 Recover and install donor mtab for shard mergeDidier Nadeau2023-03-241-71/+72
* SERVER-73397 New shard merge recipient POS instance, along with test changes.Suganthi Mani2023-03-171-3/+52
* SERVER-72081 Change the access blocker registry data structure to key on Tena...mathisbessamdb2023-03-151-8/+25
* SERVER-72216 Persist the decision to disk for shard merge recipientDidier Nadeau2023-02-031-9/+15
* SERVER-73341 Make tenant access blocker work with random stringDidier Nadeau2023-02-031-0/+37
* SERVER-71831 Ensure shard merge only copy the tenantIds providedDidier Nadeau2023-01-241-0/+25
* SERVER-70671: Shard Merge copies change collections and cluster paramsChristopher Caplinger2023-01-111-10/+7
* SERVER-72214 Recover merge tenant access blocker on restart/rollbackDidier Nadeau2022-12-231-36/+51
* SERVER-71263 Create RTAB at the start of merge using the tenantIdsDidier Nadeau2022-12-221-10/+8
* SERVER-71873: Update access blocker util methods to use DatabaseNameChristopher Caplinger2022-12-061-7/+10
* SERVER-70916: Don't acquire mutex in blocker registry methodChristopher Caplinger2022-11-041-1/+1
* SERVER-68817 Refactor tenant access blocking utils to address coverity warningDidier Nadeau2022-10-281-14/+20
* SERVER-70116 Support installing one access blocker for many tenantsMatt Broadstone2022-10-191-0/+8
* SERVER-69094: Clean up TenantMigrationRecipientAccessBlockerRegistryChristopher Caplinger2022-09-281-11/+5
* SERVER-68964 Reset lastCommitted to blockTimestamp after splitMatt Broadstone2022-08-251-6/+6
* SERVER-63454: Don't require tenantId for shard mergeChristopher Caplinger2022-08-151-6/+10
* SERVER-64616: Install recipient access blocker when applying "create" entryChristopher Caplinger2022-08-041-27/+10
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-12/+12
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-66705 Move aborting index builds out of critical sectionDidier Nadeau2022-06-151-1/+3
* SERVER-65076 Add stepdown passthrough suites for shard splitMatt Broadstone2022-05-181-5/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* 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