summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_mock.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47845 Remove usage of ReplicationCoordinator::DataConsistency typeWilliam Schultz2020-07-161-2/+2
* SERVER-46541 enable automatic reconfigs for initial sync semantics by defaultJudah Schvimer2020-07-091-1/+3
* SERVER-48930: Use lastFetched from previous batch when comparing optimes for ...XueruiFa2020-07-091-4/+5
* Revert "SERVER-46541 enable automatic reconfigs for initial sync semantics by...Judah Schvimer2020-07-081-3/+1
* SERVER-48476 Use majority read cursor for collection scan in resumable index ...Samy Lanka2020-07-081-0/+4
* SERVER-46541 enable automatic reconfigs for initial sync semantics by defaultJudah Schvimer2020-07-031-1/+3
* SERVER-46962 Blacklist sync sources that are shutting downPavi Vetriselvan2020-06-261-1/+1
* SERVER-48687 Added mutex to coordinator mock to prevent tsan errors that are ...Marcos José Grillo Ramírez2020-06-181-7/+12
* SERVER-46379 upgrade/downgrade support for initial sync semantics.Suganthi Mani2020-05-301-0/+2
* SERVER-47881: Make getLatestWriteOpTime return StatusWith<OpTime>Lingzhi Deng2020-05-041-1/+2
* SERVER-47017 Attach topologyVersion to ShutdownErrors (mongod)Tess Avitabile2020-05-011-0/+2
* SERVER-46951 Implement quiesce mode on mongodTess Avitabile2020-04-271-1/+1
* SERVER-31429: Use last fetched instead of last applied OpTime to eval sync so...Xuerui Fa2020-04-161-1/+2
* SERVER-46893 Allow streamable isMaster to wait on removed/uninitialized nodesJason Chan2020-04-151-2/+2
* SERVER-44068 Add a 'restartHeartbeats' replication test commandWilliam Schultz2020-04-141-0/+1
* SERVER-46949 Add quiesce mode to the ReplicationCoordinatorTess Avitabile2020-04-091-0/+2
* SERVER-46894 Wait for the current config to be committed before running recon...Siyuan Zhou2020-04-041-1/+1
* SERVER-46085 Fail initial sync attempt if sync source is in initial syncMatthew Russotto2020-03-271-2/+0
* SERVER-46120 Make OplogQueryMetadata non-optionalA. Jesse Jiryu Davis2020-03-251-1/+1
* SERVER-46517: Clean up incrementTopologyVersion and setFollowerModeStrictLingzhi Deng2020-03-191-2/+2
* SERVER-46831 Remove resyncData from ReplicationCoordinatorJason Chan2020-03-171-2/+0
* SERVER-46742 Move logic to wait for replica set config commitment into a dedi...William Schultz2020-03-171-0/+2
* SERVER-46658 Implement commit quorum option "all".Suganthi Mani2020-03-161-0/+3
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-021-0/+7
* SERVER-44812 Add getReplSetConfig.commitmentStatusA. Jesse Jiryu Davis2020-03-011-1/+1
* SERVER-46288 Reconfig in 4.2 style with the current config on FCV downgradeSiyuan Zhou2020-02-291-0/+4
* SERVER-45885 ReplicationCoordinator::canAcceptWritesFor() accepts NamespaceSt...Benety Goh2020-02-141-2/+4
* SERVER-45815 Make observer for topologyVersion changeAmirsaman Memaripour2020-02-131-0/+4
* SERVER-45964 Implement helper in ReplicaSetNodeProcessInterface for issuing c...Gregory Noma2020-02-131-0/+2
* SERVER-45045 Increase topologyVersion and respond to waiting isMasters on FCV...Jason Chan2020-01-291-0/+2
* SERVER-44518 Add TopologyVersion to State Change Errors.Jason Chan2020-01-211-0/+2
* SERVER-41333 Make safer for initial Sync and Shutdown to write the minValid d...Suganthi Mani2020-01-161-0/+2
* SERVER-39364: Get the last oplog entry from the storage engine for setLastOpT...Lingzhi Deng2020-01-151-0/+2
* SERVER-44514 awaitIsMasterResponse returns early on topology changesJason Chan2019-12-181-5/+2
* SERVER-43589 Trace logging for RaftMongo.tlaA. Jesse Jiryu Davis2019-12-101-1/+1
* SERVER-44513 Implement ReplicationCoordinatorImpl::awaitIsMasterResponseJason Chan2019-12-051-0/+6
* SERVER-43184 Remove unused ReplicationCoordinator methods and membersHaley Connelly2019-10-221-7/+0
* SERVER-42825 Log and track metrics.repl.stateTransition counters after stoppe...Xuerui Fa2019-10-161-0/+5
* Revert SERVER-42996 Move ApplierState to OplogApplierMihai Andrei2019-10-091-0/+2
* SERVER-42996 Move ApplierState to OplogApplierMihai Andrei2019-10-081-2/+0
* SERVER-43239 Fixed bug causing numCatchUpOps in repSetGetStatus to be incorrectXuerui Fa2019-09-271-1/+1
* SERVER-42994 Add finishRecoveryIfEligible to ReplCoordinatorA. Jesse Jiryu Davis2019-09-121-0/+2
* SERVER-41508 Track the time the new term oplog entry was majority committed i...Samyukta Lanka2019-09-061-0/+2
* SERVER-41504 Track the number of ops during catchup in replSetStatus on prima...Medha Potluri2019-08-161-0/+2
* SERVER-41502 Track the number of times primary catchup concludes for each rea...Medha Potluri2019-08-131-1/+1
* SERVER-40785 Create WaitForMajorityService to allow waiting for write concern...Randolph Tan2019-07-161-3/+5
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+3
* SERVER-40447: Add FlowControl unittests and jstests.Daniel Gottlieb2019-05-201-0/+3
* SERVER-40156 Replica sets support Split HorizonsADAM David Alan Martin2019-05-171-1/+2
* SERVER-37837 Move `config.transactions` manipulation out of SessionsCollectionKaloian Manassiev2019-05-021-2/+0