summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/collection_cloner_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-25016: CollectionCloner should not create _id_ index when there is no ...Scott Hernandez2016-07-131-6/+46
* SERVER-24945 convert CollectionCloner and DatabaseCloner to use TaskExecutor ...Benety Goh2016-07-111-66/+189
* SERVER-24952: Handle an empty getmore response in collection_clonerScott Hernandez2016-07-111-0/+81
* SERVER-23750: use storage interface for cloners and fixes for DataReplicator:...Scott Hernandez2016-07-061-105/+145
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+8
* SERVER-19001 Create common test infrastructure for testing TaskExecutor imple...Andy Schwerin2015-06-301-4/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-371/+374
* SERVER-18036 moved getDetectableErrorStatus() to replication executor test fi...Benety Goh2015-06-191-2/+4
* SERVER-18623 Split NetworkInterface and StorageInterface out from Replication...Spencer T Brody2015-06-041-1/+0
* SERVER-18035 clean up collection and database cloners to not hold mutex when ...Benety Goh2015-05-291-13/+5
* SERVER-18016 added database replication applierBenety Goh2015-05-191-4/+4