summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/collection_cloner.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61505 Remove WireVersion::RESUMABLE_INITIAL_SYNCGabriel Marks2022-01-041-9/+0
* SERVER-47863 Add fields to initial sync progress metricsJason Chan2020-11-161-0/+3
* SERVER-50492 Split BaseCloner into InitialSyncBaseCloner and TenantMigrationB...Vesselina Ratcheva2020-09-021-6/+2
* SERVER-49780 Create TenantMigrationSharedDataVesselina Ratcheva2020-08-251-0/+6
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-201-5/+12
* SERVER-46193 Remove redundant killCursors step in collection clonerVesselina Ratcheva2020-03-041-14/+0
* SERVER-43277 Implement resume after collection drop and rename in CollectionC...Vesselina Ratcheva2020-01-231-0/+31
* SERVER-43276 Implement resume after network error functionality in Collection...Vesselina Ratcheva2020-01-161-1/+37
* SERVER-43278 More unit tests for CollectionCloner class.Matthew Russotto2020-01-091-0/+9
* SERVER-30622 Refactor outage determination in initialSyncSharedDataMatthew Russotto2019-12-171-2/+1
* SERVER-45170 wait for database tasks to be complete on exception from clonersMatthew Russotto2019-12-161-1/+8
* SERVER-44060 Make stats contain un-started collections and databases.Matthew Russotto2019-12-021-0/+10
* SERVER-43274 Implement cloners using DBClient with basic functionality and un...Matthew Russotto2019-10-301-198/+81
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-4/+4
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-40304 Collection cloner can be destroyed with a scope guard activeMatthew Russotto2019-04-151-1/+2
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-4/+4
* SERVER-37898 CollectionCloner must not set _clientConnection without holding ...Tess Avitabile2018-11-081-1/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36535 Shut down the collection cloner DBClientCursor upon failure in t...Matthew Russotto2018-10-021-4/+4
* SERVER-36096 Convert CollectionCloner to use DBClientConnection.Matthew Russotto2018-09-191-50/+54
* SERVER-33998 Remove the parallelCollectionScan commandSean Tao2018-07-121-24/+6
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-2/+0
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-0/+2
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-2/+0
* SERVER-33625 replace use of OldThreadPool in cloners and TaskRunner with Thre...Benety Goh2018-03-061-6/+3
* SERVER-31267 CollectionCloner fails if collection is dropped between getMore ...Matthew Russotto2017-11-281-0/+12
* SERVER-30849 _handleARMResultsCallback needs to hold mutex while accessing me...William Schultz2017-08-281-1/+1
* SERVER-29617 replace fetcher with ARM and add numCursors server parameterJason Chan2017-08-121-16/+76
* Revert "SERVER-29617 replace fetcher with ARM and add numCursors server param...William Schultz2017-08-111-76/+16
* SERVER-29617 replace fetcher with ARM and add numCursors server parameterJason Chan2017-08-111-16/+76
* SERVER-29615 Allow the ARM to be linked to mongodJason Chan2017-06-231-0/+3
* SERVER-29400 Make OplogFetcher and CollectionCloner batchSize configurableJason Chan2017-06-141-1/+3
* SERVER-28814 eliminate unnecessary includes of server_selection_metadata.hMathias Stearn2017-05-121-0/+1
* SERVER-28624 Further reduce dependency on ReplicationExecutor type.Andy Schwerin2017-04-061-2/+0
* SERVER-27678 CollectionCloner waits for pending _findCallback and _insertDocu...Benety Goh2017-01-201-0/+5
* SERVER-27678 refactor CollectionCloner to support placeholder onCompletionGua...Benety Goh2017-01-201-3/+17
* SERVER-27052 make CollectionCloner single-use. CollectionCloner should also f...Benety Goh2016-11-291-3/+12
* SERVER-26520 CollectionCloner fetches document count for progress tracking fr...Benety Goh2016-10-081-7/+19
* Revert "SERVER-26520 CollectionCloner fetches document count for progress tra...Spencer Jackson2016-10-071-19/+7
* SERVER-26520 CollectionCloner fetches document count for progress tracking fr...Benety Goh2016-10-071-7/+19
* SERVER-26448 moved progress meter from CollectionBulkLoaderImpl to the Collec...Benety Goh2016-10-061-2/+4
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-161-0/+2
* Revert "SERVER-25125 Report initial sync progress in ReplSetGetStatus"Judah Schvimer2016-08-151-2/+0
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-151-0/+2
* SERVER-25281 renamed CollectionCloner and DatabaseCloner lifecycle functionsBenety Goh2016-07-261-3/+3
* SERVER-25197 DataReplicator tests should explicitly override CollectionCloner...Benety Goh2016-07-221-1/+1