summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/cloner_utils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-74511 Remove the TODO on ticket SERVER-70027Sophia Tan2023-04-051-1/+0
|
* SERVER-71669 Remove TODO to no longer use StringData when manipulating TenantIdsmathisbessamdb2023-03-171-6/+7
|
* SERVER-71187 Index Build Coordinator to use TenantId object instead of ↵mathisbessamdb2022-12-091-0/+14
| | | | StringData
* Revert "SERVER-71187 Index Build Coordinator to use TenantId object instead ↵mathisbessamdb2022-12-071-14/+0
| | | | | | of StringData" This reverts commit 5c403f99e17fd1d8989f05afd9109f52897e2856.
* SERVER-71187 Index Build Coordinator to use TenantId object instead of ↵mathisbessamdb2022-12-071-0/+14
| | | | StringData
* SERVER-69499 Change callsites to use serialize and deserialize from ↵Adityavardhan Agrawal2022-10-101-0/+5
| | | | NamespaceStringUtil
* SERVER-48862 Part 2: aborting index builds when a migration startsMatthew Russotto2021-02-051-1/+5
|
* SERVER-51743 Fix query operator for regex in cloner utils. SERVER-51744 Fix ↵Suganthi Mani2020-10-231-1/+1
| | | | the filter for OplogFetcher::_makeFindQuery(). SERVER-51746 Fix the application name for tenant migration recipient collection cloner & oplog fetcher DBClientConnection. SERVER-51745 Set setRequestMetadataWriter() for tenant collection cloner.
* Revert "SERVER-51743 Fix query operator for regex in cloner utils. ↵Suganthi Mani2020-10-231-1/+1
| | | | | | SERVER-51744 Fix the filter for OplogFetcher::_makeFindQuery(). SERVER-51746 Fix the application name for tenant migration recipient collection cloner & oplog fetcher DBClientConnection. SERVER-51745 Set setRequestMetadataWriter() for tenant collection cloner." This reverts commit a730e454f65fd41dd8526c56946c67a05e9f8f7d.
* SERVER-51743 Fix query operator for regex in cloner utils. SERVER-51744 Fix ↵Suganthi Mani2020-10-231-1/+1
| | | | the filter for OplogFetcher::_makeFindQuery(). SERVER-51746 Fix the application name for tenant migration recipient collection cloner & oplog fetcher DBClientConnection. SERVER-51745 Set setRequestMetadataWriter() for tenant collection cloner.
* SERVER-48808 Oplog Fetching in MigrationServiceInstanceMatthew Russotto2020-09-291-2/+6
|
* SERVER-51022 Fix regex in cloner_utilsMatthew Russotto2020-09-171-2/+2
|
* SERVER-48845 Implement TenantCollectionClonerVesselina Ratcheva2020-08-121-0/+4
|
* SERVER-48815 Create TenantAllDatabaseClonerVesselina Ratcheva2020-08-031-0/+55