summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_mock.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-8/+10
* SERVER-36503 Skip dry run during election handoffVesselina Ratcheva2018-09-191-1/+1
* SERVER-32776 ReplicationCoordinator::prepareReplMetadata no longer requires O...Benety Goh2018-03-281-2/+1
* SERVER-28895 Remove old form of replSetUpdatePosition commandVesselina Ratcheva2018-01-241-8/+1
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-12-101-8/+4
* SERVER-30577 Don't update the stable timestamp if database is in an inconsist...William Schultz2017-11-211-2/+4
* SERVER-32006 add a parameter to wait before secondaries perform noop writeMisha Tyulenev2017-11-171-0/+5
* SERVER-31189 SERVER-31426 fail rollback on downgradeJudah Schvimer2017-10-201-1/+1
* SERVER-30638 change setReadFromMajorityCommittedSnapshot to use timestamps in...Eric Milkie2017-10-051-2/+0
* SERVER-29876 ReplicationCoordinatorMock::AwaitReplicationReturnValueFunction ...Benety Goh2017-06-291-2/+2
* SERVER-28545 Change ReplicationCoordinator::setFollowerMode to return a Statu...Spencer T Brody2017-06-281-2/+2
* SERVER-29277 support overriding of ReplicationCoordinatorMock::awaitReplicati...Benety Goh2017-06-261-3/+7
* SERVER-29274 added ReplicationCoordinatorMock constructor to use default sett...Benety Goh2017-05-231-2/+17
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-281-7/+2
* Revert "SERVER-27659 Persist Rollback Id"ADAM David Alan Martin2017-04-281-2/+7
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-211-7/+2
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-201-0/+4
* Revert "SERVER-26848 Exit catchup mode when not syncing more data."Robert Guo2017-04-201-4/+0
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-191-0/+4
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-28/+28
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-061-5/+24
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-061-24/+5
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-2/+2
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-061-5/+24
* SERVER-27704 persist chunk metadata on shard primaryDianna Hohensee2017-03-011-0/+4
* SERVER-27120 Increase synchronization between producer/applier threads and st...Siyuan Zhou2017-02-271-7/+3
* SERVER-27543 Process OplogQueryMetadata with backwards and forwards compatibi...Judah Schvimer2017-02-151-4/+7
* SERVER-27828: Pass ServiceContext to oplog and ReplicationCoordinator methods...Misha Tyulenev2017-02-081-2/+3
* SERVER-27807 synchronize creating a snapshot with its registration in replcoordEric Milkie2017-01-251-1/+3
* SERVER-27543 send OplogQueryMetadata with OplogFetcher queriesJudah Schvimer2017-01-201-1/+2
* SERVER-27123 Only update the commit point as a secondary from oplog queries a...Spencer T Brody2017-01-041-1/+2
* SERVER-27149 Don't sync from nodes in an older term.Spencer T Brody2016-11-221-1/+1
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-081-5/+13
* Revert "SERVER-26202 Relax index constraints in oplog application"Siyuan Zhou2016-11-061-13/+5
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-041-5/+13
* SERVER-23070 removed SyncSourceSelector::selectSyncSourceBenety Goh2016-11-011-5/+0
* SERVER-26640 remove flag for linearizable read supportBenety Goh2016-10-141-4/+0
* SERVER-26169 added startup parameter for linearizable read support defaulting...Benety Goh2016-09-281-0/+4
* SERVER-23476: restart initialsync/resync if replSetSyncFrom is calledScott Hernandez2016-08-181-1/+2
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-161-1/+2
* Revert "SERVER-25125 Report initial sync progress in ReplSetGetStatus"Judah Schvimer2016-08-151-2/+1
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-151-1/+2
* SERVER-23476: wire resync back upScott Hernandez2016-08-111-6/+4
* SERVER-23663 New primary syncs from chosen node to catch up with timeoutSiyuan Zhou2016-08-041-0/+4
* SERVER-24989 MigrationManager unit-testing.Dianna Hohensee2016-07-191-1/+8
* SERVER-24532 adding MigrationManager to manage parallel migrationsDianna Hohensee2016-07-131-2/+5
* Revert "SERVER-24532 adding MigrationManager to manage parallel migrations"Dianna Hohensee2016-07-121-5/+2
* SERVER-24532 adding MigrationManager to manage parallel migrationsDianna Hohensee2016-07-111-2/+5
* SERVER-24928 Remove the ReadConcernResponse classKaloian Manassiev2016-07-071-4/+4
* SERVER-24881 Add StepUp Command.Siyuan Zhou2016-07-061-0/+4