summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rs_initialsync.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13643 Plumb TransactionExperiment through ClonerMathias Stearn2014-04-301-1/+2
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-1/+3
* SERVER-13645 move replication_server_status.h/.cpp to repl_settings.h/.cppmatt dannenberg2014-04-231-1/+1
* SERVER-13645 move Member class into its own header and cpp filematt dannenberg2014-04-231-5/+1
* SERVER-13645 move InitialSync class into its own header and cpp filematt dannenberg2014-04-181-1/+1
* SERVER-13084: remove NamespaceDetails::emptyCappedCollection and replace with...Eliot Horowitz2014-04-031-1/+1
* SERVER-13084: more IndexDetails and header workEliot Horowitz2014-04-031-0/+1
* SERVER-11643: remove nsdetails from replEliot Horowitz2014-01-161-3/+3
* SERVER-11611: port Cloner to Collection methodsEliot Horowitz2013-12-281-1/+1
* SERVER-6552 implement resync command for replicaset membersmatt dannenberg2013-10-281-0/+4
* SERVER-11275 Apply relevant oplog entries to authorization manager.Andy Schwerin2013-10-231-0/+8
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10214 Move OpTime out of db/repl and into bsonAndrew Morrow2013-07-181-1/+1
* SERVER-6405: first step of cleaning NamespaceDetailsEliot Horowitz2013-06-141-1/+1
* SERVER-7772 move oplog into db/repl/Eric Milkie2013-03-141-2/+2
* SERVER-7772 repl_startEric Milkie2013-03-111-1/+1
* SERVER-7772 move status-related code into replication server statusEric Milkie2013-03-111-0/+1
* SERVER-7772 move oplogreader into db/repl/ and create oplogreader.cppEric Milkie2013-03-111-1/+1
* SERVER-7772 move all of optime into optime.cpp/.hEric Milkie2013-03-111-1/+1
* SERVER-8235 Consistently prefer sync targets with less than 30 secs of lagKristina2013-02-161-6/+5
* SERVER-8139 add special flag to minvalid during initial syncEric Milkie2013-01-241-1/+11
* SERVER-8070 Notify primary after each batch, not after each opKristina2013-01-151-0/+4
* Remove now-unneeded buildIndexes variable SERVER-5208Kristina2012-12-191-4/+0
* SERVER-5208 Periodically re-evaluate sync target on secondariesKristina2012-12-191-9/+8
* SERVER-3160: Sort index keys during cloneBen Becker2012-12-061-27/+24
* SERVER-7498 Check config is not null before dereferencingKristina2012-11-061-7/+7
* SERVER-7498 Make sync targets constKristina2012-11-051-2/+2
* SERVER-7498 chainingAllowed option for replicationKristina2012-11-051-2/+9
* hookup google cpplint, and make "scons lint" run the checks we pass on nowEliot Horowitz2012-10-151-1/+1
* SERVER-6881 Prefer not to sync from hidden nodesKristina2012-10-041-2/+2
* SERVER-7199 Bump minvalid correctly when batch goes past minvalidKristina2012-10-041-1/+1
* SERVER-7199 Keep minvalid up-to-date and only write initial op onceKristina2012-10-011-22/+7
* SERVER-7199 Don't reclone docs on 2nd and 3rd oplog applicationsKristina2012-10-011-5/+17
* SERVER-7199 Replay oplog a second time before initial syncing indexesKristina2012-10-011-1/+30
* Remove sync target change SERVER-5208Kristina2012-09-121-6/+11
* Remove now-unneeded buildIndexes variable SERVER-5208Kristina2012-09-101-4/+0
* Periodically re-evaluate sync target SERVER-5208Kristina2012-09-101-7/+6
* SERVER-6930 trim minvalid document to just ts/timestamp and h/hash for perfor...Eric Milkie2012-09-051-1/+3
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-1/+1
* fix initial sync when primary is busy with new network threadEliot Horowitz2012-07-151-0/+10
* Set hostname for recloning ops SERVER-6422Kristina2012-07-121-0/+1
* Transition to recovering state at the end of initial sync SERVER-6214Kristina2012-07-031-0/+1
* Fix unused local variable warningTad Marshall2012-06-201-1/+1
* SERVER-5685 multiple threads prefetch and apply ops on secondariesEric Milkie2012-06-191-2/+4
* SERVER-5963 change order of initial sync so that we do data, then sync,Eliot Horowitz2012-06-031-64/+116
* make cloner options/api cleaner before adding moreEliot Horowitz2012-06-031-2/+12
* retry iniitial sync 10 times so dup key errors don't break replicationEliot Horowitz2012-05-291-1/+1
* handle case when right after a replia set election we don't yet know new prim...Eliot Horowitz2012-05-271-2/+4
* debugging for replica set issueEliot Horowitz2012-05-271-0/+4
* fix idsEric Milkie2012-05-251-1/+1