summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46924: Ensure arbiters are never given a 'newlyAdded' fieldXuerui Fa2020-03-271-0/+5
* SERVER-46085 Fail initial sync attempt if sync source is in initial syncMatthew Russotto2020-03-271-18/+3
* SERVER-46582 Remove FCV checks for safe replica set reconfigAli Mir2020-03-261-20/+6
* SERVER-46120 Make OplogQueryMetadata non-optionalA. Jesse Jiryu Davis2020-03-251-4/+3
* SERVER-46347: Ensure that force reconfigs are not given a 'newlyAdded' fieldXuerui Fa2020-03-241-45/+47
* SERVER-46897 Clear replication node seed list whenever we install a new confi...William Schultz2020-03-241-0/+3
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-31/+26
* SERVER-46201 add ReplicaSetAwareService, convert Balancer to use itKevin Pulo2020-03-241-4/+2
* SERVER-47061: Log all_durable timestamp on writeConcern failures if testComma...Lingzhi Deng2020-03-231-1/+2
* SERVER-46984 Stop async updates to the oplogTruncateAfterPoint during primary...Dianna Hohensee2020-03-201-1/+1
* SERVER-46517: Clean up incrementTopologyVersion and setFollowerModeStrictLingzhi Deng2020-03-191-10/+10
* SERVER-46517: Move the update of readWriteAbility out of _updateMemberStateFr...Lingzhi Deng2020-03-191-36/+37
* SERVER-38731 Implement ability to specify sync source read preference in init...Matthew Russotto2020-03-181-3/+34
* SERVER-46667 Avoid invariant from invalid candidateIndexA. Jesse Jiryu Davis2020-03-171-20/+23
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-139/+236
* SERVER-46831 Remove resyncData from ReplicationCoordinatorJason Chan2020-03-171-19/+0
* SERVER-46381 Test concurrent stepdown and reconfigA. Jesse Jiryu Davis2020-03-171-1/+1
* SERVER-46742 Move logic to wait for replica set config commitment into a dedi...William Schultz2020-03-171-43/+47
* SERVER-46658 Implement commit quorum option "all".Suganthi Mani2020-03-161-4/+61
* Revert "SERVER-46381 Test concurrent stepdown and reconfig"A. Jesse Jiryu Davis2020-03-151-1/+1
* SERVER-46381 Test concurrent stepdown and reconfigA. Jesse Jiryu Davis2020-03-141-1/+1
* SERVER-44272 Re-implement replSetSyncFrom logic while in initial syncJason Chan2020-03-131-3/+2
* SERVER-46351: Ensure user-initiated safe reconfigs never modify an existing '...Xuerui Fa2020-03-121-7/+14
* Revert "SERVER-46381 Test concurrent reconfig and stepdown"Lingzhi Deng2020-03-111-1/+1
* SERVER-46381 Test concurrent reconfig and stepdownA. Jesse Jiryu Davis2020-03-111-1/+1
* SERVER-46349: Error if a user provides 'newlyAdded' to a safe-reconfig member...Xuerui Fa2020-03-101-0/+14
* SERVER-46352: Ensure the newlyAdded field is always true when present, even f...Xuerui Fa2020-03-101-3/+3
* SERVER-46664 runCmdOnPrimaryAndAwaitResponse() should not run DBDirect client...Suganthi Mani2020-03-091-24/+19
* SERVER-46344: Add 'newlyAdded' field to new nodes with votes: 1 in reconfigXuerui Fa2020-03-061-1/+29
* Revert "SERVER-46344: Add 'newlyAdded' field to new nodes with votes: 1 in re...Judah Schvimer2020-03-061-29/+1
* SERVER-46344: Add 'newlyAdded' field to new nodes with votes: 1 in reconfigXuerui Fa2020-03-051-1/+29
* SERVER-46473 oplog commitment check should only include voting nodesPavi Vetriselvan2020-03-041-23/+26
* SERVER-46502 Add feature gate for safe replica set reconfigAli Mir2020-03-031-5/+9
* SERVER-45081 Increment config term via reconfig on stepup.Siyuan Zhou2020-03-031-2/+44
* SERVER-46561 Only support getReplSetConfig.commitmentStatus on primary.Siyuan Zhou2020-03-031-0/+3
* SERVER-46288 Only drop snapshots on replica set reconfig if the config conten...William Schultz2020-03-021-1/+9
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-021-1/+90
* SERVER-44812 Add getReplSetConfig.commitmentStatusA. Jesse Jiryu Davis2020-03-011-1/+22
* SERVER-46288 Reconfig in 4.2 style with the current config on FCV downgradeSiyuan Zhou2020-02-291-95/+79
* SERVER-45567 converting the remainder of the users of MONGO_LOG_COMPONENT and...Gabriel Russell2020-02-281-2/+4
* SERVER-45087 Simplify config commitment log message formatWilliam Schultz2020-02-281-5/+3
* SERVER-45085 add config term and version to error messagePavithra Vetriselvan2020-02-271-3/+5
* SERVER-45085 re-enable config quorum checkerPavithra Vetriselvan2020-02-271-3/+3
* SERVER-45087 Log message when new replica set config becomes committedWilliam Schultz2020-02-271-24/+31
* SERVER-41386 Test that the replica set's majority commit point can move forwa...Dianna Hohensee2020-02-271-0/+6
* SERVER-45087 Move oplog commitment precondition check inside reconfig critica...William Schultz2020-02-271-35/+32
* Revert "SERVER-45304 Include resolved IP address in rs.status()"Jason Carey2020-02-271-4/+0
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-89/+81
* SERVER-45087 Check oplog commitment condition on replica set reconfigWilliam Schultz2020-02-261-0/+58
* SERVER-45085 check config replication condition on reconfigPavithra Vetriselvan2020-02-251-4/+52