summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_migration_donor_op_observer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76639 remove OpObserver::onDropCollection() overloadBenety Goh2023-05-051-1/+2
* SERVER-76636 Add accumulator to OpObserver::onInsertsMatt Kneiser2023-05-011-1/+2
* SERVER-75237 Refactor TenantMigrationAccessBlockerRegistry and UtilsDidier Nadeau2023-04-281-15/+3
* SERVER-76369 Accumulate state among early OpObserversMatt Kneiser2023-04-241-2/+4
* SERVER-74966 Improve serverless lock/mtab acquire/release semanticsDidier Nadeau2023-03-291-26/+11
* SERVER-74589 OpObserver::onInserts() accepts fromMigrate bool arrayBenety Goh2023-03-281-1/+2
* SERVER-72213 Recover and install donor mtab for shard mergeDidier Nadeau2023-03-241-19/+42
* SERVER-72081 Change the access blocker registry data structure to key on Tena...mathisbessamdb2023-03-151-13/+12
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-221-11/+12
* SERVER-70043 Thread-through CollectionPtr into the onDelete OpObserverJordi Serra Torrens2022-11-041-6/+4
* SERVER-70044 Thread-through CollectionPtr into the onUpdate OpObserverDaniel Gómez Ferro2022-10-281-1/+1
* SERVER-65315 Enfore mutual exclusion between serverless operationsDidier Nadeau2022-09-291-0/+18
* SERVER-69094: Clean up TenantMigrationRecipientAccessBlockerRegistryChristopher Caplinger2022-09-281-4/+6
* SERVER-43076 Pass OperationContext through commit and rollback handlersHenrik Edin2022-09-201-14/+11
* Revert "SERVER-65315 Enforce mutual exclusion between serverless operations"Sviatlana Zuiko2022-09-161-18/+0
* SERVER-65315 Enforce mutual exclusion between serverless operationsMatt Broadstone2022-09-151-0/+18
* SERVER-67900 Thread CollectionPtr into the onInsert OpObserverKaloian Manassiev2022-08-231-3/+2
* SERVER-63454: Don't require tenantId for shard mergeChristopher Caplinger2022-08-151-32/+8
* SERVER-64616: Install recipient access blocker when applying "create" entryChristopher Caplinger2022-08-041-40/+40
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-6/+7
* SERVER-61141 Make access blockers for shard mergeA. Jesse Jiryu Davis2022-03-221-4/+4
* SERVER-64487 Fix donor access blocker cleanupA. Jesse Jiryu Davis2022-03-151-3/+14
* SERVER-63397 Abort all index builds during shard mergeA. Jesse Jiryu Davis2022-03-101-41/+88
* SERVER-59793: Omit tenantId from metrics for MergeChristopher Caplinger2021-11-191-0/+1
* SERVER-61611 OpObserver::aboutToDelete() accepts UUIDBenety Goh2021-11-191-0/+1
* SERVER-60690: Refactor OplogUpdateEntryArgs to use retryable FAM enum.Daniel Gottlieb2021-11-021-1/+1
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObservers (Part 2)Kaloian Manassiev2021-10-191-1/+1
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObserversKaloian Manassiev2021-10-151-2/+2
* SERVER-57264 TenantMigrationDonorOpObserver should not invariant that mtab ex...Cheahuychou Mao2021-05-281-1/+7
* SERVER-57071 Ensure that TenantMigrationDonorAccessBlocker's promises are ful...Cheahuychou Mao2021-05-241-3/+22
* SERVER-54302 Write tenant migration test when the state doc collection is dro...Cheahuychou Mao2021-05-051-0/+14
* SERVER-56373: Introduce `needsRetryImage` field to oplog entries. Refactor Op...Daniel Gottlieb2021-05-041-2/+1
* SERVER-55193 Support back-to-back tenant migrationsJason Chan2021-04-121-3/+6
* SERVER-54658 Remove unused imports in tenant_migration_access_blocker_util fi...Cheahuychou Mao2021-02-221-52/+23
* SERVER-53552 Tenant migration donor should pass startMigrationDonorTimestamp ...Matthew Russotto2021-02-161-8/+11
* SERVER-53581: Refactor TenantMigrationAccessBlockLingzhi Deng2021-02-011-25/+25
* SERVER-51073 Use the onMajorityCommitPointUpdate to inform TenantMigrationAcc...Cheahuychou Mao2021-01-071-3/+7
* SERVER-53070 Allow back to back tenant migrations for retriesVishnu Kaushik2020-12-101-4/+21
* SERVER-50948 Change databasePrefix and dbPrefix to tenantIdJudah Schvimer2020-10-141-18/+18
* SERVER-49177 Make "start blocking" write's onAbort handler call TenantMigrati...Cheahuychou Mao2020-10-091-14/+183
* SERVER-51043 Remove the TenantMigrationAccessBlocker when the state doc is re...Cheahuychou Mao2020-09-211-0/+112