summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_mock.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-19765 Rename term constants.Siyuan Zhou2015-08-271-1/+1
* 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/+6
* 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-1/+3
* SERVER-19554 merge ReplSetMetadata and ReplicationMetadatamatt dannenberg2015-08-121-2/+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/+6
* SERVER-18522 Ensure replCoord last optime always represents an op that hasn't...Eric Milkie2015-08-041-0/+6
* SERVER-19205 change all ReadAfterOpTime objects to be ReadConcern objectsmatt dannenberg2015-07-191-5/+5
* 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-2/+2
* SERVER-19194 request ReplicationMetadata on heartbeats and process the responsematt dannenberg2015-06-291-0/+3
* SERVER-18153 request and return replication metadatamatt dannenberg2015-06-261-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-309/+306
* SERVER-18036 added requestShutdown() to data replicatorBenety Goh2015-06-191-0/+1
* SERVER-18036 convert data replicator to use mock replication coordinator.Benety Goh2015-06-161-9/+9
* SERVER-18807 modified ReplicationCoordinator::canAcceptWritesForDatabases to ...Benety Goh2015-06-091-0/+6
* 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-18035 cleaned up syncRollback. added unit test rs_rollback_test.Benety Goh2015-06-021-0/+6
* 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-11/+7
* SERVER-18195 Read after optime (repl only)Randolph Tan2015-05-111-0/+8
* SERVER-18253 create VoteRequester Scatter-Gather Algorithm to conduct new sty...matt dannenberg2015-05-041-2/+8
* 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/+5
* SERVER-18153 add repl subobject to find/getmore responsesmatt dannenberg2015-04-241-0/+7
* SERVER-18152 create replSetDeclareElectionWinner command arguments and responsesmatt dannenberg2015-04-211-1/+5
* SERVER-17880 New OpTime class for replEric Milkie2015-04-201-0/+7
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-8/+8
* SERVER-17795 support commit level on primaryEric Milkie2015-04-021-0/+4
* SERVER-15698 remove RID from replica set replication progress trackingmatt dannenberg2015-02-201-4/+6
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-17091 do not attempt to create replSetUpdatePosition commands while re...matt dannenberg2015-01-281-2/+4
* SERVER-15704, SERVER-17071: Use resetMyLastApplied and re-enable resync.jsScott Hernandez2015-01-271-0/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-0/+291