summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/collection_cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "SERVER-26834 replset7.js should cause documents to be seen twice in i...Tess Avitabile2016-11-091-14/+0
* SERVER-26834 replset7.js should cause documents to be seen twice in initial syncTess Avitabile2016-11-091-0/+14
* SERVER-26520 CollectionCloner fetches document count for progress tracking fr...Benety Goh2016-10-081-8/+96
* Revert "SERVER-26520 CollectionCloner fetches document count for progress tra...Spencer Jackson2016-10-071-96/+8
* SERVER-26520 CollectionCloner fetches document count for progress tracking fr...Benety Goh2016-10-071-8/+96
* SERVER-26448 moved progress meter from CollectionBulkLoaderImpl to the Collec...Benety Goh2016-10-061-1/+15
* SERVER-25874 Add server parameter configuration for initial sync metadata ret...Judah Schvimer2016-09-011-6/+7
* SERVER-24991 log redaction for sharding, repl filesRamon Fernandez2016-08-291-2/+2
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-161-8/+17
* Revert "SERVER-25125 Report initial sync progress in ReplSetGetStatus"Judah Schvimer2016-08-151-17/+8
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-151-8/+17
* SERVER-25374 CollectionCloner should disable replicated writes on operation c...Benety Goh2016-08-011-2/+7
* SERVER-25281 renamed CollectionCloner and DatabaseCloner lifecycle functionsBenety Goh2016-07-261-4/+4
* SERVER-25281 renamed Fetcher lifecycle functionsBenety Goh2016-07-261-2/+2
* SERVER-25197 DataReplicator tests should explicitly override CollectionCloner...Benety Goh2016-07-221-1/+1
* SERVER-25069 CollectionCloner accepts db worker thread pool at constructionBenety Goh2016-07-161-6/+3