summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/collection_cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68122 Remove encryption from storageOptions on secondary replicationYu Jin Kang Park2023-02-091-0/+14
* SERVER-61260 Support collations on clustered collectionsDaniel Gómez Ferro2022-01-181-1/+1
* SERVER-62214 Replace some internal uses of ImplicitDefault read concernGabriel Marks2022-01-181-2/+2
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-1/+2
* SERVER-61505 Remove WireVersion::RESUMABLE_INITIAL_SYNCGabriel Marks2022-01-041-79/+22
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-9/+10
* SERVER-60238 Implement pre-image propagation to secondaries for non-transacti...Mindaugas Malinauskas2021-11-231-0/+7
* SERVER-57680 Use namespace instead of nss for naming log attributesSanika Phanse2021-11-081-1/+1
* SERVER-59798 Display clusteredIndex in listIndexes for clustered collectionsHaley Connelly2021-10-131-1/+10
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-3/+3
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-5/+5
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-5/+5
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-5/+5
* SERVER-47863 Add fields to initial sync progress metricsJason Chan2020-11-161-1/+28
* SERVER-50511 Change local variables and functions in dbclient filesAmirsaman Memaripour2020-10-231-3/+3
* SERVER-50492 Split BaseCloner into InitialSyncBaseCloner and TenantMigrationB...Vesselina Ratcheva2020-09-021-1/+2
* SERVER-49780 Create TenantMigrationSharedDataVesselina Ratcheva2020-08-251-5/+4
* SERVER-38961 remove IndexBuildsCoordinator::supportsTwoPhaseIndexBuild()Benety Goh2020-05-071-9/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-201-8/+86
* SERVER-46809 Initial sync should assume resume supported if wire version is n...Matthew Russotto2020-04-131-1/+1
* SERVER-47056: Do not use readOnce cursors for collection scan in initial syncLingzhi Deng2020-04-071-5/+4
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-18/+29
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-2/+8
* SERVER-46193 Remove redundant killCursors step in collection clonerVesselina Ratcheva2020-03-041-28/+0
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-11/+10
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-39453 initial sync ignores in-progress index builds when cloning colle...Benety Goh2020-02-191-1/+4
* SERVER-46026 Fix initial_sync_drop_against_last_stable.js with JSON logsHenrik Edin2020-02-181-6/+5
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-24/+38
* SERVER-42985 Replace 4.4 placeholder value in WireVersion enumAmirsaman Memaripour2020-02-061-1/+1
* SERVER-43277 Implement resume after collection drop and rename in CollectionC...Vesselina Ratcheva2020-01-231-5/+50
* SERVER-45657 Ensure DBClientCursor includes resume fields in find command req...Vesselina Ratcheva2020-01-211-0/+1
* SERVER-43276 Implement resume after network error functionality in Collection...Vesselina Ratcheva2020-01-161-7/+83
* SERVER-45037 CollectionBulkLoader::insertDocuments() should be called with t...Matthew Russotto2020-01-021-5/+8
* SERVER-30622 Refactor outage determination in initialSyncSharedDataMatthew Russotto2019-12-171-6/+4
* SERVER-45170 wait for database tasks to be complete on exception from clonersMatthew Russotto2019-12-161-3/+11
* SERVER-44060 Make stats contain un-started collections and databases.Matthew Russotto2019-12-021-0/+10
* SERVER-44280 Make InitialSyncSharedData into a class and add methods for retry.Matthew Russotto2019-10-301-3/+3
* SERVER-43274 Implement cloners using DBClient with basic functionality and un...Matthew Russotto2019-10-301-618/+122
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-17/+17
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-29/+35
* SERVER-42908 Add ErrorCodes to retryable errors to match driversBen Caimano2019-09-091-6/+4
* SERVER-35050 Don't abort collection clone due to negative document countMihai Andrei2019-09-041-5/+6
* SERVER-42022 Remove missing-document fetcherA. Jesse Jiryu Davis2019-08-211-1/+1
* SERVER-42516 Remove FCV check for readOnce flag in collection clonerJason Chan2019-08-011-6/+1
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-9/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-7/+4
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2