summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/initial_syncer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-8/+10
* SERVER-34900 initial sync uses SyncTail::BatchLimits to hold oplog applicatio...Benety Goh2018-06-051-2/+2
* SERVER-31995 remove BSONObj validity check for 3.4 from InitialSyncer::getIni...Benety Goh2018-05-221-7/+1
* SERVER-31995 omit cloner stats from initial sync stats if too largeBenety Goh2018-05-221-12/+26
* SERVER-32255 Ensure UUIDs exist for local collections on ShardServersr3.6.2-rc0r3.6.2Maria van Keulen2018-01-041-17/+14
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-12-101-5/+4
* SERVER-30577 Don't update the stable timestamp if database is in an inconsist...William Schultz2017-11-211-2/+2
* SERVER-31792 Generate UUIDs for config servers during initiateMaria van Keulen2017-11-151-3/+2
* SERVER-31734 Add Status::withContext() and addContext()Mathias Stearn2017-11-021-5/+1
* SERVER-31254 Fail initial sync if fCV targetVersion is set or if there is no ...Judah Schvimer2017-10-271-1/+85
* SERVER-31699 synchronize oplog writes at the end of initial syncEric Milkie2017-10-261-5/+5
* SERVER-30131 Ensure collections on local have UUIDsMaria van Keulen2017-10-091-0/+24
* Revert "SERVER-30131 Ensure collections on local have UUIDs"Maria van Keulen2017-10-091-22/+0
* SERVER-30131 Ensure collections on local have UUIDsMaria van Keulen2017-10-091-0/+22
* SERVER-31019 fail initial sync if fCV changes during oplog applicationJudah Schvimer2017-10-091-0/+5
* SERVER-31086 adorn secondary inserts and vector inserts with timestampsEric Milkie2017-09-251-4/+3
* SERVER-19605 make oplog timeout configurableJudah Schvimer2017-09-131-1/+2
* SERVER-30827 SERVER-30639 Timestamp bulk writes via changes to optime generatorEric Milkie2017-09-121-17/+15
* SERVER-30913 remove unused getLatestOplogEntry method from initial_syncerGeert Bosch2017-08-311-43/+0
* SERVER-30865 Synchronize a node's initial sync writes to the oplog with its l...Eric Milkie2017-08-291-6/+12
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-3/+8
* SERVER-29898 Change StorageEngine args to ServiceContext argsWilliam Schultz2017-08-171-4/+4
* SERVER-29891 Call setStableTimestamp() when commit point or last applied opti...William Schultz2017-08-081-3/+5
* SERVER-30309: Stage changes for supportsRecoverToStableTimestampDaniel Gottlieb2017-08-021-1/+1
* SERVER-30185 Call setInitialDataTimestamp at the beginning and end of initial...Judah Schvimer2017-08-011-0/+6
* SERVER-29949 Fix race condition in InitialSyncerResetsOptimes unit testWilliam Schultz2017-07-141-1/+1
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-29400 Make OplogFetcher and CollectionCloner batchSize configurableJason Chan2017-06-141-19/+24
* SERVER-28677 InitialSyncer should reset optimes on every attemptWilliam Schultz2017-06-081-0/+5
* SERVER-29254 Moved MinValid into ReplicationProcessJudah Schvimer2017-05-301-3/+6
* SERVER-29271 Add log message at end of data clone phase of initial syncJudah Schvimer2017-05-191-0/+3
* SERVER-28846 Use IDL to generate oplog entry parsersJudah Schvimer2017-05-171-1/+1
* SERVER-28814 eliminate unnecessary includes of server_selection_metadata.hMathias Stearn2017-05-121-1/+0
* SERVER-28814 Add and use ReadPreferenceSetting::secondaryPreferredMetadata()Mathias Stearn2017-05-121-1/+1
* SERVER-29056 InitialSyncer::_startupComponent_inlock() resets unique_ptr to '...Benety Goh2017-05-051-0/+1
* SERVER-28209 Implement RollbackCommonPointResolverJudah Schvimer2017-04-181-23/+5
* SERVER-27098 Review and fix log levels in initial sync codeWilliam Schultz2017-03-201-2/+2
* SERVER-27995 rename DataReplicator to InitialSyncerJudah Schvimer2017-03-141-0/+1547