summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/collection_cloner_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-10-301-2/+2
* SERVER-35050 Don't abort collection clone due to negative document countMihai Andrei2020-02-271-2/+3
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-011-9/+9
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-35/+33
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-1/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+4
* SERVER-39146 Refactor BatonJason Carey2019-02-051-4/+3
* SERVER-38891 Fix some `collection_cloner_test` races.ADAM David Alan Martin2019-01-251-80/+84
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-39/+55
* SERVER-38072 CollectionClonerTest references memory that is potentially alrea...Matthew Russotto2019-01-071-12/+27
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-9/+9
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37617 CollectionClonerTest should not keep reference to memory of temp...William Schultz2018-10-151-7/+3
* SERVER-36096 Convert CollectionCloner to use DBClientConnection.Matthew Russotto2018-09-191-462/+317
* SERVER-33998 Remove the parallelCollectionScan commandSean Tao2018-07-121-592/+28
* SERVER-34204 Always pass non-null opCtx when scheduling getMores in ARMCharlie Swanson2018-04-301-155/+0
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-3/+5
* SERVER-32783 CollectionCloner::shutdown() does not wait for _verifyCollection...Benety Goh2018-01-251-0/+34
* SERVER-32783 add test case for CollectionCloner handling collection drops whi...Benety Goh2018-01-251-0/+85
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-041-50/+54
* Revert "SERVER-32070 migrate some easy stdx::bind to lambdas"Kaloian Manassiev2017-12-011-54/+50
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-011-50/+54
* SERVER-4941 Allow renameCollection during initial syncGeert Bosch2017-09-211-21/+192
* SERVER-29617 Remove redundant unit test in CollectionClonerWilliam Schultz2017-08-211-68/+0
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-5/+5
* SERVER-29617 replace fetcher with ARM and add numCursors server parameterJason Chan2017-08-121-44/+850
* Revert "SERVER-29617 replace fetcher with ARM and add numCursors server param...William Schultz2017-08-111-850/+44
* SERVER-29617 replace fetcher with ARM and add numCursors server parameterJason Chan2017-08-111-44/+850
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-2/+4
* SERVER-29400 Make OplogFetcher and CollectionCloner batchSize configurableJason Chan2017-06-141-12/+21
* SERVER-29492 Remove task runner from collection bulk loader.Andy Schwerin2017-06-081-3/+2
* SERVER-28814 eliminate unnecessary includes of server_selection_metadata.hMathias Stearn2017-05-121-0/+1
* SERVER-27987 Create and persist UUIDs for newly created collectionsGeert Bosch2017-03-081-3/+3
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-10/+10
* SERVER-27775 fixed race in CollectionClonerTest::CollectionClonerCannotBeRest...Benety Goh2017-01-231-1/+1
* SERVER-27678 CollectionCloner waits for pending _findCallback and _insertDocu...Benety Goh2017-01-201-5/+88
* SERVER-25966 added CollectionCloner tests for metadata retriesBenety Goh2016-12-291-0/+54
* SERVER-27052 make CollectionCloner single-use. CollectionCloner should also f...Benety Goh2016-11-291-31/+47
* SERVER-26520 CollectionCloner fetches document count for progress tracking fr...Benety Goh2016-10-081-1/+157
* Revert "SERVER-26520 CollectionCloner fetches document count for progress tra...Spencer Jackson2016-10-071-157/+1
* SERVER-26520 CollectionCloner fetches document count for progress tracking fr...Benety Goh2016-10-071-1/+157
* SERVER-26179: Have CollectionBulkLoader::init use runner to execute work, not...Scott Hernandez2016-09-261-2/+2
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-2/+2
* SERVER-25374 CollectionCloner should disable replicated writes on operation c...Benety Goh2016-08-011-2/+41
* SERVER-25114 added test case to demonstrate that collection cloners can be re...Benety Goh2016-07-271-0/+89
* SERVER-25281 renamed CollectionCloner and DatabaseCloner lifecycle functionsBenety Goh2016-07-261-23/+23
* SERVER-25197 DataReplicator tests should explicitly override CollectionCloner...Benety Goh2016-07-221-24/+28
* SERVER-25069 CollectionCloner accepts db worker thread pool at constructionBenety Goh2016-07-161-16/+23
* SERVER-25013: Ignore NamespaceNotFound errors from listIndexes in CollectionC...Scott Hernandez2016-07-131-0/+25