summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27123 Only update the commit point as a secondary from oplog queries a...Benety Goh2017-01-241-7/+6
* SERVER-22136 Attach term metadata to UpdatePosition commandSiyuan Zhou2017-01-101-4/+3
* SERVER-7200 Write oplog entries on secondaries before applyingMathias Stearn2016-10-171-1/+1
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-241-10/+57
* SERVER-21597 Fix connPoolStats to work with many NetworkInterfacessamantharitter2016-01-291-1/+5
* SERVER-21643: Add server metrics for the Replication ExecutorScott Hernandez2015-11-241-1/+7
* SERVER-20928 Synchronize stepdown process with events.Siyuan Zhou2015-11-091-1/+1
* SERVER-21154 Batch and parse oplog entries in parallel with applying themMathias Stearn2015-11-061-4/+2
* Revert "SERVER-21154 Batch and parse oplog entries in parallel with applying ...Mathias Stearn2015-11-041-2/+4
* SERVER-21154 Batch and parse oplog entries in parallel with applying themMathias Stearn2015-11-041-4/+2
* SERVER-20807 Add a simple limit to the amount of uncommitted snapshotsMathias Stearn2015-10-231-0/+7
* SERVER-21059 always return an optime from the committed snapshot for lastVisi...Eric Milkie2015-10-231-1/+0
* SERVER-21028 Plug a race when waiting for new snapshots as part of read conce...Eric Milkie2015-10-231-3/+5
* SERVER-20979 added ReplicationCoordinator::waitForMemberState() and waitForDr...Benety Goh2015-10-211-0/+17
* SERVER-20646 Get rid of CommonErrorCodesKaloian Manassiev2015-10-131-1/+1
* SERVER-20283 Update connPoolStats command to include multiple connection poolssamantharitter2015-10-131-0/+5
* SERVER-20346 Changed triggering of elections under protocol version 1 to be t...Benety Goh2015-09-171-4/+8
* SERVER-18384 added ReplicationCoordinator::signalPrimaryUnavailable()Benety Goh2015-09-021-0/+6
* SERVER-19984 Block read committed reads after metadata changes, rather than r...matt dannenberg2015-08-191-0/+6
* SERVER-19554 populate lastOpVisible in ReplSetMetadatamatt dannenberg2015-08-141-0/+7
* SERVER-19212 Make w:majority wait for any reserved snapshots to be visibleMathias Stearn2015-08-121-1/+9
* SERVER-19212 Hide indexes and collections from stale majority concern readsMathias Stearn2015-08-121-0/+8
* SERVER-19554 merge ReplSetMetadata and ReplicationMetadatamatt dannenberg2015-08-121-3/+3
* SERVER-19390 Mongod prep for supporting read after optimeRandolph Tan2015-08-061-2/+10
* SERVER-19212 Assign simple unique counter to each snapshotMathias Stearn2015-08-051-1/+10
* SERVER-18522 Ensure replCoord last optime always represents an op that hasn't...Eric Milkie2015-08-041-0/+10
* SERVER-19205 change all ReadAfterOpTime objects to be ReadConcern objectsmatt dannenberg2015-07-191-12/+7
* SERVER-19209 drop all snapshots during resyncmatt dannenberg2015-07-191-0/+5
* SERVER-19234 Move tracking of snapshots to ReplicationCoordinator from Extern...Mathias Stearn2015-07-071-0/+5
* SERVER-18384 process term parameter to find/getMore commandsEric Milkie2015-07-061-3/+4
* SERVER-18606 add helper for getting the global repl coord from an operation c...Eric Milkie2015-07-061-0/+3
* SERVER-19194 request ReplicationMetadata on heartbeats and process the responsematt dannenberg2015-06-291-0/+11
* SERVER-18042 replaced reporter ReplicatonProgressManager with a stdx::functionBenety Goh2015-06-291-2/+1
* SERVER-18153 request and return replication metadatamatt dannenberg2015-06-261-1/+1
* SERVER-18036 removed ReplicationCoordinator dependency from DataReplicatorBenety Goh2015-06-231-22/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-602/+590
* SERVER-18866 decorate service context with global replcoordEric Milkie2015-06-121-0/+5
* SERVER-18807 modified ReplicationCoordinator::canAcceptWritesForDatabases to ...Benety Goh2015-06-091-0/+8
* SERVER-14995 Move _killPending from CurOp to OperationContext.Andy Schwerin2015-06-021-3/+3
* SERVER-18669 add updateTerm() in ReplicationCoordinator to detect need to ste...matt dannenberg2015-06-021-1/+9
* SERVER-18216 Add term to oplog.Siyuan Zhou2015-05-261-0/+5
* SERVER-18152 SERVER-18254 new election code path and heartbeat protocolmatt dannenberg2015-05-191-2/+2
* SERVER-18355 Make awaitReplication properly respect maxTimeMSSpencer T Brody2015-05-181-1/+3
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-3/+1
* SERVER-18217 Change Timestamp to OpTime where appropriate.Siyuan Zhou2015-05-121-19/+15
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-1/+3
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-3/+1
* SERVER-18195 Read after optime (repl only)Randolph Tan2015-05-111-0/+19
* SERVER-18253 create VoteRequester Scatter-Gather Algorithm to conduct new sty...matt dannenberg2015-05-041-1/+8
* SERVER-18252 ElectionWinnerDeclarer class createdmatt dannenberg2015-04-301-1/+2