summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rs_initialsync.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+4
* SERVER-23308 added initial sync tests for handing failed updates on missing d...Benety Goh2016-05-201-0/+11
* SERVER-23919 gather all collection names at the start of initial syncEric Milkie2016-05-021-46/+80
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-4/+4
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-4/+4
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-4/+4
* SERVER-18038 replaced uses of minvalid.h with repl storage interfaceBenety Goh2016-04-181-5/+5
* SERVER-23513 Move SocketException to its own librarysamantharitter2016-04-071-0/+1
* SERVER-19200: move initial sync behavior out of rs_syncScott Hernandez2016-04-051-13/+26
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-5/+5
* SERVER-21958 Remove mayYield and mayBeInterrupted flags from cloner, as it is...Andy Schwerin2015-12-211-2/+0
* SERVER-21478: use lastWrite instead of replCoord::lastOpTime when transitioni...r3.2.0-rc3Scott Hernandez2015-11-161-0/+5
* SERVER-21410: Removed dead appliedBuffer codeScott Hernandez2015-11-111-4/+0
* SERVER-18983: enforce batch write durability in setMinvalid functionScott Hernandez2015-10-011-16/+17
* SERVER-19905 consistently use t as the field name for the term portion of an ...matt dannenberg2015-09-171-1/+1
* SERVER-19855 Parsing/serialization logic for OpTimeKaloian Manassiev2015-08-121-1/+1
* SERVER-19775: Do not apply the first oplog entry during initial syncScott Hernandez2015-08-071-33/+2
* SERVER-17464: check for interrupts (like during shutdown) in clonerScott Hernandez2015-07-201-1/+1
* SERVER-19375 choose new sync source based on last fetched op rather than last...matt dannenberg2015-07-161-4/+2
* SERVER-18948 replace oplog hash calculation with pseudo random numbermatt dannenberg2015-07-101-1/+0
* SERVER-18498 Don't attach term to oplog in old protocol version.Siyuan Zhou2015-06-221-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-408/+397
* SERVER-18039: Add Initial Sync to DataReplicatorScott Hernandez2015-06-051-0/+4
* SERVER-18216 Add term to oplog.Siyuan Zhou2015-05-261-14/+13
* SERVER-18567 Replace usages of the legacy ConnectionString::parseKaloian Manassiev2015-05-221-4/+3
* SERVER-18016 added unit test for SyncTail. some SyncTail cleanupBenety Goh2015-05-191-3/+3
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-1/+1
* SERVER-18217 Change Timestamp to OpTime where appropriate.Siyuan Zhou2015-05-121-4/+8
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-1/+1
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-1/+1
* SERVER-18227 Add a mechanism to disable document validation and start using itMathias Stearn2015-05-081-0/+2
* SERVER-17807: reset state before starting intial sync attemptScott Hernandez2015-04-291-4/+20
* SERVER-17689: handle wce better in initial syncScott Hernandez2015-04-231-6/+7
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-1/+0
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-0/+1
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-6/+6
* SERVER-17817 Move replication-specific data from Client into ReplClientInfo d...Andy Schwerin2015-04-061-1/+2
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-1/+1
* SERVER-5218 Replicate journal write concern flagSiyuan Zhou2015-04-011-7/+11
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-1/+2
* SERVER-17671 Catch incompatible auth schema during initial sync and abort sec...Andy Schwerin2015-03-251-0/+58
* SERVER-17671 Clone admin database first during initial sync, to catch auth er...Andy Schwerin2015-03-251-0/+7
* SERVER-17590 disallow --fastsync with replica setsBenety Goh2015-03-171-19/+0
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-5/+7
* SERVER-17176 refine replication log severities and message bodiesSiyuan Zhou2015-02-101-2/+2
* SERVER-15704, SERVER-17071: Use resetMyLastApplied and re-enable resync.jsScott Hernandez2015-01-271-2/+2
* SERVER-17080 shut down applier thread properly, if in the middle of applying ...Eric Milkie2015-01-271-0/+4
* SERVER-16994 handle WriteConflictException when writing oplog on secondariesEric Milkie2015-01-221-2/+6
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1