summaryrefslogtreecommitdiff
path: root/src/mongo/embedded/replication_coordinator_embedded.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47881: Make getLatestWriteOpTime return StatusWith<OpTime>Lingzhi Deng2020-05-051-1/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-05-031-1/+1
* SERVER-46893 Allow streamable isMaster to wait on removed/uninitialized nodesJason Chan2020-04-231-2/+2
* SERVER-46894 Wait for the current config to be committed before running recon...Siyuan Zhou2020-04-051-1/+2
* SERVER-46120 Make OplogQueryMetadata non-optionalA. Jesse Jiryu Davis2020-03-301-2/+3
* SERVER-46085 Fail initial sync attempt if sync source is in initial syncMatthew Russotto2020-03-271-4/+0
* SERVER-46517: Clean up incrementTopologyVersion and setFollowerModeStrictLingzhi Deng2020-03-251-3/+2
* SERVER-46742 Move logic to wait for replica set config commitment into a dedi...William Schultz2020-03-181-0/+4
* SERVER-46658 Implement commit quorum option "all".Suganthi Mani2020-03-161-0/+5
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-021-0/+14
* SERVER-44812 Add getReplSetConfig.commitmentStatusA. Jesse Jiryu Davis2020-03-011-1/+2
* SERVER-46288 Reconfig in 4.2 style with the current config on FCV downgradeSiyuan Zhou2020-02-291-0/+6
* SERVER-45885 ReplicationCoordinator::canAcceptWritesFor() accepts NamespaceSt...Benety Goh2020-02-141-3/+3
* SERVER-45815 Make observer for topologyVersion changeAmirsaman Memaripour2020-02-131-0/+7
* SERVER-45964 Implement helper in ReplicaSetNodeProcessInterface for issuing c...Gregory Noma2020-02-131-0/+4
* SERVER-44548 Switch embedded over to use wiredtigerAndrew Morrow2020-01-301-1/+1
* SERVER-45045 Increase topologyVersion and respond to waiting isMasters on FCV...Jason Chan2020-01-291-0/+4
* SERVER-44518 Add TopologyVersion to State Change Errors.Jason Chan2020-01-211-0/+4
* 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/+4
* SERVER-44950 Update SDAM with new awaitable isMaster fields including topolog...Janna Golden2020-01-131-1/+1
* SERVER-44514 awaitIsMasterResponse returns early on topology changesJason Chan2019-12-181-7/+2
* SERVER-43589 Trace logging for RaftMongo.tlaA. Jesse Jiryu Davis2019-12-101-1/+1
* SERVER-44513 Implement ReplicationCoordinatorImpl::awaitIsMasterResponseJason Chan2019-12-051-0/+8
* SERVER-43184 Remove unused ReplicationCoordinator methods and membersHaley Connelly2019-10-221-10/+0
* SERVER-42825 Log and track metrics.repl.stateTransition counters after stoppe...Xuerui Fa2019-10-161-0/+7
* Revert SERVER-42996 Move ApplierState to OplogApplierMihai Andrei2019-10-091-0/+4
* SERVER-42996 Move ApplierState to OplogApplierMihai Andrei2019-10-081-4/+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/+4
* SERVER-41508 Track the time the new term oplog entry was majority committed i...Samyukta Lanka2019-09-061-0/+4
* SERVER-41504 Track the number of ops during catchup in replSetStatus on prima...Medha Potluri2019-08-161-0/+4
* SERVER-41502 Track the number of times primary catchup concludes for each rea...Medha Potluri2019-08-131-1/+1
* SERVER-40156 Replica sets support Split HorizonsADAM David Alan Martin2019-05-171-1/+2
* SERVER-39868 Avoid throttling replica set electionsMaria van Keulen2019-05-011-0/+4
* SERVER-40353 Track read concern majority wall clock timeMaria van Keulen2019-04-301-0/+4
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-161-1/+6
* SERVER-39831 Never update commit point beyond last applied if learned from sy...Tess Avitabile2019-04-011-1/+1
* SERVER-40080 report last applied and last durable wall clock timesMaria van Keulen2019-03-191-4/+14
* SERVER-39673: Add flow control under a feature flag.Daniel Gottlieb2019-03-171-0/+4
* SERVER-38994 step down on SIGTERMJason Carey2019-03-151-0/+2
* SERVER-39356 Refactor speculative majority read data structures and methods t...William Schultz2019-03-061-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39199 recalculate stable timestamp after releasing transaction oplog h...Judah Schvimer2019-02-041-1/+1
* SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommitQuorumI...Gregory Wlodarek2019-01-301-0/+11
* Revert "SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommi...Gregory Wlodarek2019-01-301-11/+0
* SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommitQuorumI...Gregory Wlodarek2019-01-301-0/+11
* SERVER-38302 recalculate stable timestamp after adding finishOpTime on prepar...Pavi Vetriselvan2019-01-161-0/+4
* SERVER-38781 remove vestigial html codeMathias Stearn2018-12-271-4/+0
* SERVER-37560 Add core functionality for speculative majority readsWilliam Schultz2018-12-211-0/+5