summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/topology_coordinator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-2/+4
* SERVER-48958 Prevent scheduling catchup takeovers on priority:0 nodesKaitlin Mahar2023-03-281-0/+7
* SERVER-74175 Use INFO level for replication term update logging.Wenbin Zhu2023-03-011-6/+1
* SERVER-71094 Increase log level for 'Voted yes in election' to (debug) 1Matthew Russotto2022-11-071-1/+1
* SERVER-69197 Clear lastCommitted and currentCommitted on splitMatt Broadstone2022-08-291-5/+0
* SERVER-68964 Reset lastCommitted to blockTimestamp after splitMatt Broadstone2022-08-251-0/+5
* SERVER-59732 Remove the compatibility check for syncSourceHost in OplogQueryM...Wenbin Zhu2022-08-191-8/+1
* SERVER-67954 Notify BackgroundSync when data relevant to sync source selectio...Matthew Russotto2022-07-161-1/+6
* SERVER-67954 Add logging to make it easier to track w:1 and w:majority unavai...Matthew Russotto2022-07-161-0/+8
* SERVER-65987 ServerStatusMetric API refreshDaniel Morilha2022-06-301-6/+2
* SERVER-66810 Pull expensive calls like _wakeReadyWaiters out of the replSetUp...Matthew Russotto2022-06-081-3/+3
* SERVER-46907 Speed up reconfig replication acknowledgementMatt Broadstone2022-05-251-8/+9
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-2/+2
* SERVER-65495 Reject inconsistent set names in heartbeat responsesMatt Broadstone2022-04-141-1/+6
* SERVER-63417 Oplog fetcher should not retry when a node is known to be downMatthew Russotto2022-03-161-0/+26
* SERVER-63531 Prevent all buildIndexes:false nodes from being included in comm...Louis Williams2022-03-091-9/+8
* SERVER-63417 Refactor shouldChangeSyncSource and improve tests for it in topl...Matthew Russotto2022-03-081-20/+86
* Revert "SERVER-63417 Refactor shouldChangeSyncSource and improve tests for it...Matthew Russotto2022-03-081-86/+20
* SERVER-63531 Correct error to indicate that non-voting members can be include...Louis Williams2022-03-081-1/+1
* SERVER-63417 Refactor shouldChangeSyncSource and improve tests for it in topl...Matthew Russotto2022-03-081-20/+86
* SERVER-62346 Apply recipient config when heartbeat presents a splitConfigDidier Nadeau2022-03-041-1/+14
* SERVER-59290 Improve criteria for shouldChangeSyncSourceGabriel Marks2022-01-061-37/+77
* SERVER-61608 Remove unreachable code in topology_coordinator.cppFrederic Vitzikam2021-12-131-11/+4
* SERVER-59721 Stop using the minValid optime when resolving a sync sourceSamy Lanka2021-11-091-0/+1
* SERVER-54909 Report last durable and last applied operation wall times for al...Vesselina Ratcheva2021-10-271-0/+5
* SERVER-60544 Replace remaining references to slaveDelay in replication systemali-mir2021-10-081-2/+0
* SERVER-58721 Set stable timestamp during replSetInitiateVesselina Ratcheva2021-10-041-1/+11
* SERVER-58988 Avoid sync source selection cycle during primary catchup.Wenbin Zhu2021-09-021-1/+26
* SERVER-57262 Relax vote constraint to allow voting for candidates with newer ...Wenbin Zhu2021-08-021-3/+10
* SERVER-55589 setMaintenanceMode should take RSTL in X modeVishnu Kaushik2021-07-231-0/+5
* SERVER-37904 Add enableOverrideClusterChainingSetting server parameterCarolyn Duan2021-07-011-4/+5
* SERVER-57186 Do not attempt catchup takeover when last applied optime is in c...Vesselina Ratcheva2021-06-141-3/+11
* SERVER-56620 Clear any durableOpTimeAndWallTime received from arbitersVesselina Ratcheva2021-06-141-3/+21
* SERVER-56764: Add logs for _currentPrimaryIndex in topology coordinatorXueruiFa2021-05-071-0/+9
* SERVER-55963 Use "denylist" in replication subsystemsShreyas Kalyan2021-04-301-25/+25
* SERVER-48179 Allow transition to SECONDARY at the end of rollback even it was...Wenbin Zhu2021-03-161-2/+5
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-4/+4
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-4/+4
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-4/+4
* SERVER-50423 Change memberConfig's slaveDelay field to secondaryDelaySecsAli Mir2021-01-281-9/+10
* SERVER-53612: Fix StepDown hangs when all nodes are caught up but none is imm...Lingzhi Deng2021-01-201-0/+4
* SERVER-52848: Increase delayMillis in initial_sync_chooses_correct_sync_sourc...r4.9.0-alpha1XueruiFa2021-01-191-2/+7
* SERVER-53176 Return an error when an index build commit quorum depends on vot...Louis Williams2021-01-131-10/+33
* Revert "SERVER-52848: Increase delayMillis in initial_sync_chooses_correct_sy...XueruiFa2020-12-041-7/+2
* SERVER-50667 replace comment/variable references to slave with secondaryPavi Vetriselvan2020-11-301-1/+1
* SERVER-52848: Increase delayMillis in initial_sync_chooses_correct_sync_sourc...XueruiFa2020-11-301-2/+7
* SERVER-51265 Change local funs/vars to use hello/secondary in replCoord and t...Pavi Vetriselvan2020-11-181-8/+10
* SERVER-51264 Change IsMasterResponse to HelloResponse on mongod and update lo...Pavi Vetriselvan2020-11-121-6/+8
* SERVER-50318: Only cancel scheduled heartbeatsXueruiFa2020-11-101-8/+7