summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/collection_cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38961 remove IndexBuildsCoordinator::supportsTwoPhaseIndexBuild()Benety Goh2020-05-071-9/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-201-8/+86
* SERVER-46809 Initial sync should assume resume supported if wire version is n...Matthew Russotto2020-04-131-1/+1
* SERVER-47056: Do not use readOnce cursors for collection scan in initial syncLingzhi Deng2020-04-071-5/+4
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-18/+29
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-2/+8
* SERVER-46193 Remove redundant killCursors step in collection clonerVesselina Ratcheva2020-03-041-28/+0
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-11/+10
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-39453 initial sync ignores in-progress index builds when cloning colle...Benety Goh2020-02-191-1/+4
* SERVER-46026 Fix initial_sync_drop_against_last_stable.js with JSON logsHenrik Edin2020-02-181-6/+5
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-24/+38
* SERVER-42985 Replace 4.4 placeholder value in WireVersion enumAmirsaman Memaripour2020-02-061-1/+1
* SERVER-43277 Implement resume after collection drop and rename in CollectionC...Vesselina Ratcheva2020-01-231-5/+50
* SERVER-45657 Ensure DBClientCursor includes resume fields in find command req...Vesselina Ratcheva2020-01-211-0/+1
* SERVER-43276 Implement resume after network error functionality in Collection...Vesselina Ratcheva2020-01-161-7/+83
* SERVER-45037 CollectionBulkLoader::insertDocuments() should be called with t...Matthew Russotto2020-01-021-5/+8
* SERVER-30622 Refactor outage determination in initialSyncSharedDataMatthew Russotto2019-12-171-6/+4
* SERVER-45170 wait for database tasks to be complete on exception from clonersMatthew Russotto2019-12-161-3/+11
* SERVER-44060 Make stats contain un-started collections and databases.Matthew Russotto2019-12-021-0/+10
* SERVER-44280 Make InitialSyncSharedData into a class and add methods for retry.Matthew Russotto2019-10-301-3/+3
* SERVER-43274 Implement cloners using DBClient with basic functionality and un...Matthew Russotto2019-10-301-618/+122
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-17/+17
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-29/+35
* SERVER-42908 Add ErrorCodes to retryable errors to match driversBen Caimano2019-09-091-6/+4
* SERVER-35050 Don't abort collection clone due to negative document countMihai Andrei2019-09-041-5/+6
* SERVER-42022 Remove missing-document fetcherA. Jesse Jiryu Davis2019-08-211-1/+1
* SERVER-42516 Remove FCV check for readOnce flag in collection clonerJason Chan2019-08-011-6/+1
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-9/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-7/+4
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-40304 Collection cloner can be destroyed with a scope guard activeMatthew Russotto2019-04-151-20/+23
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39538 Convert replication setParameters to IDLJonathan Reams2019-02-261-9/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-1/+5
* SERVER-36537 Initial sync cursor should not keep data in cache.Matthew Russotto2018-12-131-1/+6
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-9/+10
* SERVER-37898 CollectionCloner must not set _clientConnection without holding ...Tess Avitabile2018-11-081-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33231 Create initial sync log componentVesselina Ratcheva2018-10-081-1/+1
* SERVER-36535 Shut down the collection cloner DBClientCursor upon failure in t...Matthew Russotto2018-10-021-9/+11
* SERVER-36536 Add a server parameter to not use exhaust option for initial sync.Matthew Russotto2018-09-211-1/+4
* SERVER-36096 Convert CollectionCloner to use DBClientConnection.Matthew Russotto2018-09-191-226/+115
* SERVER-33998 Remove the parallelCollectionScan commandSean Tao2018-07-121-93/+19
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-4/+4
* SERVER-34204 Always pass non-null opCtx when scheduling getMores in ARMCharlie Swanson2018-04-301-11/+23
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-9/+13