summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/initial_syncer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43875 Start initial sync oplog fetching from an earlier point to fetch...Samyukta Lanka2019-12-131-37/+82
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-011-31/+29
* SERVER-42908 Add ErrorCodes to retryable errors to match driversBen Caimano2019-10-151-21/+15
* SERVER-7019 Return initial sync status information by default in replSetGetSt...Samyukta Lanka2019-09-111-0/+19
* SERVER-41788 put oplog application mode on applier optionsJudah Schvimer2019-08-211-3/+2
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-18/+10
* SERVER-41284 Add failpoint to surface idempotency issues of transaction opera...Medha Potluri2019-07-261-0/+11
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-261-2/+2
* SERVER-41163 apply operations separately during initial sync commit transacti...Pavi Vetriselvan2019-06-271-1/+2
* SERVER-41250 Reset the oldest timestamp if initial sync fails and starts anot...Samy Lanka2019-06-261-0/+26
* SERVER-41779: reconstructPreparedTransactions should use readSource kNoTimestampLingzhi Deng2019-06-211-0/+9
* SERVER-40737 Use epoch as default OpTimeAndWallTime wallTime valuer4.2.0-rc1Maria van Keulen2019-06-111-2/+2
* SERVER-41270 Split batch after beginApplyingTimestamp in initial syncer.Matthew Russotto2019-05-221-0/+5
* SERVER-41006 Make replBatchLimitBytes configurableTess Avitabile2019-05-101-1/+1
* Revert "SERVER-41006 Make replBatchLimitBytes configurable"Siyuan Zhou2019-05-081-1/+1
* SERVER-41006 Make replBatchLimitBytes configurableTess Avitabile2019-05-081-1/+1
* SERVER-36492 Reconstruct prepared transactions at the end of initial syncSamy Lanka2019-05-061-5/+9
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39989 Use a config.transactions find command for the begin fetching op...Vesselina Ratcheva2019-03-281-22/+66
* 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