summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/collection_cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-1/+5
* SERVER-36537 Initial sync cursor should not keep data in cache.Matthew Russotto2018-12-131-1/+6
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-9/+10
* SERVER-37898 CollectionCloner must not set _clientConnection without holding ...Tess Avitabile2018-11-081-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33231 Create initial sync log componentVesselina Ratcheva2018-10-081-1/+1
* SERVER-36535 Shut down the collection cloner DBClientCursor upon failure in t...Matthew Russotto2018-10-021-9/+11
* SERVER-36536 Add a server parameter to not use exhaust option for initial sync.Matthew Russotto2018-09-211-1/+4
* SERVER-36096 Convert CollectionCloner to use DBClientConnection.Matthew Russotto2018-09-191-226/+115
* SERVER-33998 Remove the parallelCollectionScan commandSean Tao2018-07-121-93/+19
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-4/+4
* SERVER-34204 Always pass non-null opCtx when scheduling getMores in ARMCharlie Swanson2018-04-301-11/+23
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-9/+13
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-13/+9
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-9/+13
* SERVER-33625 replace use of OldThreadPool in cloners and TaskRunner with Thre...Benety Goh2018-03-061-1/+1
* SERVER-32395 Make killCursors work against pinned cursors on mongos when auth...Ian Boros2018-02-071-4/+1
* SERVER-32783 remove unnecessary scheduleWork call from CollectionCloner::_ver...Benety Goh2018-01-251-8/+1
* SERVER-32783 CollectionCloner::shutdown() does not wait for _verifyCollection...Benety Goh2018-01-251-1/+0
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-55/+24
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-141-22/+18
* SERVER-29476 Fix ODR violation in fetcherSara Golemon2017-12-081-0/+1
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-061-1/+1
* SERVER-31267 CollectionCloner fails if collection is dropped between getMore ...Matthew Russotto2017-11-281-5/+107
* SERVER-31019 fail initial sync if fCV changes during oplog applicationJudah Schvimer2017-10-091-3/+7
* SERVER-31339 Handle NamespaceNotFound in collection_cloner count/findGeert Bosch2017-10-061-16/+39
* SERVER-4941 Allow renameCollection during initial syncGeert Bosch2017-09-211-26/+49
* SERVER-19605 make oplog timeout configurableJudah Schvimer2017-09-131-1/+2
* SERVER-30799 Avoid misleading empty batches with tailable cursors.Charlie Swanson2017-08-301-5/+12
* SERVER-30849 _handleARMResultsCallback needs to hold mutex while accessing me...William Schultz2017-08-281-6/+13
* SERVER-29617 replace fetcher with ARM and add numCursors server parameterJason Chan2017-08-121-114/+303
* Revert "SERVER-29617 replace fetcher with ARM and add numCursors server param...William Schultz2017-08-111-303/+114
* SERVER-29617 replace fetcher with ARM and add numCursors server parameterJason Chan2017-08-111-114/+303
* SERVER-29615 Allow the ARM to be linked to mongodJason Chan2017-06-231-1/+4
* SERVER-29400 Make OplogFetcher and CollectionCloner batchSize configurableJason Chan2017-06-141-8/+6
* SERVER-29196 Set batchSize for getMores in CollectionClonerJason Chan2017-06-071-0/+1
* SERVER-29240 Add test to ensure valid index creation for capped collections d...William Schultz2017-06-051-0/+18
* SERVER-29255 CollectionOptions with UUID passes validationBenety Goh2017-05-171-1/+1
* SERVER-28814 Add and use ReadPreferenceSetting::secondaryPreferredMetadata()Mathias Stearn2017-05-121-3/+3
* SERVER-28624 Further reduce dependency on ReplicationExecutor type.Andy Schwerin2017-04-061-15/+0
* SERVER-26772 removed old initial sync codeJudah Schvimer2017-03-161-1/+4
* SERVER-26965 Use RAII type for turning off replicated writesMatthew Russotto2017-03-131-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-5/+6
* SERVER-27297 always log CollectionCloner failure statusesJudah Schvimer2017-02-071-2/+3
* SERVER-27678 CollectionCloner waits for pending _findCallback and _insertDocu...Benety Goh2017-01-201-17/+33
* SERVER-27678 refactor CollectionCloner to support placeholder onCompletionGua...Benety Goh2017-01-201-27/+42
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-3/+3
* SERVER-27052 make CollectionCloner single-use. CollectionCloner should also f...Benety Goh2016-11-291-17/+58
* SERVER-27046 CollectionCloner should wait for active inserts to complete befo...Benety Goh2016-11-161-1/+3
* SERVER-26834 replset7.js should cause documents to be seen twice in initial syncTess Avitabile2016-11-101-0/+14