summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/topology_coordinator.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53176 Return an error when an index build commit quorum depends on vot...Louis Williams2021-01-131-3/+3
* SERVER-51265 Change local funs/vars to use hello/secondary in replCoord and t...Pavi Vetriselvan2020-11-181-11/+12
* SERVER-51264 Change is_master_response file names to hello_responsePavi Vetriselvan2020-11-121-1/+1
* SERVER-51264 Change IsMasterResponse to HelloResponse on mongod and update lo...Pavi Vetriselvan2020-11-121-1/+1
* SERVER-50318: Only cancel scheduled heartbeatsXueruiFa2020-11-101-7/+2
* SERVER-49183 Remove unused parameter from TopologyCoordinator::setLastOptime.George Wangensteen2020-10-211-3/+1
* Revert "SERVER-50318: Only cancel scheduled heartbeats"XueruiFa2020-10-131-2/+7
* SERVER-50318: Only cancel scheduled heartbeatsXueruiFa2020-09-291-7/+2
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-2/+2
* SERVER-49732 Change _currentCommittedSnapshot to be an OpTime instead of an O...Tess Avitabile2020-07-311-1/+1
* SERVER-48938: Allow primary-elect to complete drain mode even if it is steppi...XueruiFa2020-07-281-2/+1
* SERVER-48930: Use lastFetched from previous batch when comparing optimes for ...XueruiFa2020-07-091-1/+1
* SERVER-47456: Test that nodes in the same data center as the primary eventual...XueruiFa2020-07-011-5/+7
* SERVER-47452 Skip re-evaluating sync source if current sync source was specif...Samy Lanka2020-06-011-0/+14
* SERVER-48031 Check for a node in a closer data center when re-evaluating sync...Samy Lanka2020-05-211-2/+2
* Revert "SERVER-48031 Check for a node in a closer data center when re-evaluat...Judah Schvimer2020-05-201-2/+2
* SERVER-48031 Check for a node in a closer data center when re-evaluating sync...Samy Lanka2020-05-201-2/+2
* SERVER-47454: Stop re-evaluting sync source if max num changes was exceededXuerui Fa2020-05-181-1/+1
* SERVER-48102 Update heartbeat state on primary even if heartbeat response inc...Siyuan Zhou2020-05-131-5/+6
* SERVER-47453 Maintain a rolling list of timestamps of the when the recent syn...Samy Lanka2020-05-121-0/+41
* SERVER-47648 Simplify single node replset stepup on initiate and reconfigSiyuan Zhou2020-05-081-9/+10
* SERVER-47449: Re-evaluate sync source after fetching each batch of oplog entriesXuerui Fa2020-05-081-11/+33
* SERVER-47090 Create IDL for ReplSetConfigMatthew Russotto2020-04-301-2/+2
* SERVER-31429: Use last fetched instead of last applied OpTime to eval sync so...Xuerui Fa2020-04-161-0/+1
* SERVER-46120 Make OplogQueryMetadata non-optionalA. Jesse Jiryu Davis2020-03-251-3/+1
* SERVER-38731 Implement ability to specify sync source read preference in init...Matthew Russotto2020-03-181-1/+29
* SERVER-46658 Implement commit quorum option "all".Suganthi Mani2020-03-161-6/+3
* SERVER-46288 Reconfig in 4.2 style with the current config on FCV downgradeSiyuan Zhou2020-02-291-9/+19
* Revert "SERVER-45304 Include resolved IP address in rs.status()"Jason Carey2020-02-271-9/+0
* SERVER-45087 Check oplog commitment condition on replica set reconfigWilliam Schultz2020-02-261-0/+6
* SERVER-45085 check config replication condition on reconfigPavithra Vetriselvan2020-02-251-0/+15
* SERVER-45304 Include resolved IP address in rs.status()Amirsaman Memaripour2020-02-211-0/+9
* SERVER-45964 Implement helper in ReplicaSetNodeProcessInterface for issuing c...Gregory Noma2020-02-131-3/+5
* SERVER-45086 Record the last committed optime in the previous config on repli...William Schultz2020-01-211-0/+13
* 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-2/+2
* SERVER-44513 Implement ReplicationCoordinatorImpl::awaitIsMasterResponseJason Chan2019-12-051-0/+5
* SERVER-44513 Declare TopologyVersion struct and TopologyCoordinator::_topolog...Tess Avitabile2019-11-131-0/+9
* SERVER-43184 Remove unused ReplicationCoordinator methods and membersHaley Connelly2019-10-221-8/+0
* SERVER-43949: Check for term equality when comparing OpTime for a writeConcernLingzhi Deng2019-10-171-3/+3
* SERVER-41512 Added tracking for metrics around a node voting in an electionXuerui Fa2019-10-071-0/+1
* SERVER-41506 Added tracking for metrics around a nodes calling an electionXuerui Fa2019-09-241-14/+9
* SERVER-41503 Track the target opTime for catchup in replSetStatus on primariesMedha Potluri2019-08-131-0/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41355 Step down calls yieldLocksForPreparedTransactions withoutSuganthi Mani2019-07-151-21/+16
* SERVER-29803 Add replSetGetStatus field tooStaleA. Jesse Jiryu Davis2019-07-101-0/+1
* SERVER-36194 Remove the deprecated 'lastStableCheckpointTimestamp' field from...Zach Yam2019-06-251-5/+0
* SERVER-40363 Change type of "_id" field of replica setAllison Easton2019-06-251-4/+5
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-37574 Force reconfig should kill operations that conflict stateSuganthi Mani2019-05-191-7/+24