summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/initial_syncer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40228 Refactor OpTimeAndWallTime into new structMaria van Keulen2019-03-211-31/+29
* SERVER-40080 report last applied and last durable wall clock timesMaria van Keulen2019-03-191-37/+64
* SERVER-39538 Convert replication setParameters to IDLJonathan Reams2019-02-261-13/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36489 Start initial sync oplog fetching from the 'oldest active transa...Samy Lanka2019-02-111-45/+138
* SERVER-38515 Test that initial sync continues through a step down.Suganthi Mani2019-02-061-0/+14
* SERVER-36815 Remove references to oplog entry's hash fieldSamy Lanka2019-01-171-72/+66
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-2/+2
* SERVER-33589 Create an initial sync test fixtureSamy Lanka2019-01-091-0/+15
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-2/+2
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-5/+5
* SERVER-37408 Add afterClusterTime to initial sync collection scansMatthew Russotto2018-11-061-0/+7
* 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-36096 Convert CollectionCloner to use DBClientConnection.Matthew Russotto2018-09-191-0/+9
* SERVER-35616 Do not allow afterClusterTime reads before oplog existsTess Avitabile2018-08-241-1/+15
* SERVER-34489 Enable timestamp safe unique indexes via FCV.nehakhatri52018-08-061-3/+3
* SERVER-36283: Have initial sync completion advance oplog visibility to the in...Daniel Gottlieb2018-07-261-4/+7
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-021-2/+2
* SERVER-32333 use OplogApplier::enqueue in InitialSyncerBenety Goh2018-06-131-5/+1
* SERVER-33864 remove OplogApplier::Observer::onOperationConsumed()Benety Goh2018-06-121-1/+0
* SERVER-34130 Log oplog truncation operationAudrey Fang2018-06-061-0/+3
* SERVER-32335 InitialSyncer uses OplogApplier directlyBenety Goh2018-05-311-10/+22
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-6/+6
* SERVER-32825 Add upgrade/downgrade infrastructure for timestamp safe unique i...nehakhatri52018-05-181-0/+14
* SERVER-32335 remove unused batchLimits argument from DataReplicatorExternalSt...Benety Goh2018-05-151-2/+1
* SERVER-32335 initial sync calls common batching logic in OplogApplierBenety Goh2018-05-091-55/+4
* SERVER-34900 initial sync uses SyncTail::BatchLimits to hold oplog applicatio...Benety Goh2018-05-091-2/+2
* SERVER-32335 initial sync includes applyOps commands with other CRUD ops when...Benety Goh2018-05-081-2/+4
* SERVER-34828 remove unused getSlaveDelay initial sync optionBenety Goh2018-05-031-1/+0
* SERVER-34828 initial sync ignores slave delay setting during oplog applicationBenety Goh2018-05-031-17/+0
* SERVER-32335 remove unnecessary applyOperationFn constructor argument from Mu...Benety Goh2018-05-021-12/+2
* SERVER-31995 remove BSONObj validity check for 3.4 from InitialSyncer::getIni...Benety Goh2018-05-021-7/+1
* SERVER-31995 omit cloner stats from initial sync stats if too largeBenety Goh2018-05-021-12/+26
* SERVER-32335 InitialSyncer::_getNextApplierBatch_inlock() no longer needs to ...Benety Goh2018-05-011-5/+1
* SERVER-29213: Have WiredTiger support recoverToStableTimestamp.Daniel Gottlieb2018-03-241-1/+5
* SERVER-32335 remove unused initial sync functions from DataReplicatorExternal...Benety Goh2018-03-221-7/+4
* SERVER-32335 extend InitialSyncer external state function multiApply function...Benety Goh2018-03-221-11/+31
* SERVER-33562 Move FeatureCompatibilityVersion::kCollection/kDatabase into nam...Dianna Hohensee2018-03-161-4/+3
* SERVER-33846: Set oplog visibility synchronously on secondaries, at the end o...Daniel Gottlieb2018-03-151-0/+3
* SERVER-33732 extend SyncTail::MultiSyncApplyFunc to accept an OperationContextBenety Goh2018-03-091-2/+3
* SERVER-33561 Add a FCV parser file, refactoring FCV codeDianna Hohensee2018-03-021-3/+4
* SERVER-32272 Remove 3.4 to 3.6-specific UUID handlingMaria van Keulen2018-03-011-20/+0
* SERVER-32597 Bump generic fCV referencesMaria van Keulen2018-02-211-2/+4
* SERVER-33290 secondaries must set multikey before releasing parallel batch wr...Judah Schvimer2018-02-161-2/+4
* SERVER-33024: Set last applied when coming out of initial sync.Daniel Gottlieb2018-02-031-0/+9
* SERVER-32741 Initialize the featureCompatibilityVersion parameter value to 3.6Maria van Keulen2018-02-011-3/+3
* SERVER-32412 Add featureCompatibilityVersion 4.0 to the list of valid feature...Dianna Hohensee2018-01-241-2/+2
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-7/+3
* SERVER-29200 add OplogEntry::getRawObjSizeBytes()Benety Goh2018-01-161-18/+13