summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36503 Skip dry run during election handoffVesselina Ratcheva2018-09-121-1/+1
* SERVER-34682 Old primary should be able to store last vote when casting vote ...William Schultz2018-05-161-1/+4
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-031-15/+0
* SERVER-34372 add ReplicationCoordinator::signalDropPendingCollectionsRemovedF...Benety Goh2018-04-171-0/+5
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-32/+7
* SERVER-31802 SERVER-31239 Remove master-slave replication and resync command.Andy Schwerin2018-03-131-10/+0
* SERVER-32776 ReplicationCoordinator::prepareReplMetadata no longer requires O...Benety Goh2018-02-131-2/+1
* SERVER-32284 rename ReplicationCoordinator::reserveSnapshotName() to getMinim...Benety Goh2018-01-171-2/+2
* SERVER-32284 remove unused last snapshot support from ReplClientInfoBenety Goh2018-01-171-3/+2
* SERVER-32284 remove ReplicationCoordinator::awaitReplicationOfLastOpForClient()Benety Goh2018-01-171-7/+0
* SERVER-28895 Remove old form of replSetUpdatePosition commandVesselina Ratcheva2017-12-131-13/+1
* SERVER-30577 Don't update the stable timestamp if database is in an inconsist...William Schultz2017-11-211-6/+21
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-11/+3
* SERVER-32006 add a parameter to wait before secondaries perform noop writeMisha Tyulenev2017-11-171-0/+10
* SERVER-30638 change setReadFromMajorityCommittedSnapshot to use timestamps in...Eric Milkie2017-10-051-8/+0
* SERVER-28545 Do not wait for election to finish while holding global lockSpencer T Brody2017-06-281-2/+3
* SERVER-28545 Change ReplicationCoordinator::setFollowerMode to return a Statu...Spencer T Brody2017-06-281-2/+2
* SERVER-29264 Kill off rpc::RequestInterfaceMathias Stearn2017-06-071-1/+0
* SERVER-29274 move oplogDisabled from oplog.cpp to ReplicationCoordinatorBenety Goh2017-05-231-0/+6
* Revert "SERVER-29274 move oplogDisabled from oplog.cpp to ReplicationCoordina...Benety Goh2017-05-231-6/+0
* SERVER-29274 move oplogDisabled from oplog.cpp to ReplicationCoordinatorBenety Goh2017-05-231-0/+6
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-281-12/+2
* Revert "SERVER-27659 Persist Rollback Id"ADAM David Alan Martin2017-04-281-2/+12
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-211-12/+2
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-201-0/+5
* Revert "SERVER-26848 Exit catchup mode when not syncing more data."Robert Guo2017-04-201-5/+0
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-191-0/+5
* SERVER-28624 Further reduce dependency on ReplicationExecutor type.Andy Schwerin2017-04-061-6/+5
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-28/+29
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-061-3/+26
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-061-26/+3
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-3/+3
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-061-3/+26
* SERVER-27120 Increase synchronization between producer/applier threads and st...Siyuan Zhou2017-02-271-9/+59
* SERVER-27543 Process OplogQueryMetadata with backwards and forwards compatibi...Judah Schvimer2017-02-151-4/+9
* SERVER-27828: Pass ServiceContext to oplog and ReplicationCoordinator methods...Misha Tyulenev2017-02-081-0/+2
* SERVER-27807 synchronize creating a snapshot with its registration in replcoordEric Milkie2017-01-251-2/+5
* SERVER-27543 send OplogQueryMetadata with OplogFetcher queriesJudah Schvimer2017-01-201-3/+5
* SERVER-27123 Only update the commit point as a secondary from oplog queries a...Spencer T Brody2017-01-041-7/+6
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-081-3/+5
* Revert "SERVER-26202 Relax index constraints in oplog application"Siyuan Zhou2016-11-061-5/+3
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-041-3/+5
* SERVER-26640 remove flag for linearizable read supportBenety Goh2016-10-141-5/+0
* SERVER-26169 added startup parameter for linearizable read support defaulting...Benety Goh2016-09-281-0/+5
* SERVER-23476: restart initialsync/resync if replSetSyncFrom is calledScott Hernandez2016-08-181-1/+3
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-161-2/+6
* Revert "SERVER-25125 Report initial sync progress in ReplSetGetStatus"Judah Schvimer2016-08-151-6/+2
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-151-2/+6
* SERVER-23476: wire resync back upScott Hernandez2016-08-111-4/+5
* SERVER-23663 New primary syncs from chosen node to catch up with timeoutSiyuan Zhou2016-08-041-0/+6