summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_collection_cloner_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76636 Add accumulator to OpObserver::onInsertsMatt Kneiser2023-05-011-1/+2
* SERVER-74589 OpObserver::onInserts() accepts fromMigrate bool arrayBenety Goh2023-03-281-1/+2
* SERVER-73375 Change DbClient fire-and-forget command functions to use Namespa...Sophia Tan2023-02-151-41/+41
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-2/+4
* SERVER-71683 Tenant collection cloner reads the next batch from socket buffer...Suganthi Mani2022-12-071-82/+0
* SERVER-67900 Thread CollectionPtr into the onInsert OpObserverKaloian Manassiev2022-08-231-5/+2
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-2/+2
* SERVER-65300 Refactor tenant migration recipient state machinery code.Suganthi Mani2022-04-261-6/+6
* SERVER-63838 expose createIndexes and create events from chunkMigration only ...Misha Tyulenev2022-03-291-1/+2
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-1/+1
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObserversKaloian Manassiev2021-10-151-1/+1
* SERVER-57194 Fix unit-tests to run with lock-free reads enabledDianna Hohensee2021-08-101-24/+0
* SERVER-57832 Tenant collection cloner checkIfDonorCollectionIsEmptyStage does...Vishnu Kaushik2021-06-231-0/+47
* SERVER-57672: Tenant collection cloner should handle dropped and re-created c...Lingzhi Deng2021-06-141-0/+30
* SERVER-53652 Remove Lock Free Reads feature flag and builder.Dianna Hohensee2021-05-271-0/+24
* SERVER-54266 Add data size and estimated time stats to recipient currentOpVishnu Kaushik2021-03-191-0/+3
* SERVER-53685 Need to handle case of indexes being created on an empty collect...Matthew Russotto2021-02-241-0/+39
* SERVER-53282 Handle collection drop mid-query-stage in TenantCollectionClonerVesselina Ratcheva2021-01-291-53/+112
* SERVER-53425: Handle collection renamed on donor when resuming tenant migrati...Lingzhi Deng2021-01-141-0/+40
* SERVER-52717: Handle resuming after failover in TenantCollectionClonerLingzhi Deng2020-12-181-20/+133
* SERVER-52897 Handle collection drop in TenantCollectionCloner up to query stageVesselina Ratcheva2020-12-091-0/+179
* SERVER-52624: Remove useless setOplogCollectionName and getOplogCollectionNam...Lingzhi Deng2020-11-061-1/+0
* SERVER-51747 SERVER-51813 Tenant collection cloner calls write_ops_exec::perf...Suganthi Mani2020-10-291-123/+145
* SERVER-50492 Move initial sync functionality out of ReplSyncSharedDataVesselina Ratcheva2020-09-041-20/+4
* SERVER-50303 Initialize tenant cloner batch size in contructorVesselina Ratcheva2020-08-271-0/+31
* SERVER-49780 Create TenantMigrationSharedDataVesselina Ratcheva2020-08-251-2/+8
* SERVER-48845 Implement TenantCollectionClonerVesselina Ratcheva2020-08-121-0/+574