summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/topology_coordinator.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66810 Pull expensive calls like _wakeReadyWaiters out of the replSetUp...Matthew Russotto2022-06-081-1/+1
* SERVER-46907 Speed up reconfig replication acknowledgementMatt Broadstone2022-05-251-5/+5
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-2/+2
* SERVER-63417 Oplog fetcher should not retry when a node is known to be downMatthew Russotto2022-03-161-0/+8
* SERVER-63417 Refactor shouldChangeSyncSource and improve tests for it in topl...Matthew Russotto2022-03-081-0/+48
* Revert "SERVER-63417 Refactor shouldChangeSyncSource and improve tests for it...Matthew Russotto2022-03-081-48/+0
* SERVER-63417 Refactor shouldChangeSyncSource and improve tests for it in topl...Matthew Russotto2022-03-081-0/+48
* SERVER-59290 Improve criteria for shouldChangeSyncSourceGabriel Marks2022-01-061-1/+2
* SERVER-61007 ReplSetGetStatus calls storage with no lockHuayu Ouyang2021-10-291-1/+2
* SERVER-58721 Set stable timestamp during replSetInitiateVesselina Ratcheva2021-10-041-1/+4
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-10/+9
* SERVER-55589 setMaintenanceMode should take RSTL in X modeVishnu Kaushik2021-07-231-0/+5
* SERVER-55963 Use "denylist" in replication subsystemsShreyas Kalyan2021-04-301-10/+10
* 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