summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/databases_cloner_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39146 Refactor BatonJason Carey2019-02-051-4/+3
* SERVER-38891 Fix some `collection_cloner_test` races.ADAM David Alan Martin2019-01-251-9/+10
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-49/+44
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-3/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36096 Convert CollectionCloner to use DBClientConnection.Matthew Russotto2018-09-191-25/+43
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-6/+5
* SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin2018-07-271-1/+3
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-3/+5
* SERVER-33873 change StorageInterface methods to accept NamespaceStringOrUUIDKyle Suarez2018-03-151-2/+2
* SERVER-33625 replace use of OldThreadPool in cloners and TaskRunner with Thre...Benety Goh2018-03-061-7/+5
* SERVER-31086 adorn secondary inserts and vector inserts with timestampsEric Milkie2017-09-251-2/+4
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-5/+5
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-6/+6
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-2/+3
* SERVER-28151 Sync admin database first during initial syncJason Chan2017-06-201-0/+90
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+2
* SERVER-29493 Make ThreadPoolTaskExecutor's destructor execute shutdown and join.Andy Schwerin2017-06-091-5/+2
* SERVER-29492 Remove task runner from collection bulk loader.Andy Schwerin2017-06-081-1/+1
* SERVER-28624 Replace references to ReplicationExecutor with TaskExecutor.Andy Schwerin2017-04-181-7/+6
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-8/+8
* SERVER-25966 added CollectionCloner tests for metadata retriesBenety Goh2016-12-291-0/+30
* SERVER-27052 clarified DatabasesCloner's startup and shutdown contract.Benety Goh2016-11-281-0/+160
* SERVER-26520 CollectionCloner fetches document count for progress tracking fr...Benety Goh2016-10-081-0/+6
* Revert "SERVER-26520 CollectionCloner fetches document count for progress tra...Spencer Jackson2016-10-071-6/+0
* SERVER-26520 CollectionCloner fetches document count for progress tracking fr...Benety Goh2016-10-071-0/+6
* SERVER-26179: Have CollectionBulkLoader::init use runner to execute work, not...Scott Hernandez2016-09-261-1/+1
* SERVER-25380 StorageInterfaceImpl should use provided OperationContext in isA...Benety Goh2016-08-021-10/+98
* SERVER-25322 DatabasesCloner runs one database cloner at a timeBenety Goh2016-07-291-16/+75
* SERVER-25197 DataReplicator tests should explicitly override CollectionCloner...Benety Goh2016-07-221-0/+3
* SERVER-25069 DatabasesCloner accepts db worker thread pool at constructionBenety Goh2016-07-151-4/+74
* SERVER-24945 convert DatabasesCloner to use TaskExecutorBenety Goh2016-07-111-11/+9
* Revert "SERVER-24495 convert DatabasesCloner to use TaskExecutor"Benety Goh2016-07-111-9/+11
* SERVER-24495 convert DatabasesCloner to use TaskExecutorBenety Goh2016-07-111-11/+9
* SERVER-23750: use storage interface for cloners and fixes for DataReplicator:...Scott Hernandez2016-07-061-0/+475