summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47845 Clean up structure and readability of stable optime calculation ...William Schultz2020-07-171-65/+60
* SERVER-47845 Remove usage of ReplicationCoordinator::DataConsistency typeWilliam Schultz2020-07-161-42/+23
* SERVER-48641 SERVER-48689 Yield session in migration destination driver when ...Jack Mulrow2020-07-161-0/+5
* SERVER-49069: Add startup warning when arbiter is running a quarterly versionGrace Luong2020-07-151-0/+15
* SERVER-47845 Remove obsolete logic related to storing and updating the stable...William Schultz2020-07-141-99/+0
* SERVER-48256 Add ElectionState object to manage vote requester logicJason Chan2020-07-131-11/+27
* Revert "SERVER-48518 Fix rollback via refetch anomaly"A. Jesse Jiryu Davis2020-07-131-16/+0
* SERVER-48530 Relax invariant around timestamping for nodes in REMOVEDMatthew Russotto2020-07-131-2/+6
* SERVER-49472 Add 'holdStableTimestampAtSpecificTimestamp' failpoint back to r...William Schultz2020-07-131-6/+0
* SERVER-48518 Fix rollback via refetch anomalyA. Jesse Jiryu Davis2020-07-111-0/+16
* SERVER-46541 remove enableAutomaticReconfig parameterJudah Schvimer2020-07-091-4/+0
* SERVER-48967 Ban non-primary writes with empty namespaceA. Jesse Jiryu Davis2020-07-091-30/+3
* SERVER-46541 enable automatic reconfigs for initial sync semantics by defaultJudah Schvimer2020-07-091-2/+7
* SERVER-49167 Set the stable timestamp without using the stable optime candida...William Schultz2020-07-091-11/+15
* SERVER-48930: Use lastFetched from previous batch when comparing optimes for ...XueruiFa2020-07-091-7/+17
* SERVER-49063: Update FCV 4.6 constants to 4.5.1Lingzhi Deng2020-07-091-1/+1
* Revert "SERVER-46541 enable automatic reconfigs for initial sync semantics by...Judah Schvimer2020-07-081-7/+2
* SERVER-48476 Use majority read cursor for collection scan in resumable index ...Samy Lanka2020-07-081-6/+6
* SERVER-46541 enable automatic reconfigs for initial sync semantics by defaultJudah Schvimer2020-07-031-2/+7
* SERVER-47844 Set the stable timestamp without using the stable optime candida...William Schultz2020-06-301-6/+85
* SERVER-45685 Remove unused function parameter from ReplicationCoordinatorExte...PV992020-06-301-2/+2
* SERVER-46962 Blacklist sync sources that are shutting downPavi Vetriselvan2020-06-261-8/+23
* SERVER-49006 Move initial sync oldest_timestamp advancement directly into ini...William Schultz2020-06-251-5/+5
* SERVER-48927 Provide term to ReplicaSetAwareService onStepUp methodsSpencer T Brody2020-06-241-2/+5
* SERVER-48924 Move ReplicaSetAwareService into repl directory and namespaceSpencer T Brody2020-06-241-1/+1
* SERVER-48610 move ReplicaSetAwareService callbacks into the ReplicationCoordi...Kevin Pulo2020-06-151-1/+4
* SERVER-46726 Using testing proctor to control diagnostics in "db/repl"Amirsaman Memaripour2020-06-101-2/+2
* Revert "SERVER-47645 Must invalidate all sessions on stepdown"Tess Avitabile2020-06-091-2/+0
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-051-11/+6
* SERVER-47128 Test race between newlyAdded reconfig and stepup reconfigVesselina Ratcheva2020-06-051-0/+7
* SERVER-48582 Change StaleConfig error code in 'newlyAdded' field removal reco...Vesselina Ratcheva2020-06-041-1/+1
* SERVER-47645 Must invalidate all sessions on stepdownTess Avitabile2020-06-041-0/+2
* SERVER-47946 End TopologyVersionObserver loop on replication shutdownBen Caimano2020-06-011-0/+2
* SERVER-46379 upgrade/downgrade support for initial sync semantics.Suganthi Mani2020-05-301-48/+114
* SERVER-48406 Add onBecomeArbiter to ReplicaSetAwareServiceKevin Pulo2020-05-281-0/+2
* SERVER-48412 Remove kRS log tagHenrik Edin2020-05-271-28/+20
* SERVER-39140 Remove BackgroundOperationLouis Williams2020-05-261-3/+0
* SERVER-29030 Announce new primary via heartbeat requestsWilliam Schultz2020-05-181-0/+19
* SERVER-48235 The primary node should use the AsyncDBClient to vote for commit...Gregory Wlodarek2020-05-151-38/+3
* SERVER-47495 Ban force reconfig with "newlyAdded" fieldsJudah Schvimer2020-05-141-50/+50
* SERVER-46357 Make it clear in currentOp when an automatic reconfig is happeningVesselina Ratcheva2020-05-131-0/+27
* SERVER-46721 Secondary readers should read at the no-overlap time instead of ...Louis Williams2020-05-121-5/+8
* SERVER-47091 Make ReplSetConfig and MemberConfig immutableMatthew Russotto2020-05-121-19/+28
* SERVER-47832 ReplicationCoordinatorImpl::_makeIsMasterResponse() should check...Tess Avitabile2020-05-111-5/+16
* SERVER-47949 Don't fetch or install a newer config via heartbeat while in dra...William Schultz2020-05-091-8/+25
* SERVER-47648 Simplify single node replset stepup on initiate and reconfigSiyuan Zhou2020-05-081-17/+12
* SERVER-47449: Re-evaluate sync source after fetching each batch of oplog entriesXuerui Fa2020-05-081-14/+31
* SERVER-47831 numAwaitingTopologyChanges metrics must be changed under Replica...Jason Chan2020-05-051-1/+1
* SERVER-47881: Make getLatestWriteOpTime return StatusWith<OpTime>Lingzhi Deng2020-05-041-8/+15
* SERVER-47390 Improve styling of Replication log linesJason Chan2020-05-011-4/+4