summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rs_sync.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13993 log the decision to change sync targetsmatt dannenberg2014-05-191-0/+4
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-2/+2
* SERVER-13817 removing GhostSyncmatt dannenberg2014-05-051-1/+0
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-1/+3
* SERVER-13645 move GhostSync class into its own header and cpp filematt dannenberg2014-04-231-157/+1
* SERVER-13645 move Member class into its own header and cpp filematt dannenberg2014-04-231-0/+1
* SERVER-13645 move InitialSync class into its own header and cpp filematt dannenberg2014-04-181-92/+0
* SERVER-13645 move SyncTail class into its own header and cpp filematt dannenberg2014-04-181-462/+1
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-3/+3
* SERVER-11643: remove pdfile.h include all messEliot Horowitz2014-04-031-6/+5
* SERVER-13068 improve log message in percolate() and increase its loglevelmatt dannenberg2014-03-121-2/+3
* SERVER-12901 make maxSyncSourceLagSecs configurableDan Pasette2014-03-051-2/+9
* SERVER-12707 clear lastOpTimeWritten when resyncingEric Milkie2014-02-181-5/+5
* SERVER-12264 prevent from tryToGoLiveAsSecondary() from waiting on global wri...matt dannenberg2014-01-131-7/+8
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-0/+1
* SERVER-6552 implement resync command for replicaset membersmatt dannenberg2013-10-281-1/+28
* SERVER-10945 don't end up with double entries in _members after a reconfigmatt dannenberg2013-10-241-3/+4
* SERVER-9791 increase log level of "replication batch size is" message to 2matt dannenberg2013-10-241-1/+1
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-1/+2
* SERVER-10540 better error message nowmatt dannenberg2013-09-091-2/+4
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-6071 Use command on local.slaves instead of cursormatt dannenberg2013-07-221-3/+2
* namespacestring -> namespace_stringEliot Horowitz2013-07-081-1/+1
* SERVER-10046 fix situation where ns is nullEric Milkie2013-06-271-1/+3
* clean NamespaceString so that it can be the thing passed aroundEliot Horowitz2013-06-261-1/+2
* SERVER-9481 further rollback exception cleanupMatt Dannenberg2013-06-121-1/+1
* SERVER-9481 Fixes fluctuating between ROLLBACK and SECONDARY when ROLLBACK is...Andreas Heck2013-06-121-2/+3
* SERVER-9853 retry ghostsync percolate if socket failureEric Milkie2013-06-101-39/+71
* SERVER-9474 SERVER-9421 fix replset tests with background index buildsEric Milkie2013-05-091-5/+16
* SERVER-9474 always run through the entire batch-building loop at least once p...Eric Milkie2013-05-081-6/+7
* Added const modifier to catch in rs_sync.cppRandolph Tan2013-05-031-4/+4
* SERVER-7974 Suppress stack trace on replication errorsRandolph Tan2013-05-031-6/+10
* SERVER-9333 correct reference counting of GhostSlave membersEric Milkie2013-05-011-3/+2
* SERVER-9333 clear ghostcache at reconfig timeEric Milkie2013-04-301-0/+5
* SERVER-8420 add a tailcheck to detect cursor deadnessEric Milkie2013-04-081-0/+3
* SERVER-7772 move oplog into db/repl/Eric Milkie2013-03-141-0/+1
* SERVER-7772 repl_startEric Milkie2013-03-111-1/+0
* SERVER-8802 SERVER-8814 Don't build indexes from inserts into collection name...Spencer T Brody2013-03-011-1/+2
* SERVER-8235 Consistently prefer sync targets with less than 30 secs of lagKristina2013-02-161-1/+4
* SERVER-8416 Lock around replica set state changesKristina2013-02-131-13/+13
* SERVER-8203: replication metricsScott Hernandez2013-01-291-0/+18
* SERVER-8139 add special flag to minvalid during initial syncEric Milkie2013-01-241-2/+4
* SERVER-8070 Make sure buffer is drained before choosing sync targetKristina2013-01-151-0/+8
* SERVER-7572 Remove doauth argument from Client::ContextSpencer T Brody2012-12-211-1/+1
* SERVER-7759 Exhaust sync buffer before becoming primaryKristina2012-12-191-0/+2
* SERVER-5208 Periodically re-evaluate sync target on secondariesKristina2012-12-191-0/+10
* SERVER-7652 Use minvalid to determine if initial sync is neededKristina2012-12-051-15/+9
* SERVER-7551 use same batch limits for initialsync and synctailEric Milkie2012-11-091-1/+11
* SERVER-7551 do not convert updates to upserts if primary is pre-2.2Eric Milkie2012-11-061-2/+7
* SERVER-7501 Remove syncThread from clientKristina2012-11-051-1/+0