summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rs_sync.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24318 change BackgroundSync to one owned object by the Repl ExternalSt...Eric Milkie2016-06-011-3/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-1/+0
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-0/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-1/+0
* SERVER-18038 replaced uses of minvalid.h with repl storage interfaceBenety Goh2016-04-181-1/+0
* SERVER-19200: move initial sync behavior out of rs_syncScott Hernandez2016-04-051-10/+0
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-1/+1
* SERVER-14501 moved ReplSettings class implementation from repl_settings.h int...Dianna Hohensee2016-01-041-16/+4
* SERVER-21154 Batch and parse oplog entries in parallel with applying themMathias Stearn2015-11-061-6/+2
* Revert "SERVER-21154 Batch and parse oplog entries in parallel with applying ...Mathias Stearn2015-11-041-2/+6
* SERVER-21154 Batch and parse oplog entries in parallel with applying themMathias Stearn2015-11-041-6/+2
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
* SERVER-18384 Only the primary should act on downstream liveness information.Eric Milkie2015-08-211-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-72/+68
* SERVER-18217 Change Timestamp to OpTime where appropriate.Siyuan Zhou2015-05-121-0/+1
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-1/+0
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+1
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-1/+0
* SERVER-17176 refine replication log severities and message bodiesSiyuan Zhou2015-02-101-1/+1
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-16764 Give methods and member variables consistent names in repl Coord...Spencer T Brody2015-01-121-2/+2
* SERVER-16500 Change the meaning of getReplicationMode() to be constant after ...Andy Schwerin2014-12-101-1/+1
* SERVER-14429 Make ReplSettings const now that it is no longer modified after ...Spencer T Brody2014-12-011-1/+1
* SERVER-15804 ensure ramlog contains state changes, syncsource changes, and wr...matt dannenberg2014-11-241-3/+1
* SERVER-15496 Remove legacy replication codeSpencer T Brody2014-11-201-2/+0
* SERVER-15496 Get rid of replLocalAuth()Spencer T Brody2014-11-201-1/+2
* SERVER-15995: just loop if removed, don't logScott Hernandez2014-11-191-1/+9
* SERVER-15496 Code movement to facilitate ripping out legacy replication codeSpencer T Brody2014-10-301-92/+0
* SERVER-14638: Move global sethbmsg into ReplCoordScott Hernandez2014-10-301-5/+0
* SERVER-15535 Consider return value of setFollowerMode in call sites that care.Andy Schwerin2014-10-271-1/+3
* SERVER-13635: better txn lines for replication syncEliot Horowitz2014-10-161-0/+4
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15535 signal draining when op queue is initially emptyEric Milkie2014-10-081-1/+1
* SERVER-15312 move replIndexPrefetch parameter out of legacy and into Applier ...Eric Milkie2014-10-031-1/+18
* SERVER-15429 Make ReplicationCoordinatorImpl capable of starting the applier ...Spencer T Brody2014-10-021-1/+1
* SERVER-15429 Prepare applier threads to be started by the ReplicationCoordina...Spencer T Brody2014-10-021-39/+38
* SERVER-15511 Make sure to lock when accessing _members in ReplSetImpl::should...Spencer T Brody2014-10-021-0/+1
* SERVER-15512 add lock to protect legacy initial sync flag accessEric Milkie2014-10-021-0/+1
* SERVER-15077 Remove blockSync() from ReplSetImplSpencer T Brody2014-10-011-10/+1
* SERVER-15404 SERVER-15466 Hook up Applier draining and force syncing to new R...Eric Milkie2014-10-011-2/+4
* SERVER-15350 Move replica set resync implemention out of theReplSetSpencer T Brody2014-09-261-6/+0
* SERVER-15350 Thread clearing of sync source blacklist through the replication...Spencer T Brody2014-09-261-1/+4
* SERVER-15089 Add new Applier class and remove theReplSet references from Back...Eric Milkie2014-09-261-71/+9
* SERVER-15089 move the applier threadpools into SyncTailEric Milkie2014-09-191-1/+1
* SERVER-15089 minvalid helper functions; move tryToGoLiveAsASecondary() to syn...Eric Milkie2014-09-191-2/+2
* SERVER-15089 convert non-legacy usage of lastOpTimeWritten to replCoord's las...Eric Milkie2014-09-191-2/+9
* SERVER-15089 prep tryToGoLiveAsSecondary for moving into applierEric Milkie2014-09-191-29/+17
* SERVER-15302 Reduce the scope of the CmdResync write unit of workKaloian Manassiev2014-09-181-0/+3
* SERVER-15089 remove fatal state and refactor rollback to use replcoordEric Milkie2014-09-121-3/+3