summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_mock.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24222 Update current known primary from command metadataSiyuan Zhou2016-05-271-2/+1
* SERVER-19423 Remove election winner declarer.Siyuan Zhou2016-04-191-3/+0
* SERVER-19200: rename startReplication to startupScott Hernandez2016-04-051-1/+1
* SERVER-22913 create SyncSourceResolvermatt dannenberg2016-03-071-0/+3
* SERVER-18029 cleaned up ReplicationCoordinator::prepareReplSetUpdatePositionC...Benety Goh2016-03-071-3/+3
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-7/+19
* SERVER-21597 Fix connPoolStats to work with many NetworkInterfacessamantharitter2015-12-141-1/+6
* SERVER-21643: Add server metrics for the Replication ExecutorScott Hernandez2015-11-241-0/+4
* SERVER-20928 Synchronize stepdown process with events.Siyuan Zhou2015-11-091-1/+1
* SERVER-20807 Add a simple limit to the amount of uncommitted snapshotsMathias Stearn2015-10-231-0/+2
* 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-1/+2
* SERVER-20979 added ReplicationCoordinator::waitForMemberState() and waitForDr...Benety Goh2015-10-211-0/+4
* SERVER-20822 make sync source decisions based on ReplSetMetadatamatt dannenberg2015-10-141-1/+3
* SERVER-20283 Update connPoolStats command to include multiple connection poolssamantharitter2015-10-131-0/+2
* SERVER-20346 Changed triggering of elections under protocol version 1 to be t...Benety Goh2015-09-171-1/+1
* SERVER-18384 added ReplicationCoordinator::signalPrimaryUnavailable()Benety Goh2015-09-021-0/+2
* SERVER-19984 Block read committed reads after metadata changes, rather than r...matt dannenberg2015-08-191-0/+2
* SERVER-19554 populate lastOpVisible in ReplSetMetadatamatt dannenberg2015-08-141-0/+4
* SERVER-19212 Make w:majority wait for any reserved snapshots to be visibleMathias Stearn2015-08-121-1/+1
* SERVER-19212 Hide indexes and collections from stale majority concern readsMathias Stearn2015-08-121-0/+2
* SERVER-19554 merge ReplSetMetadata and ReplicationMetadatamatt dannenberg2015-08-121-1/+1
* SERVER-19390 Mongod prep for supporting read after optimeRandolph Tan2015-08-061-1/+2
* SERVER-19212 Assign simple unique counter to each snapshotMathias Stearn2015-08-051-1/+5
* SERVER-18522 Ensure replCoord last optime always represents an op that hasn't...Eric Milkie2015-08-041-0/+2
* SERVER-19205 change all ReadAfterOpTime objects to be ReadConcern objectsmatt dannenberg2015-07-191-2/+2
* SERVER-19209 drop all snapshots during resyncmatt dannenberg2015-07-191-0/+2
* SERVER-19375 choose new sync source based on last fetched op rather than last...matt dannenberg2015-07-161-1/+1
* SERVER-19234 Move tracking of snapshots to ReplicationCoordinator from Extern...Mathias Stearn2015-07-071-0/+2
* SERVER-18384 process term parameter to find/getMore commandsEric Milkie2015-07-061-1/+1
* SERVER-19194 request ReplicationMetadata on heartbeats and process the responsematt dannenberg2015-06-291-0/+2
* SERVER-18153 request and return replication metadatamatt dannenberg2015-06-261-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-113/+102
* SERVER-18036 convert data replicator to use mock replication coordinator.Benety Goh2015-06-161-0/+3
* SERVER-18807 modified ReplicationCoordinator::canAcceptWritesForDatabases to ...Benety Goh2015-06-091-0/+2
* 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-0/+2
* SERVER-18216 Add term to oplog.Siyuan Zhou2015-05-261-0/+2
* SERVER-18152 SERVER-18254 new election code path and heartbeat protocolmatt dannenberg2015-05-191-1/+1
* SERVER-18217 Change Timestamp to OpTime where appropriate.Siyuan Zhou2015-05-121-7/+5
* SERVER-18195 Read after optime (repl only)Randolph Tan2015-05-111-0/+4
* SERVER-18253 create VoteRequester Scatter-Gather Algorithm to conduct new sty...matt dannenberg2015-05-041-1/+4
* SERVER-18252 ElectionWinnerDeclarer class createdmatt dannenberg2015-04-301-1/+1
* SERVER-18117 Add replset view back to http interfaceSpencer T Brody2015-04-291-0/+2
* SERVER-18191 make new heartbeat args/response classes for the new election pr...matt dannenberg2015-04-241-0/+3
* SERVER-18153 add repl subobject to find/getmore responsesmatt dannenberg2015-04-241-0/+4
* SERVER-18152 create replSetDeclareElectionWinner command arguments and responsesmatt dannenberg2015-04-211-0/+4
* SERVER-17880 New OpTime class for replEric Milkie2015-04-201-0/+4
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-6/+6
* SERVER-17795 support commit level on primaryEric Milkie2015-04-021-0/+1