summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/collection_cloner_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-2/+4
* SERVER-73375 Change DbClient fire-and-forget command functions to use Namespa...Sophia Tan2023-02-151-52/+52
* SERVER-70432 Change CollectionCloner to be tenant awarejannaerin2022-11-191-3/+76
* SERVER-61505 Remove WireVersion::RESUMABLE_INITIAL_SYNCGabriel Marks2022-01-041-222/+0
* SERVER-47863 Add fields to initial sync progress metricsJason Chan2020-11-161-69/+118
* SERVER-50492 Move initial sync functionality out of ReplSyncSharedDataVesselina Ratcheva2020-09-041-9/+3
* SERVER-50303 Initialize tenant cloner batch size in contructorVesselina Ratcheva2020-08-271-0/+31
* SERVER-49780 Create TenantMigrationSharedDataVesselina Ratcheva2020-08-251-4/+11
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-201-2/+6
* SERVER-46085 Fail initial sync attempt if sync source is in initial syncMatthew Russotto2020-03-271-50/+53
* SERVER-46193 Remove redundant killCursors step in collection clonerVesselina Ratcheva2020-03-041-118/+0
* SERVER-42985 Replace 4.4 placeholder value in WireVersion enumAmirsaman Memaripour2020-02-061-2/+2
* SERVER-43277 Implement resume after collection drop and rename in CollectionC...Vesselina Ratcheva2020-01-231-0/+154
* SERVER-43276 Implement resume after network error functionality in Collection...Vesselina Ratcheva2020-01-161-0/+625
* SERVER-43278 More unit tests for CollectionCloner class.Matthew Russotto2020-01-091-23/+246
* SERVER-43274 Implement cloners using DBClient with basic functionality and un...Matthew Russotto2019-10-301-1366/+164
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-9/+9
* SERVER-35050 Don't abort collection clone due to negative document countMihai Andrei2019-09-041-2/+3
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-6/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-35/+33
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-20/+19
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* 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