summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_file_importer_service.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-0/+7
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-7/+0
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-0/+7
* 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-6/+13
* SERVER-73397 New shard merge recipient POS instance, along with test changes.Suganthi Mani2023-03-171-5/+9
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-1/+1
* SERVER-71831 Ensure shard merge only copy the tenantIds providedDidier Nadeau2023-01-241-1/+2
* SERVER-71998 Shard merge recipient imports donor collection & indexes using n...Suganthi Mani2023-01-171-4/+3
* SERVER-70671: Shard Merge copies change collections and cluster paramsChristopher Caplinger2023-01-111-3/+5
* SERVER-72400 Shard merge recipient doesn't need explicit reload views for sys...Suganthi Mani2022-12-271-10/+0
* SERVER-71263 Create RTAB at the start of merge using the tenantIdsDidier Nadeau2022-12-221-10/+0
* SERVER-71873: Update access blocker util methods to use DatabaseNameChristopher Caplinger2022-12-061-1/+1
* SERVER-66907: Handle opCtx interruption and join threads outside mutexChristopher Caplinger2022-09-061-50/+80
* SERVER-66150: Share writer pool and client connection for file importChristopher Caplinger2022-08-261-22/+93
* SERVER-64616: Install recipient access blocker when applying "create" entryChristopher Caplinger2022-08-041-11/+4
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-1/+1
* SERVER-63789 Async file copy/importChristopher Caplinger2022-06-231-114/+166
* Revert "SERVER-63789 Async file copy/import"Sviatlana Zuiko2022-06-071-142/+112
* SERVER-63789 Async file copy/importChristopher Caplinger2022-06-061-112/+142
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-2/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63206 Change CollectionCatalog::_viewsForDatabase to be keyed by Tenan...Sophia Tan2022-04-141-1/+1
* SERVER-63122: Remove logical cloning procedure for shard merge protocolChristopher Caplinger2022-04-061-6/+9
* SERVER-61141 Make access blockers for shard mergeA. Jesse Jiryu Davis2022-03-221-19/+82
* SERVER-63697 Simplify shard merge recipient coordinationA. Jesse Jiryu Davis2022-03-051-32/+32
* SERVER-61144: Finish importing donated collections on secondariesChristopher Caplinger2022-02-241-12/+29
* SERVER-61134 Recipient nodes tell primary they copied filesA. Jesse Jiryu Davis2022-02-161-0/+182