summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_coordinator_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-2346/+0
* SERVER-16764 Give methods and member variables consistent names in repl Coord...Spencer T Brody2015-01-121-45/+45
* SERVER-16706 On primary, call setMyLastOptime when generating the new optime,...Andy Schwerin2015-01-071-6/+9
* SERVER-16651 Ensure that single-node replica sets pass through SECONDARY on w...Andy Schwerin2014-12-291-40/+28
* SERVER-16651 Avoid global lock acquisition in tryToGoLiveAsASecondary() if a ...Andy Schwerin2014-12-291-0/+4
* remove replCoord field from replSetGetStatusScott Hernandez2014-12-121-3/+0
* SERVER-16220 prevent arbiters from warning about most recently applied optime...matt dannenberg2014-12-111-10/+16
* SERVER-16500 Change the meaning of getReplicationMode() to be constant after ...Andy Schwerin2014-12-101-11/+27
* SERVER-16414 Remove unnecessary OperationContext arguments from ReplicationCo...Spencer T Brody2014-12-081-10/+5
* SERVER-16412 change invariant in setLastOptimeForSlave() to an massert to pre...matt dannenberg2014-12-041-1/+5
* SERVER-16160 memberID->memberIdSpencer T Brody2014-12-031-29/+29
* SERVER-16389 Clean up behavior of shutdown command waiting for replicationSpencer T Brody2014-12-021-16/+7
* SERVER-16333: don't serialize and deserialize default write concernsEliot Horowitz2014-12-011-3/+3
* SERVER-14429 Make ReplSettings const now that it is no longer modified after ...Spencer T Brody2014-12-011-1/+1
* SERVER-15310 Kill all user operations on stepdown.Spencer T Brody2014-12-011-1/+4
* SERVER-16032 SERVER-15957 Get OperationContext for ReplicationCoordinator::si...Spencer T Brody2014-11-241-4/+3
* SERVER-15804 ensure ramlog contains state changes, syncsource changes, and wr...matt dannenberg2014-11-241-14/+14
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+1
* SERVER-16257 - replSetInitiate races with initial sync, resulting in no primaryScott Hernandez2014-11-211-2/+7
* SERVER-15997 Avoid overloading _signalStepDownWaitersSpencer T Brody2014-11-201-4/+4
* SERVER-15997 Make sure stepdown can be interrupted with killopSpencer T Brody2014-11-201-0/+26
* SERVER-15861 add secondaryCatchUpPeriodSecs argument to replSetStepDownmatt dannenberg2014-11-201-1/+2
* SERVER-15946 Don't acquire MMAPV1Flush lock when locking global shared lock f...Spencer T Brody2014-11-201-8/+13
* SERVER-15946 Get rid of GlobalSharedLockAcquirer in favor of taking the globa...Spencer T Brody2014-11-201-3/+6
* SERVER-15496 Remove legacy replication codeSpencer T Brody2014-11-201-1/+1
* Revert "SERVER-5957: record oplog msg when primary"Kaloian Manassiev2014-11-191-12/+0
* SERVER-5957: record oplog msg when primaryScott Hernandez2014-11-191-0/+12
* SERVER-16102 Get repl mutex out of critical path for secondary slaveok reads.Andy Schwerin2014-11-191-12/+16
* SERVER-13542: include electionId in isMaster when primaryScott Hernandez2014-11-171-1/+1
* SERVER-16032 Don't create a new OperationContext for starting master/slaveSpencer T Brody2014-11-141-1/+1
* SERVER-16102 Adjust ReplCoordinatorImpl::canAcceptWritesForDatabase() to not ...Andy Schwerin2014-11-131-26/+18
* Revert "SERVER-5957: record oplog msg when primary"Scott Hernandez2014-11-131-13/+0
* Revert "SERVER-16032 SERVER-15957 Get OperationContext for ReplicationCoordin...Spencer T Brody2014-11-131-2/+3
* SERVER-5957: record oplog msg when primaryScott Hernandez2014-11-131-0/+13
* SERVER-16032 SERVER-15957 Get OperationContext for ReplicationCoordinator::si...Spencer T Brody2014-11-121-3/+2
* SERVER-15996 Unify implementation of checkForInterrupt and checkForInterruptN...Spencer T Brody2014-11-121-4/+3
* SERVER-16026: on secnodaries w/doc locking, secondary unique indexes always h...Eliot Horowitz2014-11-101-5/+11
* SERVER-14483 Unit test awaitReplication behavior across reconfigmatt dannenberg2014-11-041-14/+17
* SERVER-15780: move client init before opCtxScott Hernandez2014-11-041-1/+1
* SERVER-15868 SERVER-15655 Better handling of receiving an invalid config via ...Spencer T Brody2014-10-311-1/+2
* SERVER-14638: Move global sethbmsg into ReplCoordScott Hernandez2014-10-301-0/+13
* SERVER-15881 Do not forward slave progress or handshakes when primary.Andy Schwerin2014-10-301-7/+12
* SERVER-15838 Make replSetInitiate return InvalidRepliaSetConfig on problems w...Spencer T Brody2014-10-301-3/+3
* SERVER-15767 Refuse to start up with invalid locally stored rs configSpencer T Brody2014-10-291-8/+19
* SERVER-15565 Include memberID in log messageSpencer T Brody2014-10-291-2/+2
* Revert "SERVER-15767 Refuse to start up with invalid locally stored rs config"Kaloian Manassiev2014-10-281-19/+8
* SERVER-15767 Refuse to start up with invalid locally stored rs configSpencer T Brody2014-10-281-8/+19
* SERVER-15779 Clear drain mode flag when switching out of primary state.Andy Schwerin2014-10-281-0/+1
* SERVER-15832 Prevent primary from stepping down while holding global lock.Andy Schwerin2014-10-281-1/+9
* SERVER-15823 Ensure rollback ID is always positiveSpencer T Brody2014-10-271-0/+4