summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/topology_coordinator.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-49183 Remove unused parameter from TopologyCoordinator::setLastOptime.George Wangensteen2020-10-211-2/+1
* SERVER-43904: Filter unelectable nodes during election handoffXueruiFa2020-10-131-0/+6
* Revert "SERVER-50318: Only cancel scheduled heartbeats"XueruiFa2020-10-131-7/+8
* SERVER-51163 Mark nodes returning InvalidReplicaSetConfig in heartbeats as downSiyuan Zhou2020-10-091-4/+2
* SERVER-50318: Only cancel scheduled heartbeatsXueruiFa2020-09-291-8/+7
* SERVER-35649 Retry DNS failures during reconfigA. Jesse Jiryu Davis2020-09-211-9/+12
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-151-2/+2
* SERVER-50410 Change NotMasterOrSecondary error code name to NotPrimaryOrSecon...Pavi Vetriselvan2020-09-041-1/+1
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-1/+1
* SERVER-49732 Change _currentCommittedSnapshot to be an OpTime instead of an O...Tess Avitabile2020-07-311-5/+3
* SERVER-48938: Allow primary-elect to complete drain mode even if it is steppi...XueruiFa2020-07-281-8/+6
* SERVER-48930: Use lastFetched from previous batch when comparing optimes for ...XueruiFa2020-07-091-4/+7
* SERVER-47456: Test that nodes in the same data center as the primary eventual...XueruiFa2020-07-011-29/+45
* SERVER-47404: Track the number of sync source changes made due to finding a s...XueruiFa2020-07-011-0/+9
* Revert "SERVER-47404: Track the number of sync source changes made due to fin...XueruiFa2020-06-111-20/+10